Shades of Shady Lady #AE9BA1
Tints of Shady Lady #AE9BA1
RGB
CMYK
RGB Variations
Color information
#AE9BA1 (or 0xAE9BA1) is known color: Shady Lady. HEX triplet: AE, 9B and A1. RGB value is (174,155,161). Sum of RGB (Red+Green+Blue) = 174+155+161=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9BA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9BA1 is #51645E. Grayscale: #A1A1A1. Windows color (decimal): -5334111 or 10591150. OLE color: 10591150.
HSL color Cylindrical-coordinate representation of color #AE9BA1: hue angle of 341.05º 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 #AE9BA1 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 155 | 161 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.32 |
| HSL | 341.05º | 0.1% | 0.65% | - |
| HSV(B) | 341.05º | 0.11% | 0.68% | - |
| XYZ | 35.61 | 35.01 | 38.6 | - |
| YUV | 161.37 | 127.79 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 155 | 161 | 0 | 0.11 | 0.07 | 0.32 | 341.05 | 0.1 | 0.65 |
| Hex | AE | 9B | A1 | 0 | B | 7 | 20 | 155 | A | 41 |
| Octal | 256 | 233 | 241 | 0 | 13 | 7 | 40 | 525 | 12 | 101 |
| Binary | 10101110 | 10011011 | 10100001 | 0 | 1011 | 111 | 100000 | 101010101 | 1010 | 1000001 |
Color Harmonies of #AE9BA1
Complementary color
Monochromatic Colors of #AE9BA1
Black with #AE9BA1
Text Example
Text Example
White with #AE9BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9BA1; }
p { color: rgb(174,155,161); }
H1.HeaderClassName
{
color: #AE9BA1;
}
.AnyTagClassName
{
color: #AE9BA1;
}
</style>
background-color css
<style>
a { background-color: #AE9BA1; }
a { background-color: rgb(174,155,161); }
div.DivClassName
{
background-color: #AE9BA1;
}
.BgClassName
{
background-color: #AE9BA1;
}
</style>
border-color css
<style>
span { border-color: #AE9BA1; }
span { border-color: rgb(174,155,161); }
td.TdClassName
{
border-color: #AE9BA1;
}
.TagClassName
{
border-color: #AE9BA1;
}
</style>