Shades of Dark Gray #AFA8A7
Tints of Dark Gray #AFA8A7
RGB
CMYK
RGB Variations
Color information
#AFA8A7 (or 0xAFA8A7) is known color: Dark Gray. HEX triplet: AF, A8 and A7. RGB value is (175,168,167). Sum of RGB (Red+Green+Blue) = 175+168+167=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 167 (65.62% from 255 or 32.75% from 510); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA8A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA8A7 is #505758. Grayscale: #A9A9A9. Windows color (decimal): -5265241 or 10987695. OLE color: 10987695.
HSL color Cylindrical-coordinate representation of color #AFA8A7: hue angle of 7.5º degrees, saturation: 0.05, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AFA8A7 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 167 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.31 |
| HSL | 7.5º | 0.05% | 0.67% | - |
| HSV(B) | 7.5º | 0.05% | 0.69% | - |
| XYZ | 38.66 | 39.91 | 42.23 | - |
| YUV | 169.98 | 126.32 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 167 | 0 | 0.04 | 0.05 | 0.31 | 7.5 | 0.05 | 0.67 |
| Hex | AF | A8 | A7 | 0 | 4 | 5 | 1F | 8 | 5 | 43 |
| Octal | 257 | 250 | 247 | 0 | 4 | 5 | 37 | 10 | 5 | 103 |
| Binary | 10101111 | 10101000 | 10100111 | 0 | 100 | 101 | 11111 | 1000 | 101 | 1000011 |
Color Harmonies of #AFA8A7
Complementary color
Monochromatic Colors of #AFA8A7
Black with #AFA8A7
Text Example
Text Example
White with #AFA8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA8A7; }
p { color: rgb(175,168,167); }
H1.HeaderClassName
{
color: #AFA8A7;
}
.AnyTagClassName
{
color: #AFA8A7;
}
</style>
background-color css
<style>
a { background-color: #AFA8A7; }
a { background-color: rgb(175,168,167); }
div.DivClassName
{
background-color: #AFA8A7;
}
.BgClassName
{
background-color: #AFA8A7;
}
</style>
border-color css
<style>
span { border-color: #AFA8A7; }
span { border-color: rgb(175,168,167); }
td.TdClassName
{
border-color: #AFA8A7;
}
.TagClassName
{
border-color: #AFA8A7;
}
</style>