Shades of Dusty Grey #AF9F9D
Tints of Dusty Grey #AF9F9D
RGB
CMYK
RGB Variations
Color information
#AF9F9D (or 0xAF9F9D) is known color: Dusty Grey. HEX triplet: AF, 9F and 9D. RGB value is (175,159,157). Sum of RGB (Red+Green+Blue) = 175+159+157=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9F9D is #506062. Grayscale: #A3A3A3. Windows color (decimal): -5267555 or 10330031. OLE color: 10330031.
HSL color Cylindrical-coordinate representation of color #AF9F9D: hue angle of 6.67º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AF9F9D is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 159 | 157 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.31 |
| HSL | 6.67º | 0.1% | 0.65% | - |
| HSV(B) | 6.67º | 0.1% | 0.69% | - |
| XYZ | 36.16 | 36.34 | 37.01 | - |
| YUV | 163.56 | 124.3 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 159 | 157 | 0 | 0.09 | 0.10 | 0.31 | 6.67 | 0.1 | 0.65 |
| Hex | AF | 9F | 9D | 0 | 9 | A | 1F | 7 | A | 41 |
| Octal | 257 | 237 | 235 | 0 | 11 | 12 | 37 | 7 | 12 | 101 |
| Binary | 10101111 | 10011111 | 10011101 | 0 | 1001 | 1010 | 11111 | 111 | 1010 | 1000001 |
Color Harmonies of #AF9F9D
Complementary color
Monochromatic Colors of #AF9F9D
Black with #AF9F9D
Text Example
Text Example
White with #AF9F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9F9D; }
p { color: rgb(175,159,157); }
H1.HeaderClassName
{
color: #AF9F9D;
}
.AnyTagClassName
{
color: #AF9F9D;
}
</style>
background-color css
<style>
a { background-color: #AF9F9D; }
a { background-color: rgb(175,159,157); }
div.DivClassName
{
background-color: #AF9F9D;
}
.BgClassName
{
background-color: #AF9F9D;
}
</style>
border-color css
<style>
span { border-color: #AF9F9D; }
span { border-color: rgb(175,159,157); }
td.TdClassName
{
border-color: #AF9F9D;
}
.TagClassName
{
border-color: #AF9F9D;
}
</style>