Shades of Shady Lady #AA969A
Tints of Shady Lady #AA969A
RGB
CMYK
RGB Variations
Color information
#AA969A (or 0xAA969A) is known color: Shady Lady. HEX triplet: AA, 96 and 9A. RGB value is (170,150,154). Sum of RGB (Red+Green+Blue) = 170+150+154=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 170 - color contains mainly: red. Hex color #AA969A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA969A is #556965. Grayscale: #9C9C9C. Windows color (decimal): -5597542 or 10131114. OLE color: 10131114.
HSL color Cylindrical-coordinate representation of color #AA969A: hue angle of 348º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AA969A is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 154 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.33 |
| HSL | 348º | 0.11% | 0.63% | - |
| HSV(B) | 348º | 0.12% | 0.67% | - |
| XYZ | 33.32 | 32.69 | 35.13 | - |
| YUV | 156.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 154 | 0 | 0.12 | 0.09 | 0.33 | 348 | 0.11 | 0.63 |
| Hex | AA | 96 | 9A | 0 | C | 9 | 21 | 15C | B | 3F |
| Octal | 252 | 226 | 232 | 0 | 14 | 11 | 41 | 534 | 13 | 77 |
| Binary | 10101010 | 10010110 | 10011010 | 0 | 1100 | 1001 | 100001 | 101011100 | 1011 | 111111 |
Color Harmonies of #AA969A
Complementary color
Monochromatic Colors of #AA969A
Black with #AA969A
Text Example
Text Example
White with #AA969A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA969A; }
p { color: rgb(170,150,154); }
H1.HeaderClassName
{
color: #AA969A;
}
.AnyTagClassName
{
color: #AA969A;
}
</style>
background-color css
<style>
a { background-color: #AA969A; }
a { background-color: rgb(170,150,154); }
div.DivClassName
{
background-color: #AA969A;
}
.BgClassName
{
background-color: #AA969A;
}
</style>
border-color css
<style>
span { border-color: #AA969A; }
span { border-color: rgb(170,150,154); }
td.TdClassName
{
border-color: #AA969A;
}
.TagClassName
{
border-color: #AA969A;
}
</style>