Shades of Shady Lady #AA99A1
Tints of Shady Lady #AA99A1
RGB
CMYK
RGB Variations
Color information
#AA99A1 (or 0xAA99A1) is known color: Shady Lady. HEX triplet: AA, 99 and A1. RGB value is (170,153,161). Sum of RGB (Red+Green+Blue) = 170+153+161=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 170 - color contains mainly: red. Hex color #AA99A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA99A1 is #55665E. Grayscale: #9E9E9E. Windows color (decimal): -5596767 or 10590634. OLE color: 10590634.
HSL color Cylindrical-coordinate representation of color #AA99A1: hue angle of 331.76º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AA99A1 is Cyan = 0, Magento = 0.1, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 161 | - |
| CMYK | 0 | 0.1 | 0.05 | 0.33 |
| HSL | 331.76º | 0.09% | 0.63% | - |
| HSV(B) | 331.76º | 0.1% | 0.67% | - |
| XYZ | 34.4 | 33.9 | 38.45 | - |
| YUV | 159 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 161 | 0 | 0.1 | 0.05 | 0.33 | 331.76 | 0.09 | 0.63 |
| Hex | AA | 99 | A1 | 0 | A | 5 | 21 | 14C | 9 | 3F |
| Octal | 252 | 231 | 241 | 0 | 12 | 5 | 41 | 514 | 11 | 77 |
| Binary | 10101010 | 10011001 | 10100001 | 0 | 1010 | 101 | 100001 | 101001100 | 1001 | 111111 |
Color Harmonies of #AA99A1
Complementary color
Monochromatic Colors of #AA99A1
Black with #AA99A1
Text Example
Text Example
White with #AA99A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA99A1; }
p { color: rgb(170,153,161); }
H1.HeaderClassName
{
color: #AA99A1;
}
.AnyTagClassName
{
color: #AA99A1;
}
</style>
background-color css
<style>
a { background-color: #AA99A1; }
a { background-color: rgb(170,153,161); }
div.DivClassName
{
background-color: #AA99A1;
}
.BgClassName
{
background-color: #AA99A1;
}
</style>
border-color css
<style>
span { border-color: #AA99A1; }
span { border-color: rgb(170,153,161); }
td.TdClassName
{
border-color: #AA99A1;
}
.TagClassName
{
border-color: #AA99A1;
}
</style>