Shades of Shady Lady #AA9A9D
Tints of Shady Lady #AA9A9D
RGB
CMYK
RGB Variations
Color information
#AA9A9D (or 0xAA9A9D) is known color: Shady Lady. HEX triplet: AA, 9A and 9D. RGB value is (170,154,157). Sum of RGB (Red+Green+Blue) = 170+154+157=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9A9D is #556562. Grayscale: #9F9F9F. Windows color (decimal): -5596515 or 10328746. OLE color: 10328746.
HSL color Cylindrical-coordinate representation of color #AA9A9D: hue angle of 348.75º degrees, saturation: 0.09, 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 #AA9A9D is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 154 | 157 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.33 |
| HSL | 348.75º | 0.09% | 0.64% | - |
| HSV(B) | 348.75º | 0.09% | 0.67% | - |
| XYZ | 34.22 | 34.09 | 36.68 | - |
| YUV | 159.13 | 126.8 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 157 | 0 | 0.09 | 0.08 | 0.33 | 348.75 | 0.09 | 0.64 |
| Hex | AA | 9A | 9D | 0 | 9 | 8 | 21 | 15D | 9 | 40 |
| Octal | 252 | 232 | 235 | 0 | 11 | 10 | 41 | 535 | 11 | 100 |
| Binary | 10101010 | 10011010 | 10011101 | 0 | 1001 | 1000 | 100001 | 101011101 | 1001 | 1000000 |
Color Harmonies of #AA9A9D
Complementary color
Monochromatic Colors of #AA9A9D
Black with #AA9A9D
Text Example
Text Example
White with #AA9A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9A9D; }
p { color: rgb(170,154,157); }
H1.HeaderClassName
{
color: #AA9A9D;
}
.AnyTagClassName
{
color: #AA9A9D;
}
</style>
background-color css
<style>
a { background-color: #AA9A9D; }
a { background-color: rgb(170,154,157); }
div.DivClassName
{
background-color: #AA9A9D;
}
.BgClassName
{
background-color: #AA9A9D;
}
</style>
border-color css
<style>
span { border-color: #AA9A9D; }
span { border-color: rgb(170,154,157); }
td.TdClassName
{
border-color: #AA9A9D;
}
.TagClassName
{
border-color: #AA9A9D;
}
</style>