Shades of Dusty Grey #AF9E9C
Tints of Dusty Grey #AF9E9C
RGB
CMYK
RGB Variations
Color information
#AF9E9C (or 0xAF9E9C) is known color: Dusty Grey. HEX triplet: AF, 9E and 9C. RGB value is (175,158,156). Sum of RGB (Red+Green+Blue) = 175+158+156=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 156 (61.33% from 255 or 31.90% from 489); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9E9C is #506163. Grayscale: #A2A2A2. Windows color (decimal): -5267812 or 10264239. OLE color: 10264239.
HSL color Cylindrical-coordinate representation of color #AF9E9C: hue angle of 6.32º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AF9E9C is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 158 | 156 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.31 |
| HSL | 6.32º | 0.11% | 0.65% | - |
| HSV(B) | 6.32º | 0.11% | 0.69% | - |
| XYZ | 35.91 | 35.97 | 36.5 | - |
| YUV | 162.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 158 | 156 | 0 | 0.10 | 0.11 | 0.31 | 6.32 | 0.11 | 0.65 |
| Hex | AF | 9E | 9C | 0 | A | B | 1F | 6 | B | 41 |
| Octal | 257 | 236 | 234 | 0 | 12 | 13 | 37 | 6 | 13 | 101 |
| Binary | 10101111 | 10011110 | 10011100 | 0 | 1010 | 1011 | 11111 | 110 | 1011 | 1000001 |
Color Harmonies of #AF9E9C
Complementary color
Monochromatic Colors of #AF9E9C
Black with #AF9E9C
Text Example
Text Example
White with #AF9E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9E9C; }
p { color: rgb(175,158,156); }
H1.HeaderClassName
{
color: #AF9E9C;
}
.AnyTagClassName
{
color: #AF9E9C;
}
</style>
background-color css
<style>
a { background-color: #AF9E9C; }
a { background-color: rgb(175,158,156); }
div.DivClassName
{
background-color: #AF9E9C;
}
.BgClassName
{
background-color: #AF9E9C;
}
</style>
border-color css
<style>
span { border-color: #AF9E9C; }
span { border-color: rgb(175,158,156); }
td.TdClassName
{
border-color: #AF9E9C;
}
.TagClassName
{
border-color: #AF9E9C;
}
</style>