#AE9EAA

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

Shades of London Hue #AE9EAA

Tints of London Hue #AE9EAA

Color information

#AE9EAA (or 0xAE9EAA) is unknown color: approx London Hue. HEX triplet: AE, 9E and AA. RGB value is (174,158,170). Sum of RGB (Red+Green+Blue) = 174+158+170=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9EAA is #516155. Grayscale: #A4A4A4. Windows color (decimal): -5333334 or 11181742. OLE color: 11181742.

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

Color convert

RGB174158170-
CMYK00.090.020.32
HSL315º8.99%65.1%-
HSV(B)315º9.2%68.24%-
XYZ36.9436.3543.1-
YUV164.15131.3135.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.66%
GREEN value IS 158 (62.11% from 255) = 31.47%
BLUE value IS 170 (66.80% from 255) = 33.86%
R=34.66%
G=31.47%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17415817000.090.020.323158.9965.1
HexAE9EAA0922013b941
Octal25623625201124047311101
Binary101011101001111010101010010011010000010011101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9EAA; }

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

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

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

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

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

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

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

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