Shades of Dusty Grey #AF9896
Tints of Dusty Grey #AF9896
RGB
CMYK
RGB Variations
Color information
#AF9896 (or 0xAF9896) is known color: Dusty Grey. HEX triplet: AF, 98 and 96. RGB value is (175,152,150). Sum of RGB (Red+Green+Blue) = 175+152+150=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9896 is #506769. Grayscale: #9E9E9E. Windows color (decimal): -5269354 or 9869487. OLE color: 9869487.
HSL color Cylindrical-coordinate representation of color #AF9896: hue angle of 4.8º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AF9896 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 150 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.31 |
| HSL | 4.8º | 0.14% | 0.64% | - |
| HSV(B) | 4.8º | 0.14% | 0.69% | - |
| XYZ | 34.41 | 33.77 | 33.56 | - |
| YUV | 158.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 150 | 0 | 0.13 | 0.14 | 0.31 | 4.8 | 0.14 | 0.64 |
| Hex | AF | 98 | 96 | 0 | D | E | 1F | 5 | E | 40 |
| Octal | 257 | 230 | 226 | 0 | 15 | 16 | 37 | 5 | 16 | 100 |
| Binary | 10101111 | 10011000 | 10010110 | 0 | 1101 | 1110 | 11111 | 101 | 1110 | 1000000 |
Color Harmonies of #AF9896
Complementary color
Monochromatic Colors of #AF9896
Black with #AF9896
Text Example
Text Example
White with #AF9896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9896; }
p { color: rgb(175,152,150); }
H1.HeaderClassName
{
color: #AF9896;
}
.AnyTagClassName
{
color: #AF9896;
}
</style>
background-color css
<style>
a { background-color: #AF9896; }
a { background-color: rgb(175,152,150); }
div.DivClassName
{
background-color: #AF9896;
}
.BgClassName
{
background-color: #AF9896;
}
</style>
border-color css
<style>
span { border-color: #AF9896; }
span { border-color: rgb(175,152,150); }
td.TdClassName
{
border-color: #AF9896;
}
.TagClassName
{
border-color: #AF9896;
}
</style>