Shades of Shady Lady #AA9099
Tints of Shady Lady #AA9099
RGB
CMYK
RGB Variations
Color information
#AA9099 (or 0xAA9099) is known color: Shady Lady. HEX triplet: AA, 90 and 99. RGB value is (170,144,153). Sum of RGB (Red+Green+Blue) = 170+144+153=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9099 is #556F66. Grayscale: #989898. Windows color (decimal): -5599079 or 10064042. OLE color: 10064042.
HSL color Cylindrical-coordinate representation of color #AA9099: hue angle of 339.23º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AA9099 is Cyan = 0, Magento = 0.15, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 153 | - |
| CMYK | 0 | 0.15 | 0.1 | 0.33 |
| HSL | 339.23º | 0.13% | 0.62% | - |
| HSV(B) | 339.23º | 0.15% | 0.67% | - |
| XYZ | 32.3 | 30.79 | 34.38 | - |
| YUV | 152.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 153 | 0 | 0.15 | 0.1 | 0.33 | 339.23 | 0.13 | 0.62 |
| Hex | AA | 90 | 99 | 0 | F | A | 21 | 153 | D | 3E |
| Octal | 252 | 220 | 231 | 0 | 17 | 12 | 41 | 523 | 15 | 76 |
| Binary | 10101010 | 10010000 | 10011001 | 0 | 1111 | 1010 | 100001 | 101010011 | 1101 | 111110 |
Color Harmonies of #AA9099
Complementary color
Monochromatic Colors of #AA9099
Black with #AA9099
Text Example
Text Example
White with #AA9099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9099; }
p { color: rgb(170,144,153); }
H1.HeaderClassName
{
color: #AA9099;
}
.AnyTagClassName
{
color: #AA9099;
}
</style>
background-color css
<style>
a { background-color: #AA9099; }
a { background-color: rgb(170,144,153); }
div.DivClassName
{
background-color: #AA9099;
}
.BgClassName
{
background-color: #AA9099;
}
</style>
border-color css
<style>
span { border-color: #AA9099; }
span { border-color: rgb(170,144,153); }
td.TdClassName
{
border-color: #AA9099;
}
.TagClassName
{
border-color: #AA9099;
}
</style>