Shades of Shady Lady #AA96A0
Tints of Shady Lady #AA96A0
RGB
CMYK
RGB Variations
Color information
#AA96A0 (or 0xAA96A0) is known color: Shady Lady. HEX triplet: AA, 96 and A0. RGB value is (170,150,160). Sum of RGB (Red+Green+Blue) = 170+150+160=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 170 - color contains mainly: red. Hex color #AA96A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA96A0 is #55695F. Grayscale: #9D9D9D. Windows color (decimal): -5597536 or 10524330. OLE color: 10524330.
HSL color Cylindrical-coordinate representation of color #AA96A0: hue angle of 330º 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 #AA96A0 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 150 | 160 | - |
CMYK | 0 | 0.12 | 0.06 | 0.33 |
HSL | 330º | 0.11% | 0.63% | - |
HSV(B) | 330º | 0.12% | 0.67% | - |
XYZ | 33.83 | 32.9 | 37.82 | - |
YUV | 157.12 | 129.63 | 137.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 150 | 160 | 0 | 0.12 | 0.06 | 0.33 | 330 | 0.11 | 0.63 |
Hex | AA | 96 | A0 | 0 | C | 6 | 21 | 14A | B | 3F |
Octal | 252 | 226 | 240 | 0 | 14 | 6 | 41 | 512 | 13 | 77 |
Binary | 10101010 | 10010110 | 10100000 | 0 | 1100 | 110 | 100001 | 101001010 | 1011 | 111111 |
Color Harmonies of #AA96A0
Complementary color
Monochromatic Colors of #AA96A0
Black with #AA96A0
Text Example
Text Example
White with #AA96A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA96A0; }
p { color: rgb(170,150,160); }
H1.HeaderClassName
{
color: #AA96A0;
}
.AnyTagClassName
{
color: #AA96A0;
}
</style>
background-color css
<style>
a { background-color: #AA96A0; }
a { background-color: rgb(170,150,160); }
div.DivClassName
{
background-color: #AA96A0;
}
.BgClassName
{
background-color: #AA96A0;
}
</style>
border-color css
<style>
span { border-color: #AA96A0; }
span { border-color: rgb(170,150,160); }
td.TdClassName
{
border-color: #AA96A0;
}
.TagClassName
{
border-color: #AA96A0;
}
</style>