Shades of Dusty Grey #AF9897
Tints of Dusty Grey #AF9897
RGB
CMYK
RGB Variations
Color information
#AF9897 (or 0xAF9897) is known color: Dusty Grey. HEX triplet: AF, 98 and 97. RGB value is (175,152,151). Sum of RGB (Red+Green+Blue) = 175+152+151=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9897 is #506768. Grayscale: #9E9E9E. Windows color (decimal): -5269353 or 9935023. OLE color: 9935023.
HSL color Cylindrical-coordinate representation of color #AF9897: hue angle of 2.5º degrees, saturation: 0.13, 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 #AF9897 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 152 | 151 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.31 |
| HSL | 2.5º | 0.13% | 0.64% | - |
| HSV(B) | 2.5º | 0.14% | 0.69% | - |
| XYZ | 34.49 | 33.8 | 33.99 | - |
| YUV | 158.76 | 123.62 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 152 | 151 | 0 | 0.13 | 0.14 | 0.31 | 2.5 | 0.13 | 0.64 |
| Hex | AF | 98 | 97 | 0 | D | E | 1F | 2 | D | 40 |
| Octal | 257 | 230 | 227 | 0 | 15 | 16 | 37 | 2 | 15 | 100 |
| Binary | 10101111 | 10011000 | 10010111 | 0 | 1101 | 1110 | 11111 | 10 | 1101 | 1000000 |
Color Harmonies of #AF9897
Complementary color
Monochromatic Colors of #AF9897
Black with #AF9897
Text Example
Text Example
White with #AF9897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9897; }
p { color: rgb(175,152,151); }
H1.HeaderClassName
{
color: #AF9897;
}
.AnyTagClassName
{
color: #AF9897;
}
</style>
background-color css
<style>
a { background-color: #AF9897; }
a { background-color: rgb(175,152,151); }
div.DivClassName
{
background-color: #AF9897;
}
.BgClassName
{
background-color: #AF9897;
}
</style>
border-color css
<style>
span { border-color: #AF9897; }
span { border-color: rgb(175,152,151); }
td.TdClassName
{
border-color: #AF9897;
}
.TagClassName
{
border-color: #AF9897;
}
</style>