Shades of Dusty Grey #AF9F9E
Tints of Dusty Grey #AF9F9E
RGB
CMYK
RGB Variations
Color information
#AF9F9E (or 0xAF9F9E) is known color: Dusty Grey. HEX triplet: AF, 9F and 9E. RGB value is (175,159,158). Sum of RGB (Red+Green+Blue) = 175+159+158=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9F9E is #506061. Grayscale: #A3A3A3. Windows color (decimal): -5267554 or 10395567. OLE color: 10395567.
HSL color Cylindrical-coordinate representation of color #AF9F9E: hue angle of 3.53º 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 #AF9F9E is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 159 | 158 | - |
CMYK | 0 | 0.09 | 0.10 | 0.31 |
HSL | 3.53º | 0.1% | 0.65% | - |
HSV(B) | 3.53º | 0.1% | 0.69% | - |
XYZ | 36.25 | 36.38 | 37.46 | - |
YUV | 163.67 | 124.8 | 136.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 159 | 158 | 0 | 0.09 | 0.10 | 0.31 | 3.53 | 0.1 | 0.65 |
Hex | AF | 9F | 9E | 0 | 9 | A | 1F | 4 | A | 41 |
Octal | 257 | 237 | 236 | 0 | 11 | 12 | 37 | 4 | 12 | 101 |
Binary | 10101111 | 10011111 | 10011110 | 0 | 1001 | 1010 | 11111 | 100 | 1010 | 1000001 |
Color Harmonies of #AF9F9E
Complementary color
Monochromatic Colors of #AF9F9E
Black with #AF9F9E
Text Example
Text Example
White with #AF9F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9F9E; }
p { color: rgb(175,159,158); }
H1.HeaderClassName
{
color: #AF9F9E;
}
.AnyTagClassName
{
color: #AF9F9E;
}
</style>
background-color css
<style>
a { background-color: #AF9F9E; }
a { background-color: rgb(175,159,158); }
div.DivClassName
{
background-color: #AF9F9E;
}
.BgClassName
{
background-color: #AF9F9E;
}
</style>
border-color css
<style>
span { border-color: #AF9F9E; }
span { border-color: rgb(175,159,158); }
td.TdClassName
{
border-color: #AF9F9E;
}
.TagClassName
{
border-color: #AF9F9E;
}
</style>