Shades of Dusty Grey #AFA09E
Tints of Dusty Grey #AFA09E
RGB
CMYK
RGB Variations
Color information
#AFA09E (or 0xAFA09E) is known color: Dusty Grey. HEX triplet: AF, A0 and 9E. RGB value is (175,160,158). Sum of RGB (Red+Green+Blue) = 175+160+158=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA09E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA09E is #505F61. Grayscale: #A4A4A4. Windows color (decimal): -5267298 or 10395823. OLE color: 10395823.
HSL color Cylindrical-coordinate representation of color #AFA09E: hue angle of 7.06º 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 #AFA09E is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 160 | 158 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.31 |
| HSL | 7.06º | 0.1% | 0.65% | - |
| HSV(B) | 7.06º | 0.1% | 0.69% | - |
| XYZ | 36.42 | 36.72 | 37.52 | - |
| YUV | 164.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 158 | 0 | 0.09 | 0.10 | 0.31 | 7.06 | 0.1 | 0.65 |
| Hex | AF | A0 | 9E | 0 | 9 | A | 1F | 7 | A | 41 |
| Octal | 257 | 240 | 236 | 0 | 11 | 12 | 37 | 7 | 12 | 101 |
| Binary | 10101111 | 10100000 | 10011110 | 0 | 1001 | 1010 | 11111 | 111 | 1010 | 1000001 |
Color Harmonies of #AFA09E
Complementary color
Monochromatic Colors of #AFA09E
Black with #AFA09E
Text Example
Text Example
White with #AFA09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA09E; }
p { color: rgb(175,160,158); }
H1.HeaderClassName
{
color: #AFA09E;
}
.AnyTagClassName
{
color: #AFA09E;
}
</style>
background-color css
<style>
a { background-color: #AFA09E; }
a { background-color: rgb(175,160,158); }
div.DivClassName
{
background-color: #AFA09E;
}
.BgClassName
{
background-color: #AFA09E;
}
</style>
border-color css
<style>
span { border-color: #AFA09E; }
span { border-color: rgb(175,160,158); }
td.TdClassName
{
border-color: #AFA09E;
}
.TagClassName
{
border-color: #AFA09E;
}
</style>