#AA9AAB

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

Shades of London Hue #AA9AAB

Tints of London Hue #AA9AAB

Color information

#AA9AAB (or 0xAA9AAB) is unknown color: approx London Hue. HEX triplet: AA, 9A and AB. RGB value is (170,154,171). Sum of RGB (Red+Green+Blue) = 170+154+171=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA9AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9AAB is #556554. Grayscale: #A0A0A0. Windows color (decimal): -5596501 or 11246250. OLE color: 11246250.

HSL color Cylindrical-coordinate representation of color #AA9AAB: hue angle of 296.47º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AA9AAB is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170154171-
CMYK0.010.1000.33
HSL296.47º9.19%63.73%-
HSV(B)296.47º9.94%67.06%-
XYZ35.4834.643.34-
YUV160.72133.8134.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 154 (60.55% from 255) = 31.11%
BLUE value IS 171 (67.19% from 255) = 34.55%
R=34.34%
G=31.11%
B=34.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701541710.010.1000.33296.479.1963.73
HexAA9AAB1A021128940
Octal25223225311204145011100
Binary10101010100110101010101111010010000110010100010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9AAB; }

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

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

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

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

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

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

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

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