#AEA2AC

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

Shades of London Hue #AEA2AC

Tints of London Hue #AEA2AC

Color information

#AEA2AC (or 0xAEA2AC) is unknown color: approx London Hue. HEX triplet: AE, A2 and AC. RGB value is (174,162,172). Sum of RGB (Red+Green+Blue) = 174+162+172=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 162 (63.67% from 255 or 31.89% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA2AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA2AC is #515D53. Grayscale: #A6A6A6. Windows color (decimal): -5332308 or 11313838. OLE color: 11313838.

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

Color convert

RGB174162172-
CMYK00.070.010.32
HSL310º6.9%65.88%-
HSV(B)310º6.9%68.24%-
XYZ37.8237.8244.34-
YUV166.73130.98133.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.25%
GREEN value IS 162 (63.67% from 255) = 31.89%
BLUE value IS 172 (67.58% from 255) = 33.86%
R=34.25%
G=31.89%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416217200.070.010.323106.965.88
HexAEA2AC07120136742
Octal256242254071404667102
Binary101011101010001010101100011111000001001101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA2AC; }

 p { color: rgb(174,162,172); }

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

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

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

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

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

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

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