Shades of Shady Lady #AA939A
Tints of Shady Lady #AA939A
RGB
CMYK
RGB Variations
Color information
#AA939A (or 0xAA939A) is known color: Shady Lady. HEX triplet: AA, 93 and 9A. RGB value is (170,147,154). Sum of RGB (Red+Green+Blue) = 170+147+154=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AA939A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA939A is #556C65. Grayscale: #9A9A9A. Windows color (decimal): -5598310 or 10130346. OLE color: 10130346.
HSL color Cylindrical-coordinate representation of color #AA939A: hue angle of 341.74º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AA939A is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 154 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.33 |
| HSL | 341.74º | 0.12% | 0.62% | - |
| HSV(B) | 341.74º | 0.14% | 0.67% | - |
| XYZ | 32.84 | 31.75 | 34.97 | - |
| YUV | 154.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 154 | 0 | 0.14 | 0.09 | 0.33 | 341.74 | 0.12 | 0.62 |
| Hex | AA | 93 | 9A | 0 | E | 9 | 21 | 156 | C | 3E |
| Octal | 252 | 223 | 232 | 0 | 16 | 11 | 41 | 526 | 14 | 76 |
| Binary | 10101010 | 10010011 | 10011010 | 0 | 1110 | 1001 | 100001 | 101010110 | 1100 | 111110 |
Color Harmonies of #AA939A
Complementary color
Monochromatic Colors of #AA939A
Black with #AA939A
Text Example
Text Example
White with #AA939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA939A; }
p { color: rgb(170,147,154); }
H1.HeaderClassName
{
color: #AA939A;
}
.AnyTagClassName
{
color: #AA939A;
}
</style>
background-color css
<style>
a { background-color: #AA939A; }
a { background-color: rgb(170,147,154); }
div.DivClassName
{
background-color: #AA939A;
}
.BgClassName
{
background-color: #AA939A;
}
</style>
border-color css
<style>
span { border-color: #AA939A; }
span { border-color: rgb(170,147,154); }
td.TdClassName
{
border-color: #AA939A;
}
.TagClassName
{
border-color: #AA939A;
}
</style>