#AA9AA8

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

Shades of London Hue #AA9AA8

Tints of London Hue #AA9AA8

Color information

#AA9AA8 (or 0xAA9AA8) is unknown color: approx London Hue. HEX triplet: AA, 9A and A8. RGB value is (170,154,168). Sum of RGB (Red+Green+Blue) = 170+154+168=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9AA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9AA8 is #556557. Grayscale: #A0A0A0. Windows color (decimal): -5596504 or 11049642. OLE color: 11049642.

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

Color convert

RGB170154168-
CMYK00.090.010.33
HSL307.5º8.6%63.53%-
HSV(B)307.5º9.41%66.67%-
XYZ35.234.4841.85-
YUV160.38132.3134.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.55%
GREEN value IS 154 (60.55% from 255) = 31.30%
BLUE value IS 168 (66.02% from 255) = 34.15%
R=34.55%
G=31.30%
B=34.15%

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
Decimal17015416800.090.010.33307.58.663.53
HexAA9AA809121134940
Octal25223225001114146411100
Binary10101010100110101010100001001110000110011010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9AA8; }

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

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

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

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

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

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

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

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