Shades of Shady Lady #AA939B
Tints of Shady Lady #AA939B
RGB
CMYK
RGB Variations
Color information
#AA939B (or 0xAA939B) is known color: Shady Lady. HEX triplet: AA, 93 and 9B. RGB value is (170,147,155). Sum of RGB (Red+Green+Blue) = 170+147+155=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AA939B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA939B is #556C64. Grayscale: #9A9A9A. Windows color (decimal): -5598309 or 10195882. OLE color: 10195882.
HSL color Cylindrical-coordinate representation of color #AA939B: hue angle of 339.13º 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 #AA939B is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 155 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.33 |
| HSL | 339.13º | 0.12% | 0.62% | - |
| HSV(B) | 339.13º | 0.14% | 0.67% | - |
| XYZ | 32.93 | 31.78 | 35.41 | - |
| YUV | 154.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 155 | 0 | 0.14 | 0.09 | 0.33 | 339.13 | 0.12 | 0.62 |
| Hex | AA | 93 | 9B | 0 | E | 9 | 21 | 153 | C | 3E |
| Octal | 252 | 223 | 233 | 0 | 16 | 11 | 41 | 523 | 14 | 76 |
| Binary | 10101010 | 10010011 | 10011011 | 0 | 1110 | 1001 | 100001 | 101010011 | 1100 | 111110 |
Color Harmonies of #AA939B
Complementary color
Monochromatic Colors of #AA939B
Black with #AA939B
Text Example
Text Example
White with #AA939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA939B; }
p { color: rgb(170,147,155); }
H1.HeaderClassName
{
color: #AA939B;
}
.AnyTagClassName
{
color: #AA939B;
}
</style>
background-color css
<style>
a { background-color: #AA939B; }
a { background-color: rgb(170,147,155); }
div.DivClassName
{
background-color: #AA939B;
}
.BgClassName
{
background-color: #AA939B;
}
</style>
border-color css
<style>
span { border-color: #AA939B; }
span { border-color: rgb(170,147,155); }
td.TdClassName
{
border-color: #AA939B;
}
.TagClassName
{
border-color: #AA939B;
}
</style>