Shades of Shady Lady #AE9BA3
Tints of Shady Lady #AE9BA3
RGB
CMYK
RGB Variations
Color information
#AE9BA3 (or 0xAE9BA3) is known color: Shady Lady. HEX triplet: AE, 9B and A3. RGB value is (174,155,163). Sum of RGB (Red+Green+Blue) = 174+155+163=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 163 (64.06% from 255 or 33.13% from 492); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9BA3 is #51645C. Grayscale: #A1A1A1. Windows color (decimal): -5334109 or 10722222. OLE color: 10722222.
HSL color Cylindrical-coordinate representation of color #AE9BA3: hue angle of 334.74º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AE9BA3 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
RGB | 174 | 155 | 163 | - |
CMYK | 0 | 0.11 | 0.06 | 0.32 |
HSL | 334.74º | 0.1% | 0.65% | - |
HSV(B) | 334.74º | 0.11% | 0.68% | - |
XYZ | 35.79 | 35.09 | 39.54 | - |
YUV | 161.59 | 128.79 | 136.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 155 | 163 | 0 | 0.11 | 0.06 | 0.32 | 334.74 | 0.1 | 0.65 |
Hex | AE | 9B | A3 | 0 | B | 6 | 20 | 14F | A | 41 |
Octal | 256 | 233 | 243 | 0 | 13 | 6 | 40 | 517 | 12 | 101 |
Binary | 10101110 | 10011011 | 10100011 | 0 | 1011 | 110 | 100000 | 101001111 | 1010 | 1000001 |
Color Harmonies of #AE9BA3
Complementary color
Monochromatic Colors of #AE9BA3
Black with #AE9BA3
Text Example
Text Example
White with #AE9BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9BA3; }
p { color: rgb(174,155,163); }
H1.HeaderClassName
{
color: #AE9BA3;
}
.AnyTagClassName
{
color: #AE9BA3;
}
</style>
background-color css
<style>
a { background-color: #AE9BA3; }
a { background-color: rgb(174,155,163); }
div.DivClassName
{
background-color: #AE9BA3;
}
.BgClassName
{
background-color: #AE9BA3;
}
</style>
border-color css
<style>
span { border-color: #AE9BA3; }
span { border-color: rgb(174,155,163); }
td.TdClassName
{
border-color: #AE9BA3;
}
.TagClassName
{
border-color: #AE9BA3;
}
</style>