Shades of Dusty Grey #AF9D9A
Tints of Dusty Grey #AF9D9A
RGB
CMYK
RGB Variations
Color information
#AF9D9A (or 0xAF9D9A) is known color: Dusty Grey. HEX triplet: AF, 9D and 9A. RGB value is (175,157,154). Sum of RGB (Red+Green+Blue) = 175+157+154=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9D9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9D9A is #506265. Grayscale: #A2A2A2. Windows color (decimal): -5268070 or 10132911. OLE color: 10132911.
HSL color Cylindrical-coordinate representation of color #AF9D9A: hue angle of 8.57º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AF9D9A is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 157 | 154 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.31 |
| HSL | 8.57º | 0.12% | 0.65% | - |
| HSV(B) | 8.57º | 0.12% | 0.69% | - |
| XYZ | 35.57 | 35.56 | 35.56 | - |
| YUV | 162.04 | 123.46 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 157 | 154 | 0 | 0.10 | 0.12 | 0.31 | 8.57 | 0.12 | 0.65 |
| Hex | AF | 9D | 9A | 0 | A | C | 1F | 9 | C | 41 |
| Octal | 257 | 235 | 232 | 0 | 12 | 14 | 37 | 11 | 14 | 101 |
| Binary | 10101111 | 10011101 | 10011010 | 0 | 1010 | 1100 | 11111 | 1001 | 1100 | 1000001 |
Color Harmonies of #AF9D9A
Complementary color
Monochromatic Colors of #AF9D9A
Black with #AF9D9A
Text Example
Text Example
White with #AF9D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9D9A; }
p { color: rgb(175,157,154); }
H1.HeaderClassName
{
color: #AF9D9A;
}
.AnyTagClassName
{
color: #AF9D9A;
}
</style>
background-color css
<style>
a { background-color: #AF9D9A; }
a { background-color: rgb(175,157,154); }
div.DivClassName
{
background-color: #AF9D9A;
}
.BgClassName
{
background-color: #AF9D9A;
}
</style>
border-color css
<style>
span { border-color: #AF9D9A; }
span { border-color: rgb(175,157,154); }
td.TdClassName
{
border-color: #AF9D9A;
}
.TagClassName
{
border-color: #AF9D9A;
}
</style>