Shades of Dark Gray #AFA4A3
Tints of Dark Gray #AFA4A3
RGB
CMYK
RGB Variations
Color information
#AFA4A3 (or 0xAFA4A3) is known color: Dark Gray. HEX triplet: AF, A4 and A3. RGB value is (175,164,163). Sum of RGB (Red+Green+Blue) = 175+164+163=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 163 (64.06% from 255 or 32.47% from 502); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA4A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA4A3 is #505B5C. Grayscale: #A7A7A7. Windows color (decimal): -5266269 or 10724527. OLE color: 10724527.
HSL color Cylindrical-coordinate representation of color #AFA4A3: hue angle of 5º degrees, saturation: 0.07, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFA4A3 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 164 | 163 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.31 |
| HSL | 5º | 0.07% | 0.66% | - |
| HSV(B) | 5º | 0.07% | 0.69% | - |
| XYZ | 37.57 | 38.31 | 40.06 | - |
| YUV | 167.18 | 125.64 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 164 | 163 | 0 | 0.06 | 0.07 | 0.31 | 5 | 0.07 | 0.66 |
| Hex | AF | A4 | A3 | 0 | 6 | 7 | 1F | 5 | 7 | 42 |
| Octal | 257 | 244 | 243 | 0 | 6 | 7 | 37 | 5 | 7 | 102 |
| Binary | 10101111 | 10100100 | 10100011 | 0 | 110 | 111 | 11111 | 101 | 111 | 1000010 |
Color Harmonies of #AFA4A3
Complementary color
Monochromatic Colors of #AFA4A3
Black with #AFA4A3
Text Example
Text Example
White with #AFA4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA4A3; }
p { color: rgb(175,164,163); }
H1.HeaderClassName
{
color: #AFA4A3;
}
.AnyTagClassName
{
color: #AFA4A3;
}
</style>
background-color css
<style>
a { background-color: #AFA4A3; }
a { background-color: rgb(175,164,163); }
div.DivClassName
{
background-color: #AFA4A3;
}
.BgClassName
{
background-color: #AFA4A3;
}
</style>
border-color css
<style>
span { border-color: #AFA4A3; }
span { border-color: rgb(175,164,163); }
td.TdClassName
{
border-color: #AFA4A3;
}
.TagClassName
{
border-color: #AFA4A3;
}
</style>