Shades of Shady Lady #AA96A3
Tints of Shady Lady #AA96A3
RGB
CMYK
RGB Variations
Color information
#AA96A3 (or 0xAA96A3) is known color: Shady Lady. HEX triplet: AA, 96 and A3. RGB value is (170,150,163). Sum of RGB (Red+Green+Blue) = 170+150+163=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 170 - color contains mainly: red. Hex color #AA96A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA96A3 is #55695C. Grayscale: #9D9D9D. Windows color (decimal): -5597533 or 10720938. OLE color: 10720938.
HSL color Cylindrical-coordinate representation of color #AA96A3: hue angle of 321º 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 #AA96A3 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 163 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.33 |
| HSL | 321º | 0.11% | 0.63% | - |
| HSV(B) | 321º | 0.12% | 0.67% | - |
| XYZ | 34.09 | 33 | 39.22 | - |
| YUV | 157.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 163 | 0 | 0.12 | 0.04 | 0.33 | 321 | 0.11 | 0.63 |
| Hex | AA | 96 | A3 | 0 | C | 4 | 21 | 141 | B | 3F |
| Octal | 252 | 226 | 243 | 0 | 14 | 4 | 41 | 501 | 13 | 77 |
| Binary | 10101010 | 10010110 | 10100011 | 0 | 1100 | 100 | 100001 | 101000001 | 1011 | 111111 |
Color Harmonies of #AA96A3
Complementary color
Monochromatic Colors of #AA96A3
Black with #AA96A3
Text Example
Text Example
White with #AA96A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA96A3; }
p { color: rgb(170,150,163); }
H1.HeaderClassName
{
color: #AA96A3;
}
.AnyTagClassName
{
color: #AA96A3;
}
</style>
background-color css
<style>
a { background-color: #AA96A3; }
a { background-color: rgb(170,150,163); }
div.DivClassName
{
background-color: #AA96A3;
}
.BgClassName
{
background-color: #AA96A3;
}
</style>
border-color css
<style>
span { border-color: #AA96A3; }
span { border-color: rgb(170,150,163); }
td.TdClassName
{
border-color: #AA96A3;
}
.TagClassName
{
border-color: #AA96A3;
}
</style>