Shades of Shady Lady #AA9098
Tints of Shady Lady #AA9098
RGB
CMYK
RGB Variations
Color information
#AA9098 (or 0xAA9098) is known color: Shady Lady. HEX triplet: AA, 90 and 98. RGB value is (170,144,152). Sum of RGB (Red+Green+Blue) = 170+144+152=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9098 is #556F67. Grayscale: #989898. Windows color (decimal): -5599080 or 9998506. OLE color: 9998506.
HSL color Cylindrical-coordinate representation of color #AA9098: hue angle of 341.54º 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 #AA9098 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 152 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.33 |
| HSL | 341.54º | 0.13% | 0.62% | - |
| HSV(B) | 341.54º | 0.15% | 0.67% | - |
| XYZ | 32.22 | 30.76 | 33.94 | - |
| YUV | 152.69 | 127.61 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 152 | 0 | 0.15 | 0.11 | 0.33 | 341.54 | 0.13 | 0.62 |
| Hex | AA | 90 | 98 | 0 | F | B | 21 | 156 | D | 3E |
| Octal | 252 | 220 | 230 | 0 | 17 | 13 | 41 | 526 | 15 | 76 |
| Binary | 10101010 | 10010000 | 10011000 | 0 | 1111 | 1011 | 100001 | 101010110 | 1101 | 111110 |
Color Harmonies of #AA9098
Complementary color
Monochromatic Colors of #AA9098
Black with #AA9098
Text Example
Text Example
White with #AA9098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9098; }
p { color: rgb(170,144,152); }
H1.HeaderClassName
{
color: #AA9098;
}
.AnyTagClassName
{
color: #AA9098;
}
</style>
background-color css
<style>
a { background-color: #AA9098; }
a { background-color: rgb(170,144,152); }
div.DivClassName
{
background-color: #AA9098;
}
.BgClassName
{
background-color: #AA9098;
}
</style>
border-color css
<style>
span { border-color: #AA9098; }
span { border-color: rgb(170,144,152); }
td.TdClassName
{
border-color: #AA9098;
}
.TagClassName
{
border-color: #AA9098;
}
</style>