#AEA0AB

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

Shades of London Hue #AEA0AB

Tints of London Hue #AEA0AB

Color information

#AEA0AB (or 0xAEA0AB) is unknown color: approx London Hue. HEX triplet: AE, A0 and AB. RGB value is (174,160,171). Sum of RGB (Red+Green+Blue) = 174+160+171=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA0AB is #515F54. Grayscale: #A5A5A5. Windows color (decimal): -5332821 or 11247790. OLE color: 11247790.

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

Color convert

RGB174160171-
CMYK00.080.020.32
HSL312.86º7.95%65.49%-
HSV(B)312.86º8.05%68.24%-
XYZ37.3837.0843.72-
YUV165.44131.14134.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.46%
GREEN value IS 160 (62.89% from 255) = 31.68%
BLUE value IS 171 (67.19% from 255) = 33.86%
R=34.46%
G=31.68%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416017100.080.020.32312.867.9565.49
HexAEA0AB08220139841
Octal25624025301024047110101
Binary101011101010000010101011010001010000010011100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA0AB; }

 p { color: rgb(174,160,171); }

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

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

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

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

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

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

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