#AA91AE

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

Shades of London Hue #AA91AE

Tints of London Hue #AA91AE

Color information

#AA91AE (or 0xAA91AE) is unknown color: approx London Hue. HEX triplet: AA, 91 and AE. RGB value is (170,145,174). Sum of RGB (Red+Green+Blue) = 170+145+174=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA91AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA91AE is #556E51. Grayscale: #9B9B9B. Windows color (decimal): -5598802 or 11440554. OLE color: 11440554.

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

Color convert

RGB170145174-
CMYK0.020.1700.32
HSL291.72º15.18%62.55%-
HSV(B)291.72º16.67%68.24%-
XYZ34.3431.8544.38-
YUV155.78138.28138.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 145 (57.03% from 255) = 29.65%
BLUE value IS 174 (68.36% from 255) = 35.58%
R=34.76%
G=29.65%
B=35.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701451740.020.1700.32291.7215.1862.55
HexAA91AE211020124f3f
Octal2522212562210404441777
Binary101010101001000110101110101000101000001001001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA91AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA91AE; }

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

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

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

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

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

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

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

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