Shades of Lily #AEA0A9
Tints of Lily #AEA0A9
RGB
CMYK
RGB Variations
Color information
#AEA0A9 (or 0xAEA0A9) is known color: Lily. HEX triplet: AE, A0 and A9. RGB value is (174,160,169). Sum of RGB (Red+Green+Blue) = 174+160+169=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 169 (66.41% from 255 or 33.60% from 503); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA0A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA0A9 is #515F56. Grayscale: #A5A5A5. Windows color (decimal): -5332823 or 11116718. OLE color: 11116718.
HSL color Cylindrical-coordinate representation of color #AEA0A9: hue angle of 321.43º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEA0A9 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 160 | 169 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.32 |
| HSL | 321.43º | 0.08% | 0.65% | - |
| HSV(B) | 321.43º | 0.08% | 0.68% | - |
| XYZ | 37.19 | 37 | 42.72 | - |
| YUV | 165.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 160 | 169 | 0 | 0.08 | 0.03 | 0.32 | 321.43 | 0.08 | 0.65 |
| Hex | AE | A0 | A9 | 0 | 8 | 3 | 20 | 141 | 8 | 41 |
| Octal | 256 | 240 | 251 | 0 | 10 | 3 | 40 | 501 | 10 | 101 |
| Binary | 10101110 | 10100000 | 10101001 | 0 | 1000 | 11 | 100000 | 101000001 | 1000 | 1000001 |
Color Harmonies of #AEA0A9
Complementary color
Monochromatic Colors of #AEA0A9
Black with #AEA0A9
Text Example
Text Example
White with #AEA0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA0A9; }
p { color: rgb(174,160,169); }
H1.HeaderClassName
{
color: #AEA0A9;
}
.AnyTagClassName
{
color: #AEA0A9;
}
</style>
background-color css
<style>
a { background-color: #AEA0A9; }
a { background-color: rgb(174,160,169); }
div.DivClassName
{
background-color: #AEA0A9;
}
.BgClassName
{
background-color: #AEA0A9;
}
</style>
border-color css
<style>
span { border-color: #AEA0A9; }
span { border-color: rgb(174,160,169); }
td.TdClassName
{
border-color: #AEA0A9;
}
.TagClassName
{
border-color: #AEA0A9;
}
</style>