HEX
#
RGB
HSL

#A52A2A CSS / HTML Preview

Text with hexadecimal color #A52A2A

This text has a font color of #A52A2A.

<span style="color:#A52A2A;">Your text here</span>
#A52A2A border color

This element has a border color of #A52A2A.

<div style="border:2px solid #A52A2A;">Content here</div>
#A52A2A background color

This paragraph has a background color of #A52A2A.

<p style="background-color:#A52A2A;">Content here</p>
CSS codes
.text {color:#A52A2A;}
.background {background-color:#A52A2A;}
.border {border:1px solid #A52A2A;}