#AEA2AD

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

Shades of London Hue #AEA2AD

Tints of London Hue #AEA2AD

Color information

#AEA2AD (or 0xAEA2AD) is unknown color: approx London Hue. HEX triplet: AE, A2 and AD. RGB value is (174,162,173). Sum of RGB (Red+Green+Blue) = 174+162+173=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA2AD is #515D52. Grayscale: #A6A6A6. Windows color (decimal): -5332307 or 11379374. OLE color: 11379374.

HSL color Cylindrical-coordinate representation of color #AEA2AD: hue angle of 305º 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 #AEA2AD is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB174162173-
CMYK00.070.010.32
HSL305º6.9%65.88%-
HSV(B)305º6.9%68.24%-
XYZ37.9237.8644.84-
YUV166.84131.48133.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.18%
GREEN value IS 162 (63.67% from 255) = 31.83%
BLUE value IS 173 (67.97% from 255) = 33.99%
R=34.18%
G=31.83%
B=33.99%

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
Decimal17416217300.070.010.323056.965.88
HexAEA2AD07120131742
Octal256242255071404617102
Binary101011101010001010101101011111000001001100011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA2AD; }

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

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

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

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

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

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

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

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