Shades of Shady Lady #AA969C
Tints of Shady Lady #AA969C
RGB
CMYK
RGB Variations
Color information
#AA969C (or 0xAA969C) is known color: Shady Lady. HEX triplet: AA, 96 and 9C. RGB value is (170,150,156). Sum of RGB (Red+Green+Blue) = 170+150+156=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 170 - color contains mainly: red. Hex color #AA969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA969C is #556963. Grayscale: #9C9C9C. Windows color (decimal): -5597540 or 10262186. OLE color: 10262186.
HSL color Cylindrical-coordinate representation of color #AA969C: hue angle of 342º 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 #AA969C is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 156 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.33 |
| HSL | 342º | 0.11% | 0.63% | - |
| HSV(B) | 342º | 0.12% | 0.67% | - |
| XYZ | 33.48 | 32.76 | 36.01 | - |
| YUV | 156.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 156 | 0 | 0.12 | 0.08 | 0.33 | 342 | 0.11 | 0.63 |
| Hex | AA | 96 | 9C | 0 | C | 8 | 21 | 156 | B | 3F |
| Octal | 252 | 226 | 234 | 0 | 14 | 10 | 41 | 526 | 13 | 77 |
| Binary | 10101010 | 10010110 | 10011100 | 0 | 1100 | 1000 | 100001 | 101010110 | 1011 | 111111 |
Color Harmonies of #AA969C
Complementary color
Monochromatic Colors of #AA969C
Black with #AA969C
Text Example
Text Example
White with #AA969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA969C; }
p { color: rgb(170,150,156); }
H1.HeaderClassName
{
color: #AA969C;
}
.AnyTagClassName
{
color: #AA969C;
}
</style>
background-color css
<style>
a { background-color: #AA969C; }
a { background-color: rgb(170,150,156); }
div.DivClassName
{
background-color: #AA969C;
}
.BgClassName
{
background-color: #AA969C;
}
</style>
border-color css
<style>
span { border-color: #AA969C; }
span { border-color: rgb(170,150,156); }
td.TdClassName
{
border-color: #AA969C;
}
.TagClassName
{
border-color: #AA969C;
}
</style>