#AA90AB

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

Shades of London Hue #AA90AB

Tints of London Hue #AA90AB

Color information

#AA90AB (or 0xAA90AB) is unknown color: approx London Hue. HEX triplet: AA, 90 and AB. RGB value is (170,144,171). Sum of RGB (Red+Green+Blue) = 170+144+171=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA90AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA90AB is #556F54. Grayscale: #9A9A9A. Windows color (decimal): -5599061 or 11243690. OLE color: 11243690.

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

Color convert

RGB170144171-
CMYK0.010.1600.33
HSL297.78º13.85%61.76%-
HSV(B)297.78º15.79%67.06%-
XYZ33.931.4342.81-
YUV154.85137.11138.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 144 (56.64% from 255) = 29.69%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=35.05%
G=29.69%
B=35.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701441710.010.1600.33297.7813.8561.76
HexAA90AB11002112ae3e
Octal2522202531200414521676
Binary10101010100100001010101111000001000011001010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA90AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA90AB; }

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

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

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

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

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

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

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

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