Shades of Shady Lady #AE939C
Tints of Shady Lady #AE939C
RGB
CMYK
RGB Variations
Color information
#AE939C (or 0xAE939C) is known color: Shady Lady. HEX triplet: AE, 93 and 9C. RGB value is (174,147,156). Sum of RGB (Red+Green+Blue) = 174+147+156=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 174 - color contains mainly: red. Hex color #AE939C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE939C is #516C63. Grayscale: #9C9C9C. Windows color (decimal): -5336164 or 10261422. OLE color: 10261422.
HSL color Cylindrical-coordinate representation of color #AE939C: hue angle of 340º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AE939C is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 147 | 156 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.32 |
| HSL | 340º | 0.14% | 0.63% | - |
| HSV(B) | 340º | 0.16% | 0.68% | - |
| XYZ | 33.89 | 32.27 | 35.89 | - |
| YUV | 156.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 147 | 156 | 0 | 0.16 | 0.10 | 0.32 | 340 | 0.14 | 0.63 |
| Hex | AE | 93 | 9C | 0 | 10 | A | 20 | 154 | E | 3F |
| Octal | 256 | 223 | 234 | 0 | 20 | 12 | 40 | 524 | 16 | 77 |
| Binary | 10101110 | 10010011 | 10011100 | 0 | 10000 | 1010 | 100000 | 101010100 | 1110 | 111111 |
Color Harmonies of #AE939C
Complementary color
Monochromatic Colors of #AE939C
Black with #AE939C
Text Example
Text Example
White with #AE939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE939C; }
p { color: rgb(174,147,156); }
H1.HeaderClassName
{
color: #AE939C;
}
.AnyTagClassName
{
color: #AE939C;
}
</style>
background-color css
<style>
a { background-color: #AE939C; }
a { background-color: rgb(174,147,156); }
div.DivClassName
{
background-color: #AE939C;
}
.BgClassName
{
background-color: #AE939C;
}
</style>
border-color css
<style>
span { border-color: #AE939C; }
span { border-color: rgb(174,147,156); }
td.TdClassName
{
border-color: #AE939C;
}
.TagClassName
{
border-color: #AE939C;
}
</style>