Shades of Shady Lady #AE919F
Tints of Shady Lady #AE919F
RGB
CMYK
RGB Variations
Color information
#AE919F (or 0xAE919F) is known color: Shady Lady. HEX triplet: AE, 91 and 9F. RGB value is (174,145,159). Sum of RGB (Red+Green+Blue) = 174+145+159=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 174 - color contains mainly: red. Hex color #AE919F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE919F is #516E60. Grayscale: #9B9B9B. Windows color (decimal): -5336673 or 10457518. OLE color: 10457518.
HSL color Cylindrical-coordinate representation of color #AE919F: hue angle of 331.03º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AE919F is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 145 | 159 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.32 |
| HSL | 331.03º | 0.15% | 0.63% | - |
| HSV(B) | 331.03º | 0.17% | 0.68% | - |
| XYZ | 33.84 | 31.75 | 37.15 | - |
| YUV | 155.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 145 | 159 | 0 | 0.17 | 0.09 | 0.32 | 331.03 | 0.15 | 0.63 |
| Hex | AE | 91 | 9F | 0 | 11 | 9 | 20 | 14B | F | 3F |
| Octal | 256 | 221 | 237 | 0 | 21 | 11 | 40 | 513 | 17 | 77 |
| Binary | 10101110 | 10010001 | 10011111 | 0 | 10001 | 1001 | 100000 | 101001011 | 1111 | 111111 |
Color Harmonies of #AE919F
Complementary color
Monochromatic Colors of #AE919F
Black with #AE919F
Text Example
Text Example
White with #AE919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE919F; }
p { color: rgb(174,145,159); }
H1.HeaderClassName
{
color: #AE919F;
}
.AnyTagClassName
{
color: #AE919F;
}
</style>
background-color css
<style>
a { background-color: #AE919F; }
a { background-color: rgb(174,145,159); }
div.DivClassName
{
background-color: #AE919F;
}
.BgClassName
{
background-color: #AE919F;
}
</style>
border-color css
<style>
span { border-color: #AE919F; }
span { border-color: rgb(174,145,159); }
td.TdClassName
{
border-color: #AE919F;
}
.TagClassName
{
border-color: #AE919F;
}
</style>