Shades of Shady Lady #AA909A
Tints of Shady Lady #AA909A
RGB
CMYK
RGB Variations
Color information
#AA909A (or 0xAA909A) is known color: Shady Lady. HEX triplet: AA, 90 and 9A. RGB value is (170,144,154). Sum of RGB (Red+Green+Blue) = 170+144+154=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AA909A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA909A is #556F65. Grayscale: #989898. Windows color (decimal): -5599078 or 10129578. OLE color: 10129578.
HSL color Cylindrical-coordinate representation of color #AA909A: hue angle of 336.92º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AA909A is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 154 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.33 |
| HSL | 336.92º | 0.13% | 0.62% | - |
| HSV(B) | 336.92º | 0.15% | 0.67% | - |
| XYZ | 32.38 | 30.83 | 34.82 | - |
| YUV | 152.91 | 128.61 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 154 | 0 | 0.15 | 0.09 | 0.33 | 336.92 | 0.13 | 0.62 |
| Hex | AA | 90 | 9A | 0 | F | 9 | 21 | 151 | D | 3E |
| Octal | 252 | 220 | 232 | 0 | 17 | 11 | 41 | 521 | 15 | 76 |
| Binary | 10101010 | 10010000 | 10011010 | 0 | 1111 | 1001 | 100001 | 101010001 | 1101 | 111110 |
Color Harmonies of #AA909A
Complementary color
Monochromatic Colors of #AA909A
Black with #AA909A
Text Example
Text Example
White with #AA909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA909A; }
p { color: rgb(170,144,154); }
H1.HeaderClassName
{
color: #AA909A;
}
.AnyTagClassName
{
color: #AA909A;
}
</style>
background-color css
<style>
a { background-color: #AA909A; }
a { background-color: rgb(170,144,154); }
div.DivClassName
{
background-color: #AA909A;
}
.BgClassName
{
background-color: #AA909A;
}
</style>
border-color css
<style>
span { border-color: #AA909A; }
span { border-color: rgb(170,144,154); }
td.TdClassName
{
border-color: #AA909A;
}
.TagClassName
{
border-color: #AA909A;
}
</style>