#AA9BAA

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

Shades of London Hue #AA9BAA

Tints of London Hue #AA9BAA

Color information

#AA9BAA (or 0xAA9BAA) is unknown color: approx London Hue. HEX triplet: AA, 9B and AA. RGB value is (170,155,170). Sum of RGB (Red+Green+Blue) = 170+155+170=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA9BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9BAA is #556455. Grayscale: #A1A1A1. Windows color (decimal): -5596246 or 11180970. OLE color: 11180970.

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

Color convert

RGB170155170-
CMYK00.0900.33
HSL300º8.11%63.73%-
HSV(B)300º8.82%66.67%-
XYZ35.5534.8942.89-
YUV161.2132.97134.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 155 (60.94% from 255) = 31.31%
BLUE value IS 170 (66.80% from 255) = 34.34%
R=34.34%
G=31.31%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015517000.0900.333008.1163.73
HexAA9BAA0902112c840
Octal25223325201104145410100
Binary10101010100110111010101001001010000110010110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BAA; }

 p { color: rgb(170,155,170); }

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

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

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

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

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

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

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