#AA8CAE

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

Shades of London Hue #AA8CAE

Tints of London Hue #AA8CAE

Color information

#AA8CAE (or 0xAA8CAE) is unknown color: approx London Hue. HEX triplet: AA, 8C and AE. RGB value is (170,140,174). Sum of RGB (Red+Green+Blue) = 170+140+174=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA8CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8CAE is #557351. Grayscale: #989898. Windows color (decimal): -5600082 or 11439274. OLE color: 11439274.

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

Color convert

RGB170140174-
CMYK0.020.2000.32
HSL292.94º17.35%61.57%-
HSV(B)292.94º19.54%68.24%-
XYZ33.630.3644.13-
YUV152.85139.94140.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 140 (55.08% from 255) = 28.93%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=35.12%
G=28.93%
B=35.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701401740.020.2000.32292.9417.3561.57
HexAA8CAE214020125113e
Octal2522142562240404452176
Binary1010101010001100101011101010100010000010010010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8CAE; }

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

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

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

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

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

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

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

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