#AEA1AD

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

Shades of London Hue #AEA1AD

Tints of London Hue #AEA1AD

Color information

#AEA1AD (or 0xAEA1AD) is unknown color: approx London Hue. HEX triplet: AE, A1 and AD. RGB value is (174,161,173). Sum of RGB (Red+Green+Blue) = 174+161+173=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA1AD is #515E52. Grayscale: #A6A6A6. Windows color (decimal): -5332563 or 11379118. OLE color: 11379118.

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

Color convert

RGB174161173-
CMYK00.070.010.32
HSL304.62º7.43%65.69%-
HSV(B)304.62º7.47%68.24%-
XYZ37.7437.5144.79-
YUV166.26131.81133.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.25%
GREEN value IS 161 (63.28% from 255) = 31.69%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=34.25%
G=31.69%
B=34.06%

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
Decimal17416117300.070.010.32304.627.4365.69
HexAEA1AD07120131742
Octal256241255071404617102
Binary101011101010000110101101011111000001001100011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA1AD; }

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

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

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

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

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

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

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

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