Shades of Dusty Grey #AF9B9A
Tints of Dusty Grey #AF9B9A
RGB
CMYK
RGB Variations
Color information
#AF9B9A (or 0xAF9B9A) is known color: Dusty Grey. HEX triplet: AF, 9B and 9A. RGB value is (175,155,154). Sum of RGB (Red+Green+Blue) = 175+155+154=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9B9A is #506465. Grayscale: #A0A0A0. Windows color (decimal): -5268582 or 10132399. OLE color: 10132399.
HSL color Cylindrical-coordinate representation of color #AF9B9A: hue angle of 2.86º 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 #AF9B9A is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 155 | 154 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.31 |
| HSL | 2.86º | 0.12% | 0.65% | - |
| HSV(B) | 2.86º | 0.12% | 0.69% | - |
| XYZ | 35.23 | 34.89 | 35.45 | - |
| YUV | 160.87 | 124.13 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 155 | 154 | 0 | 0.11 | 0.12 | 0.31 | 2.86 | 0.12 | 0.65 |
| Hex | AF | 9B | 9A | 0 | B | C | 1F | 3 | C | 41 |
| Octal | 257 | 233 | 232 | 0 | 13 | 14 | 37 | 3 | 14 | 101 |
| Binary | 10101111 | 10011011 | 10011010 | 0 | 1011 | 1100 | 11111 | 11 | 1100 | 1000001 |
Color Harmonies of #AF9B9A
Complementary color
Monochromatic Colors of #AF9B9A
Black with #AF9B9A
Text Example
Text Example
White with #AF9B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9B9A; }
p { color: rgb(175,155,154); }
H1.HeaderClassName
{
color: #AF9B9A;
}
.AnyTagClassName
{
color: #AF9B9A;
}
</style>
background-color css
<style>
a { background-color: #AF9B9A; }
a { background-color: rgb(175,155,154); }
div.DivClassName
{
background-color: #AF9B9A;
}
.BgClassName
{
background-color: #AF9B9A;
}
</style>
border-color css
<style>
span { border-color: #AF9B9A; }
span { border-color: rgb(175,155,154); }
td.TdClassName
{
border-color: #AF9B9A;
}
.TagClassName
{
border-color: #AF9B9A;
}
</style>