#AEABAE

Color #AEABAE Lola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lola #AEABAE

Tints of Lola #AEABAE

Color information

#AEABAE (or 0xAEABAE) is unknown color: approx Lola. HEX triplet: AE, AB and AE. RGB value is (174,171,174). Sum of RGB (Red+Green+Blue) = 174+171+174=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AEABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEABAE is #515451. Grayscale: #ACACAC. Windows color (decimal): -5330002 or 11447214. OLE color: 11447214.

HSL color Cylindrical-coordinate representation of color #AEABAE: hue angle of 300º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AEABAE is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB174171174-
CMYK00.0200.32
HSL300º1.82%67.65%-
HSV(B)300º1.72%68.24%-
XYZ39.6641.1845.9-
YUV172.24128.99129.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 171 (67.19% from 255) = 32.95%
BLUE value IS 174 (68.36% from 255) = 33.53%
R=33.53%
G=32.95%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17417117400.0200.323001.8267.65
HexAEABAE0202012c244
Octal256253256020404542104
Binary1010111010101011101011100100100000100101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEABAE; }

 p { color: rgb(174,171,174); }

 H1.HeaderClassName
 {
   color: #AEABAE;
 }
 .AnyTagClassName
 {
   color: #AEABAE;
 }
</style>
background-color css

<style>
 a { background-color: #AEABAE; }

 a { background-color: rgb(174,171,174); }

 div.DivClassName
 {
   background-color: #AEABAE;
 }
 .BgClassName
 {
   background-color: #AEABAE;
 }
</style>
border-color css

<style>
 span { border-color: #AEABAE; }

 span { border-color: rgb(174,171,174); }

 td.TdClassName
 {
   border-color: #AEABAE;
 }
 .TagClassName
 {
   border-color: #AEABAE;
 }
</style>