Shades of Shady Lady #AA99A4
Tints of Shady Lady #AA99A4
RGB
CMYK
RGB Variations
Color information
#AA99A4 (or 0xAA99A4) is known color: Shady Lady. HEX triplet: AA, 99 and A4. RGB value is (170,153,164). Sum of RGB (Red+Green+Blue) = 170+153+164=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 164 (64.45% from 255 or 33.68% from 487); Max value from RGB is 170 - color contains mainly: red. Hex color #AA99A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA99A4 is #55665B. Grayscale: #9F9F9F. Windows color (decimal): -5596764 or 10787242. OLE color: 10787242.
HSL color Cylindrical-coordinate representation of color #AA99A4: hue angle of 321.18º 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 #AA99A4 is Cyan = 0, Magento = 0.1, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 164 | - |
| CMYK | 0 | 0.1 | 0.04 | 0.33 |
| HSL | 321.18º | 0.09% | 0.63% | - |
| HSV(B) | 321.18º | 0.1% | 0.67% | - |
| XYZ | 34.67 | 34.01 | 39.86 | - |
| YUV | 159.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 164 | 0 | 0.1 | 0.04 | 0.33 | 321.18 | 0.09 | 0.63 |
| Hex | AA | 99 | A4 | 0 | A | 4 | 21 | 141 | 9 | 3F |
| Octal | 252 | 231 | 244 | 0 | 12 | 4 | 41 | 501 | 11 | 77 |
| Binary | 10101010 | 10011001 | 10100100 | 0 | 1010 | 100 | 100001 | 101000001 | 1001 | 111111 |
Color Harmonies of #AA99A4
Complementary color
Monochromatic Colors of #AA99A4
Black with #AA99A4
Text Example
Text Example
White with #AA99A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA99A4; }
p { color: rgb(170,153,164); }
H1.HeaderClassName
{
color: #AA99A4;
}
.AnyTagClassName
{
color: #AA99A4;
}
</style>
background-color css
<style>
a { background-color: #AA99A4; }
a { background-color: rgb(170,153,164); }
div.DivClassName
{
background-color: #AA99A4;
}
.BgClassName
{
background-color: #AA99A4;
}
</style>
border-color css
<style>
span { border-color: #AA99A4; }
span { border-color: rgb(170,153,164); }
td.TdClassName
{
border-color: #AA99A4;
}
.TagClassName
{
border-color: #AA99A4;
}
</style>