#AA9AA6

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

Shades of London Hue #AA9AA6

Tints of London Hue #AA9AA6

Color information

#AA9AA6 (or 0xAA9AA6) is unknown color: approx London Hue. HEX triplet: AA, 9A and A6. RGB value is (170,154,166). Sum of RGB (Red+Green+Blue) = 170+154+166=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9AA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9AA6 is #556559. Grayscale: #A0A0A0. Windows color (decimal): -5596506 or 10918570. OLE color: 10918570.

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

Color convert

RGB170154166-
CMYK00.090.020.33
HSL315º8.6%63.53%-
HSV(B)315º9.41%66.67%-
XYZ35.0234.4140.87-
YUV160.15131.3135.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.69%
GREEN value IS 154 (60.55% from 255) = 31.43%
BLUE value IS 166 (65.23% from 255) = 33.88%
R=34.69%
G=31.43%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015416600.090.020.333158.663.53
HexAA9AA60922113b940
Octal25223224601124147311100
Binary101010101001101010100110010011010000110011101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9AA6; }

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

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

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

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

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

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

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

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