Shades of Dusty Grey #AA9C9B
Tints of Dusty Grey #AA9C9B
RGB
CMYK
RGB Variations
Color information
#AA9C9B (or 0xAA9C9B) is known color: Dusty Grey. HEX triplet: AA, 9C and 9B. RGB value is (170,156,155). Sum of RGB (Red+Green+Blue) = 170+156+155=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9C9B is #556364. Grayscale: #A0A0A0. Windows color (decimal): -5596005 or 10198186. OLE color: 10198186.
HSL color Cylindrical-coordinate representation of color #AA9C9B: hue angle of 4º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AA9C9B is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 155 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.33 |
| HSL | 4º | 0.08% | 0.64% | - |
| HSV(B) | 4º | 0.09% | 0.67% | - |
| XYZ | 34.38 | 34.69 | 35.89 | - |
| YUV | 160.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 155 | 0 | 0.08 | 0.09 | 0.33 | 4 | 0.08 | 0.64 |
| Hex | AA | 9C | 9B | 0 | 8 | 9 | 21 | 4 | 8 | 40 |
| Octal | 252 | 234 | 233 | 0 | 10 | 11 | 41 | 4 | 10 | 100 |
| Binary | 10101010 | 10011100 | 10011011 | 0 | 1000 | 1001 | 100001 | 100 | 1000 | 1000000 |
Color Harmonies of #AA9C9B
Complementary color
Monochromatic Colors of #AA9C9B
Black with #AA9C9B
Text Example
Text Example
White with #AA9C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C9B; }
p { color: rgb(170,156,155); }
H1.HeaderClassName
{
color: #AA9C9B;
}
.AnyTagClassName
{
color: #AA9C9B;
}
</style>
background-color css
<style>
a { background-color: #AA9C9B; }
a { background-color: rgb(170,156,155); }
div.DivClassName
{
background-color: #AA9C9B;
}
.BgClassName
{
background-color: #AA9C9B;
}
</style>
border-color css
<style>
span { border-color: #AA9C9B; }
span { border-color: rgb(170,156,155); }
td.TdClassName
{
border-color: #AA9C9B;
}
.TagClassName
{
border-color: #AA9C9B;
}
</style>