Shades of Shady Lady #AA99A3
Tints of Shady Lady #AA99A3
RGB
CMYK
RGB Variations
Color information
#AA99A3 (or 0xAA99A3) is known color: Shady Lady. HEX triplet: AA, 99 and A3. RGB value is (170,153,163). Sum of RGB (Red+Green+Blue) = 170+153+163=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 170 - color contains mainly: red. Hex color #AA99A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA99A3 is #55665C. Grayscale: #9F9F9F. Windows color (decimal): -5596765 or 10721706. OLE color: 10721706.
HSL color Cylindrical-coordinate representation of color #AA99A3: hue angle of 324.71º 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 #AA99A3 is Cyan = 0, Magento = 0.1, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 163 | - |
| CMYK | 0 | 0.1 | 0.04 | 0.33 |
| HSL | 324.71º | 0.09% | 0.63% | - |
| HSV(B) | 324.71º | 0.1% | 0.67% | - |
| XYZ | 34.58 | 33.97 | 39.39 | - |
| YUV | 159.22 | 130.13 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 163 | 0 | 0.1 | 0.04 | 0.33 | 324.71 | 0.09 | 0.63 |
| Hex | AA | 99 | A3 | 0 | A | 4 | 21 | 145 | 9 | 3F |
| Octal | 252 | 231 | 243 | 0 | 12 | 4 | 41 | 505 | 11 | 77 |
| Binary | 10101010 | 10011001 | 10100011 | 0 | 1010 | 100 | 100001 | 101000101 | 1001 | 111111 |
Color Harmonies of #AA99A3
Complementary color
Monochromatic Colors of #AA99A3
Black with #AA99A3
Text Example
Text Example
White with #AA99A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA99A3; }
p { color: rgb(170,153,163); }
H1.HeaderClassName
{
color: #AA99A3;
}
.AnyTagClassName
{
color: #AA99A3;
}
</style>
background-color css
<style>
a { background-color: #AA99A3; }
a { background-color: rgb(170,153,163); }
div.DivClassName
{
background-color: #AA99A3;
}
.BgClassName
{
background-color: #AA99A3;
}
</style>
border-color css
<style>
span { border-color: #AA99A3; }
span { border-color: rgb(170,153,163); }
td.TdClassName
{
border-color: #AA99A3;
}
.TagClassName
{
border-color: #AA99A3;
}
</style>