#AEA9AE

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

Shades of Lola #AEA9AE

Tints of Lola #AEA9AE

Color information

#AEA9AE (or 0xAEA9AE) is unknown color: approx Lola. HEX triplet: AE, A9 and AE. RGB value is (174,169,174). Sum of RGB (Red+Green+Blue) = 174+169+174=517 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.66% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 174 - color contains mainly: red, blue. Hex color #AEA9AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA9AE is #515651. Grayscale: #ABABAB. Windows color (decimal): -5330514 or 11446702. OLE color: 11446702.

HSL color Cylindrical-coordinate representation of color #AEA9AE: hue angle of 300º degrees, saturation: 0.03, 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 #AEA9AE is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB174169174-
CMYK00.0300.32
HSL300º2.99%67.25%-
HSV(B)300º2.87%68.24%-
XYZ39.2840.4345.78-
YUV171.06129.66130.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.66%
GREEN value IS 169 (66.41% from 255) = 32.69%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=33.66%
G=32.69%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416917400.0300.323002.9967.25
HexAEA9AE0302012c343
Octal256251256030404543103
Binary1010111010101001101011100110100000100101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA9AE; }

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

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

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

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

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

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

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

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