Shades of Shady Lady #AA909C
Tints of Shady Lady #AA909C
RGB
CMYK
RGB Variations
Color information
#AA909C (or 0xAA909C) is known color: Shady Lady. HEX triplet: AA, 90 and 9C. RGB value is (170,144,156). Sum of RGB (Red+Green+Blue) = 170+144+156=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 170 - color contains mainly: red. Hex color #AA909C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA909C is #556F63. Grayscale: #999999. Windows color (decimal): -5599076 or 10260650. OLE color: 10260650.
HSL color Cylindrical-coordinate representation of color #AA909C: hue angle of 332.31º 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 #AA909C is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 156 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.33 |
| HSL | 332.31º | 0.13% | 0.62% | - |
| HSV(B) | 332.31º | 0.15% | 0.67% | - |
| XYZ | 32.55 | 30.89 | 35.7 | - |
| YUV | 153.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 156 | 0 | 0.15 | 0.08 | 0.33 | 332.31 | 0.13 | 0.62 |
| Hex | AA | 90 | 9C | 0 | F | 8 | 21 | 14C | D | 3E |
| Octal | 252 | 220 | 234 | 0 | 17 | 10 | 41 | 514 | 15 | 76 |
| Binary | 10101010 | 10010000 | 10011100 | 0 | 1111 | 1000 | 100001 | 101001100 | 1101 | 111110 |
Color Harmonies of #AA909C
Complementary color
Monochromatic Colors of #AA909C
Black with #AA909C
Text Example
Text Example
White with #AA909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA909C; }
p { color: rgb(170,144,156); }
H1.HeaderClassName
{
color: #AA909C;
}
.AnyTagClassName
{
color: #AA909C;
}
</style>
background-color css
<style>
a { background-color: #AA909C; }
a { background-color: rgb(170,144,156); }
div.DivClassName
{
background-color: #AA909C;
}
.BgClassName
{
background-color: #AA909C;
}
</style>
border-color css
<style>
span { border-color: #AA909C; }
span { border-color: rgb(170,144,156); }
td.TdClassName
{
border-color: #AA909C;
}
.TagClassName
{
border-color: #AA909C;
}
</style>