Shades of Lily #AEA8AB
Tints of Lily #AEA8AB
RGB
CMYK
RGB Variations
Color information
#AEA8AB (or 0xAEA8AB) is known color: Lily. HEX triplet: AE, A8 and AB. RGB value is (174,168,171). Sum of RGB (Red+Green+Blue) = 174+168+171=513 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.92% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA8AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA8AB is #515754. Grayscale: #AAAAAA. Windows color (decimal): -5330773 or 11249838. OLE color: 11249838.
HSL color Cylindrical-coordinate representation of color #AEA8AB: hue angle of 330º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AEA8AB is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
RGB | 174 | 168 | 171 | - |
CMYK | 0 | 0.03 | 0.02 | 0.32 |
HSL | 330º | 0.04% | 0.67% | - |
HSV(B) | 330º | 0.03% | 0.68% | - |
XYZ | 38.81 | 39.94 | 44.19 | - |
YUV | 170.14 | 128.49 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 168 | 171 | 0 | 0.03 | 0.02 | 0.32 | 330 | 0.04 | 0.67 |
Hex | AE | A8 | AB | 0 | 3 | 2 | 20 | 14A | 4 | 43 |
Octal | 256 | 250 | 253 | 0 | 3 | 2 | 40 | 512 | 4 | 103 |
Binary | 10101110 | 10101000 | 10101011 | 0 | 11 | 10 | 100000 | 101001010 | 100 | 1000011 |
Color Harmonies of #AEA8AB
Complementary color
Monochromatic Colors of #AEA8AB
Black with #AEA8AB
Text Example
Text Example
White with #AEA8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEA8AB; }
p { color: rgb(174,168,171); }
H1.HeaderClassName
{
color: #AEA8AB;
}
.AnyTagClassName
{
color: #AEA8AB;
}
</style>
background-color css
<style>
a { background-color: #AEA8AB; }
a { background-color: rgb(174,168,171); }
div.DivClassName
{
background-color: #AEA8AB;
}
.BgClassName
{
background-color: #AEA8AB;
}
</style>
border-color css
<style>
span { border-color: #AEA8AB; }
span { border-color: rgb(174,168,171); }
td.TdClassName
{
border-color: #AEA8AB;
}
.TagClassName
{
border-color: #AEA8AB;
}
</style>