#AA9AA9

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

Shades of London Hue #AA9AA9

Tints of London Hue #AA9AA9

Color information

#AA9AA9 (or 0xAA9AA9) is unknown color: approx London Hue. HEX triplet: AA, 9A and A9. RGB value is (170,154,169). Sum of RGB (Red+Green+Blue) = 170+154+169=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 169 (66.41% from 255 or 34.28% from 493); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9AA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9AA9 is #556556. Grayscale: #A0A0A0. Windows color (decimal): -5596503 or 11115178. OLE color: 11115178.

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

Color convert

RGB170154169-
CMYK00.090.010.33
HSL303.75º8.6%63.53%-
HSV(B)303.75º9.41%66.67%-
XYZ35.2934.5242.34-
YUV160.49132.8134.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 154 (60.55% from 255) = 31.24%
BLUE value IS 169 (66.41% from 255) = 34.28%
R=34.48%
G=31.24%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015416900.090.010.33303.758.663.53
HexAA9AA909121130940
Octal25223225101114146011100
Binary10101010100110101010100101001110000110011000010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9AA9; }

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

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

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

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

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

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

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

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