#AA96AB

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

Shades of London Hue #AA96AB

Tints of London Hue #AA96AB

Color information

#AA96AB (or 0xAA96AB) is unknown color: approx London Hue. HEX triplet: AA, 96 and AB. RGB value is (170,150,171). Sum of RGB (Red+Green+Blue) = 170+150+171=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA96AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA96AB is #556954. Grayscale: #9E9E9E. Windows color (decimal): -5597525 or 11245226. OLE color: 11245226.

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

Color convert

RGB170150171-
CMYK0.010.1200.33
HSL297.14º11.11%62.94%-
HSV(B)297.14º12.28%67.06%-
XYZ34.8333.343.12-
YUV158.37135.13136.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.62%
GREEN value IS 150 (58.98% from 255) = 30.55%
BLUE value IS 171 (67.19% from 255) = 34.83%
R=34.62%
G=30.55%
B=34.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701501710.010.1200.33297.1411.1162.94
HexAA96AB1C021129b3f
Octal2522262531140414511377
Binary1010101010010110101010111110001000011001010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA96AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA96AB; }

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

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

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

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

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

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

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

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