#AEA5AD

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

Shades of London Hue #AEA5AD

Tints of London Hue #AEA5AD

Color information

#AEA5AD (or 0xAEA5AD) is unknown color: approx London Hue. HEX triplet: AE, A5 and AD. RGB value is (174,165,173). Sum of RGB (Red+Green+Blue) = 174+165+173=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA5AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA5AD is #515A52. Grayscale: #A8A8A8. Windows color (decimal): -5331539 or 11380142. OLE color: 11380142.

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

Color convert

RGB174165173-
CMYK00.050.010.32
HSL306.67º5.26%66.47%-
HSV(B)306.67º5.17%68.24%-
XYZ38.4538.9345.02-
YUV168.6130.48131.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 165 (64.84% from 255) = 32.23%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=33.98%
G=32.23%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416517300.050.010.32306.675.2666.47
HexAEA5AD05120133542
Octal256245255051404635102
Binary101011101010010110101101010111000001001100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA5AD; }

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

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

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

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

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

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

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

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