Shades of Shady Lady #AE95A5
Tints of Shady Lady #AE95A5
RGB
CMYK
RGB Variations
Color information
#AE95A5 (or 0xAE95A5) is known color: Shady Lady. HEX triplet: AE, 95 and A5. RGB value is (174,149,165). Sum of RGB (Red+Green+Blue) = 174+149+165=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 174 - color contains mainly: red. Hex color #AE95A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE95A5 is #516A5A. Grayscale: #9E9E9E. Windows color (decimal): -5335643 or 10851758. OLE color: 10851758.
HSL color Cylindrical-coordinate representation of color #AE95A5: hue angle of 321.6º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AE95A5 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 149 | 165 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.32 |
| HSL | 321.6º | 0.13% | 0.63% | - |
| HSV(B) | 321.6º | 0.14% | 0.68% | - |
| XYZ | 34.99 | 33.21 | 40.16 | - |
| YUV | 158.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 149 | 165 | 0 | 0.14 | 0.05 | 0.32 | 321.6 | 0.13 | 0.63 |
| Hex | AE | 95 | A5 | 0 | E | 5 | 20 | 142 | D | 3F |
| Octal | 256 | 225 | 245 | 0 | 16 | 5 | 40 | 502 | 15 | 77 |
| Binary | 10101110 | 10010101 | 10100101 | 0 | 1110 | 101 | 100000 | 101000010 | 1101 | 111111 |
Color Harmonies of #AE95A5
Complementary color
Monochromatic Colors of #AE95A5
Black with #AE95A5
Text Example
Text Example
White with #AE95A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE95A5; }
p { color: rgb(174,149,165); }
H1.HeaderClassName
{
color: #AE95A5;
}
.AnyTagClassName
{
color: #AE95A5;
}
</style>
background-color css
<style>
a { background-color: #AE95A5; }
a { background-color: rgb(174,149,165); }
div.DivClassName
{
background-color: #AE95A5;
}
.BgClassName
{
background-color: #AE95A5;
}
</style>
border-color css
<style>
span { border-color: #AE95A5; }
span { border-color: rgb(174,149,165); }
td.TdClassName
{
border-color: #AE95A5;
}
.TagClassName
{
border-color: #AE95A5;
}
</style>