Dark Gray Hex Code — #A9A9A9
RGB, HSL, and CMYK values for Dark Gray.
Dark Gray Color Values
| Format | Value |
|---|---|
| HEX | #A9A9A9 |
| RGB | rgb(169, 169, 169) |
| HSL | hsl(0, 0%, 66%) |
| CMYK | cmyk(0%, 0%, 0%, 34%) |
Want to explore more shades? Use our Color Converter
About Dark Gray
Color psychology: Sophistication, formality.
Dark Gray (#A9A9A9) is a medium shade of gray. It's commonly used in web design, graphic design, and branding where sophistication, formality are desired associations.
How to Use Dark Gray in CSS
/* Using HEX */ color: #A9A9A9; background-color: #A9A9A9; /* Using RGB */ color: rgb(169, 169, 169); /* Using HSL */ color: hsl(0, 0%, 66%);