#AEA6AC

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

Shades of London Hue #AEA6AC

Tints of London Hue #AEA6AC

Color information

#AEA6AC (or 0xAEA6AC) is unknown color: approx London Hue. HEX triplet: AE, A6 and AC. RGB value is (174,166,172). Sum of RGB (Red+Green+Blue) = 174+166+172=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA6AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA6AC is #515953. Grayscale: #A9A9A9. Windows color (decimal): -5331284 or 11314862. OLE color: 11314862.

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

Color convert

RGB174166172-
CMYK00.050.010.32
HSL315º4.71%66.67%-
HSV(B)315º4.6%68.24%-
XYZ38.5439.2544.57-
YUV169.08129.65131.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.98%
GREEN value IS 166 (65.23% from 255) = 32.42%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=33.98%
G=32.42%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17416617200.050.010.323154.7166.67
HexAEA6AC0512013b543
Octal256246254051404735103
Binary101011101010011010101100010111000001001110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA6AC; }

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

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

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

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

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

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

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

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