Shades of Dusty Grey #AA9B99
Tints of Dusty Grey #AA9B99
RGB
CMYK
RGB Variations
Color information
#AA9B99 (or 0xAA9B99) is known color: Dusty Grey. HEX triplet: AA, 9B and 99. RGB value is (170,155,153). Sum of RGB (Red+Green+Blue) = 170+155+153=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9B99 is #556466. Grayscale: #9F9F9F. Windows color (decimal): -5596263 or 10066858. OLE color: 10066858.
HSL color Cylindrical-coordinate representation of color #AA9B99: hue angle of 7.06º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AA9B99 is Cyan = 0, Magento = 0.09, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 155 | 153 | - |
| CMYK | 0 | 0.09 | 0.1 | 0.33 |
| HSL | 7.06º | 0.09% | 0.63% | - |
| HSV(B) | 7.06º | 0.1% | 0.67% | - |
| XYZ | 34.05 | 34.29 | 34.96 | - |
| YUV | 159.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 153 | 0 | 0.09 | 0.1 | 0.33 | 7.06 | 0.09 | 0.63 |
| Hex | AA | 9B | 99 | 0 | 9 | A | 21 | 7 | 9 | 3F |
| Octal | 252 | 233 | 231 | 0 | 11 | 12 | 41 | 7 | 11 | 77 |
| Binary | 10101010 | 10011011 | 10011001 | 0 | 1001 | 1010 | 100001 | 111 | 1001 | 111111 |
Color Harmonies of #AA9B99
Complementary color
Monochromatic Colors of #AA9B99
Black with #AA9B99
Text Example
Text Example
White with #AA9B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9B99; }
p { color: rgb(170,155,153); }
H1.HeaderClassName
{
color: #AA9B99;
}
.AnyTagClassName
{
color: #AA9B99;
}
</style>
background-color css
<style>
a { background-color: #AA9B99; }
a { background-color: rgb(170,155,153); }
div.DivClassName
{
background-color: #AA9B99;
}
.BgClassName
{
background-color: #AA9B99;
}
</style>
border-color css
<style>
span { border-color: #AA9B99; }
span { border-color: rgb(170,155,153); }
td.TdClassName
{
border-color: #AA9B99;
}
.TagClassName
{
border-color: #AA9B99;
}
</style>