DarkGray Color Name
Color Name: | DarkGray |
Hex Code: | #A9A9A9 |
RGB Decimal: | RGB(169, 169, 169) |
CMYK Value: | 0°, 0%, 66%. |
HSL Value: | 0%, 0%, 0%, 33.7% |
Color: |
DarkGray #A9A9A9 Html Codes
Text with hexadecimal color #A9A9A9
<span style="color:#A9A9A9;">Text here</span>
DarkGray #A9A9A9 border color
<span style="border:2px solid #A9A9A9;">Text here</span>
DarkGray #A9A9A9 background color
<p style="background-color:#A9A9A9;">Content here</p>
DarkGray #A9A9A9 CSS codes
.text {color:#A9A9A9;}
.background {background-color:#A9A9A9;}
.border {border:1px solid #A9A9A9;}