#AA96AC

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

Shades of London Hue #AA96AC

Tints of London Hue #AA96AC

Color information

#AA96AC (or 0xAA96AC) is unknown color: approx London Hue. HEX triplet: AA, 96 and AC. RGB value is (170,150,172). Sum of RGB (Red+Green+Blue) = 170+150+172=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA96AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA96AC is #556953. Grayscale: #9E9E9E. Windows color (decimal): -5597524 or 11310762. OLE color: 11310762.

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

Color convert

RGB170150172-
CMYK0.010.1300.33
HSL294.55º11.7%63.14%-
HSV(B)294.55º12.79%67.45%-
XYZ34.9333.3443.62-
YUV158.49135.63136.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.55%
GREEN value IS 150 (58.98% from 255) = 30.49%
BLUE value IS 172 (67.58% from 255) = 34.96%
R=34.55%
G=30.49%
B=34.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701501720.010.1300.33294.5511.763.14
HexAA96AC1D021127c3f
Octal2522262541150414471477
Binary1010101010010110101011001110101000011001001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA96AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA96AC; }

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

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

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

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

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

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

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

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