Shades of Shady Lady #AA919C
Tints of Shady Lady #AA919C
RGB
CMYK
RGB Variations
Color information
#AA919C (or 0xAA919C) is known color: Shady Lady. HEX triplet: AA, 91 and 9C. RGB value is (170,145,156). Sum of RGB (Red+Green+Blue) = 170+145+156=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AA919C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA919C is #556E63. Grayscale: #999999. Windows color (decimal): -5598820 or 10260906. OLE color: 10260906.
HSL color Cylindrical-coordinate representation of color #AA919C: hue angle of 333.6º 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 #AA919C is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 156 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.33 |
| HSL | 333.6º | 0.13% | 0.62% | - |
| HSV(B) | 333.6º | 0.15% | 0.67% | - |
| XYZ | 32.7 | 31.2 | 35.75 | - |
| YUV | 153.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 156 | 0 | 0.15 | 0.08 | 0.33 | 333.6 | 0.13 | 0.62 |
| Hex | AA | 91 | 9C | 0 | F | 8 | 21 | 14E | D | 3E |
| Octal | 252 | 221 | 234 | 0 | 17 | 10 | 41 | 516 | 15 | 76 |
| Binary | 10101010 | 10010001 | 10011100 | 0 | 1111 | 1000 | 100001 | 101001110 | 1101 | 111110 |
Color Harmonies of #AA919C
Complementary color
Monochromatic Colors of #AA919C
Black with #AA919C
Text Example
Text Example
White with #AA919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA919C; }
p { color: rgb(170,145,156); }
H1.HeaderClassName
{
color: #AA919C;
}
.AnyTagClassName
{
color: #AA919C;
}
</style>
background-color css
<style>
a { background-color: #AA919C; }
a { background-color: rgb(170,145,156); }
div.DivClassName
{
background-color: #AA919C;
}
.BgClassName
{
background-color: #AA919C;
}
</style>
border-color css
<style>
span { border-color: #AA919C; }
span { border-color: rgb(170,145,156); }
td.TdClassName
{
border-color: #AA919C;
}
.TagClassName
{
border-color: #AA919C;
}
</style>