HEX
#
RGB
HSL

#A9A9A9 CSS / HTML Preview

Text with hexadecimal color #A9A9A9

This text has a font color of #A9A9A9.

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

This element has a border color of #A9A9A9.

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

This paragraph has a background color of #A9A9A9.

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