Shades of Shady Lady #AE979E
Tints of Shady Lady #AE979E
RGB
CMYK
RGB Variations
Color information
#AE979E (or 0xAE979E) is known color: Shady Lady. HEX triplet: AE, 97 and 9E. RGB value is (174,151,158). Sum of RGB (Red+Green+Blue) = 174+151+158=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 174 - color contains mainly: red. Hex color #AE979E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE979E is #516861. Grayscale: #9E9E9E. Windows color (decimal): -5335138 or 10393518. OLE color: 10393518.
HSL color Cylindrical-coordinate representation of color #AE979E: hue angle of 341.74º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AE979E is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 151 | 158 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.32 |
| HSL | 341.74º | 0.12% | 0.64% | - |
| HSV(B) | 341.74º | 0.13% | 0.68% | - |
| XYZ | 34.69 | 33.6 | 37 | - |
| YUV | 158.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 151 | 158 | 0 | 0.13 | 0.09 | 0.32 | 341.74 | 0.12 | 0.64 |
| Hex | AE | 97 | 9E | 0 | D | 9 | 20 | 156 | C | 40 |
| Octal | 256 | 227 | 236 | 0 | 15 | 11 | 40 | 526 | 14 | 100 |
| Binary | 10101110 | 10010111 | 10011110 | 0 | 1101 | 1001 | 100000 | 101010110 | 1100 | 1000000 |
Color Harmonies of #AE979E
Complementary color
Monochromatic Colors of #AE979E
Black with #AE979E
Text Example
Text Example
White with #AE979E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE979E; }
p { color: rgb(174,151,158); }
H1.HeaderClassName
{
color: #AE979E;
}
.AnyTagClassName
{
color: #AE979E;
}
</style>
background-color css
<style>
a { background-color: #AE979E; }
a { background-color: rgb(174,151,158); }
div.DivClassName
{
background-color: #AE979E;
}
.BgClassName
{
background-color: #AE979E;
}
</style>
border-color css
<style>
span { border-color: #AE979E; }
span { border-color: rgb(174,151,158); }
td.TdClassName
{
border-color: #AE979E;
}
.TagClassName
{
border-color: #AE979E;
}
</style>