#AEA3AC

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

Shades of London Hue #AEA3AC

Tints of London Hue #AEA3AC

Color information

#AEA3AC (or 0xAEA3AC) is unknown color: approx London Hue. HEX triplet: AE, A3 and AC. RGB value is (174,163,172). Sum of RGB (Red+Green+Blue) = 174+163+172=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA3AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA3AC is #515C53. Grayscale: #A7A7A7. Windows color (decimal): -5332052 or 11314094. OLE color: 11314094.

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

Color convert

RGB174163172-
CMYK00.060.010.32
HSL310.91º6.36%66.08%-
HSV(B)310.91º6.32%68.24%-
XYZ3838.1744.39-
YUV167.32130.64132.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.18%
GREEN value IS 163 (64.06% from 255) = 32.02%
BLUE value IS 172 (67.58% from 255) = 33.79%
R=34.18%
G=32.02%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416317200.060.010.32310.916.3666.08
HexAEA3AC06120137642
Octal256243254061404676102
Binary101011101010001110101100011011000001001101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA3AC; }

 p { color: rgb(174,163,172); }

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

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

 a { background-color: rgb(174,163,172); }

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

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

 span { border-color: rgb(174,163,172); }

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