#AEA1AA

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

Shades of London Hue #AEA1AA

Tints of London Hue #AEA1AA

Color information

#AEA1AA (or 0xAEA1AA) is unknown color: approx London Hue. HEX triplet: AE, A1 and AA. RGB value is (174,161,170). Sum of RGB (Red+Green+Blue) = 174+161+170=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 161 (63.28% from 255 or 31.88% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA1AA is #515E55. Grayscale: #A5A5A5. Windows color (decimal): -5332566 or 11182510. OLE color: 11182510.

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

Color convert

RGB174161170-
CMYK00.070.020.32
HSL318.46º7.43%65.69%-
HSV(B)318.46º7.47%68.24%-
XYZ37.4637.3943.27-
YUV165.91130.31133.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.46%
GREEN value IS 161 (63.28% from 255) = 31.88%
BLUE value IS 170 (66.80% from 255) = 33.66%
R=34.46%
G=31.88%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416117000.070.020.32318.467.4365.69
HexAEA1AA0722013e742
Octal256241252072404767102
Binary1010111010100001101010100111101000001001111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA1AA; }

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

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

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

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

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

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

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

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