#AA9CAA

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

Shades of London Hue #AA9CAA

Tints of London Hue #AA9CAA

Color information

#AA9CAA (or 0xAA9CAA) is unknown color: approx London Hue. HEX triplet: AA, 9C and AA. RGB value is (170,156,170). Sum of RGB (Red+Green+Blue) = 170+156+170=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA9CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9CAA is #556355. Grayscale: #A1A1A1. Windows color (decimal): -5595990 or 11181226. OLE color: 11181226.

HSL color Cylindrical-coordinate representation of color #AA9CAA: 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.08%. Process color model (Four color, CMYK) of #AA9CAA is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170156170-
CMYK00.0800.33
HSL300º7.61%63.92%-
HSV(B)300º8.24%66.67%-
XYZ35.7235.2342.95-
YUV161.78132.64133.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.27%
GREEN value IS 156 (61.33% from 255) = 31.45%
BLUE value IS 170 (66.80% from 255) = 34.27%
R=34.27%
G=31.45%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015617000.0800.333007.6163.92
HexAA9CAA0802112c840
Octal25223425201004145410100
Binary10101010100111001010101001000010000110010110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9CAA; }

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

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

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

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

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

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

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

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