Shades of Dusty Grey #AF9C99
Tints of Dusty Grey #AF9C99
RGB
CMYK
RGB Variations
Color information
#AF9C99 (or 0xAF9C99) is known color: Dusty Grey. HEX triplet: AF, 9C and 99. RGB value is (175,156,153). Sum of RGB (Red+Green+Blue) = 175+156+153=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 156 (61.33% from 255 or 32.23% from 484); Blue value is 153 (60.16% from 255 or 31.61% from 484); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9C99 is #506366. Grayscale: #A1A1A1. Windows color (decimal): -5268327 or 10067119. OLE color: 10067119.
HSL color Cylindrical-coordinate representation of color #AF9C99: hue angle of 8.18º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AF9C99 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 156 | 153 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.31 |
| HSL | 8.18º | 0.12% | 0.64% | - |
| HSV(B) | 8.18º | 0.13% | 0.69% | - |
| XYZ | 35.32 | 35.19 | 35.07 | - |
| YUV | 161.34 | 123.29 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 156 | 153 | 0 | 0.11 | 0.13 | 0.31 | 8.18 | 0.12 | 0.64 |
| Hex | AF | 9C | 99 | 0 | B | D | 1F | 8 | C | 40 |
| Octal | 257 | 234 | 231 | 0 | 13 | 15 | 37 | 10 | 14 | 100 |
| Binary | 10101111 | 10011100 | 10011001 | 0 | 1011 | 1101 | 11111 | 1000 | 1100 | 1000000 |
Color Harmonies of #AF9C99
Complementary color
Monochromatic Colors of #AF9C99
Black with #AF9C99
Text Example
Text Example
White with #AF9C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9C99; }
p { color: rgb(175,156,153); }
H1.HeaderClassName
{
color: #AF9C99;
}
.AnyTagClassName
{
color: #AF9C99;
}
</style>
background-color css
<style>
a { background-color: #AF9C99; }
a { background-color: rgb(175,156,153); }
div.DivClassName
{
background-color: #AF9C99;
}
.BgClassName
{
background-color: #AF9C99;
}
</style>
border-color css
<style>
span { border-color: #AF9C99; }
span { border-color: rgb(175,156,153); }
td.TdClassName
{
border-color: #AF9C99;
}
.TagClassName
{
border-color: #AF9C99;
}
</style>