#AEA1AB

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

Shades of London Hue #AEA1AB

Tints of London Hue #AEA1AB

Color information

#AEA1AB (or 0xAEA1AB) is unknown color: approx London Hue. HEX triplet: AE, A1 and AB. RGB value is (174,161,171). Sum of RGB (Red+Green+Blue) = 174+161+171=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA1AB is #515E54. Grayscale: #A6A6A6. Windows color (decimal): -5332565 or 11248046. OLE color: 11248046.

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

Color convert

RGB174161171-
CMYK00.070.020.32
HSL313.85º7.43%65.69%-
HSV(B)313.85º7.47%68.24%-
XYZ37.5537.4343.77-
YUV166.03130.81133.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.39%
GREEN value IS 161 (63.28% from 255) = 31.82%
BLUE value IS 171 (67.19% from 255) = 33.79%
R=34.39%
G=31.82%
B=33.79%

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
Decimal17416117100.070.020.32313.857.4365.69
HexAEA1AB0722013a742
Octal256241253072404727102
Binary1010111010100001101010110111101000001001110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA1AB; }

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

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

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

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

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

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

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

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