Shades of Shady Lady #AA939C
Tints of Shady Lady #AA939C
RGB
CMYK
RGB Variations
Color information
#AA939C (or 0xAA939C) is known color: Shady Lady. HEX triplet: AA, 93 and 9C. RGB value is (170,147,156). Sum of RGB (Red+Green+Blue) = 170+147+156=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AA939C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA939C is #556C63. Grayscale: #9A9A9A. Windows color (decimal): -5598308 or 10261418. OLE color: 10261418.
HSL color Cylindrical-coordinate representation of color #AA939C: hue angle of 336.52º 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 #AA939C is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 156 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.33 |
| HSL | 336.52º | 0.12% | 0.62% | - |
| HSV(B) | 336.52º | 0.14% | 0.67% | - |
| XYZ | 33.01 | 31.81 | 35.85 | - |
| YUV | 154.9 | 128.62 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 156 | 0 | 0.14 | 0.08 | 0.33 | 336.52 | 0.12 | 0.62 |
| Hex | AA | 93 | 9C | 0 | E | 8 | 21 | 151 | C | 3E |
| Octal | 252 | 223 | 234 | 0 | 16 | 10 | 41 | 521 | 14 | 76 |
| Binary | 10101010 | 10010011 | 10011100 | 0 | 1110 | 1000 | 100001 | 101010001 | 1100 | 111110 |
Color Harmonies of #AA939C
Complementary color
Monochromatic Colors of #AA939C
Black with #AA939C
Text Example
Text Example
White with #AA939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA939C; }
p { color: rgb(170,147,156); }
H1.HeaderClassName
{
color: #AA939C;
}
.AnyTagClassName
{
color: #AA939C;
}
</style>
background-color css
<style>
a { background-color: #AA939C; }
a { background-color: rgb(170,147,156); }
div.DivClassName
{
background-color: #AA939C;
}
.BgClassName
{
background-color: #AA939C;
}
</style>
border-color css
<style>
span { border-color: #AA939C; }
span { border-color: rgb(170,147,156); }
td.TdClassName
{
border-color: #AA939C;
}
.TagClassName
{
border-color: #AA939C;
}
</style>