#AEA0AA

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

Shades of London Hue #AEA0AA

Tints of London Hue #AEA0AA

Color information

#AEA0AA (or 0xAEA0AA) is unknown color: approx London Hue. HEX triplet: AE, A0 and AA. RGB value is (174,160,170). Sum of RGB (Red+Green+Blue) = 174+160+170=504 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.52% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA0AA is #515F55. Grayscale: #A5A5A5. Windows color (decimal): -5332822 or 11182254. OLE color: 11182254.

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

Color convert

RGB174160170-
CMYK00.080.020.32
HSL317.14º7.95%65.49%-
HSV(B)317.14º8.05%68.24%-
XYZ37.2837.0443.22-
YUV165.33130.64134.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.52%
GREEN value IS 160 (62.89% from 255) = 31.75%
BLUE value IS 170 (66.80% from 255) = 33.73%
R=34.52%
G=31.75%
B=33.73%

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
Decimal17416017000.080.020.32317.147.9565.49
HexAEA0AA0822013d841
Octal25624025201024047510101
Binary101011101010000010101010010001010000010011110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA0AA; }

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

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

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

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

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

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

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

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