#AA9EAB

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

Shades of London Hue #AA9EAB

Tints of London Hue #AA9EAB

Color information

#AA9EAB (or 0xAA9EAB) is unknown color: approx London Hue. HEX triplet: AA, 9E and AB. RGB value is (170,158,171). Sum of RGB (Red+Green+Blue) = 170+158+171=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA9EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9EAB is #556154. Grayscale: #A3A3A3. Windows color (decimal): -5595477 or 11247274. OLE color: 11247274.

HSL color Cylindrical-coordinate representation of color #AA9EAB: hue angle of 295.38º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AA9EAB is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170158171-
CMYK0.010.0800.33
HSL295.38º7.18%64.51%-
HSV(B)295.38º7.6%67.06%-
XYZ36.1635.9443.56-
YUV163.07132.48132.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.07%
GREEN value IS 158 (62.11% from 255) = 31.66%
BLUE value IS 171 (67.19% from 255) = 34.27%
R=34.07%
G=31.66%
B=34.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701581710.010.0800.33295.387.1864.51
HexAA9EAB18021127741
Octal2522362531100414477101
Binary1010101010011110101010111100001000011001001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9EAB; }

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

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

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

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

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

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

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

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