#AA97AC

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

Shades of London Hue #AA97AC

Tints of London Hue #AA97AC

Color information

#AA97AC (or 0xAA97AC) is unknown color: approx London Hue. HEX triplet: AA, 97 and AC. RGB value is (170,151,172). Sum of RGB (Red+Green+Blue) = 170+151+172=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA97AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA97AC is #556853. Grayscale: #9F9F9F. Windows color (decimal): -5597268 or 11311018. OLE color: 11311018.

HSL color Cylindrical-coordinate representation of color #AA97AC: hue angle of 294.29º 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 #AA97AC is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170151172-
CMYK0.010.1200.33
HSL294.29º11.23%63.33%-
HSV(B)294.29º12.21%67.45%-
XYZ35.0933.6643.68-
YUV159.07135.29135.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 151 (59.38% from 255) = 30.63%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=34.48%
G=30.63%
B=34.89%

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
Decimal1701511720.010.1200.33294.2911.2363.33
HexAA97AC1C021126b3f
Octal2522272541140414461377
Binary1010101010010111101011001110001000011001001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA97AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA97AC; }

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

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

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

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

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

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

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

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