#AAA2AA

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

Shades of London Hue #AAA2AA

Tints of London Hue #AAA2AA

Color information

#AAA2AA (or 0xAAA2AA) is unknown color: approx London Hue. HEX triplet: AA, A2 and AA. RGB value is (170,162,170). Sum of RGB (Red+Green+Blue) = 170+162+170=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AAA2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA2AA is #555D55. Grayscale: #A5A5A5. Windows color (decimal): -5594454 or 11182762. OLE color: 11182762.

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

Color convert

RGB170162170-
CMYK00.0500.33
HSL300º4.49%65.1%-
HSV(B)300º4.71%66.67%-
XYZ36.7537.2943.29-
YUV165.3130.65131.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.86%
GREEN value IS 162 (63.67% from 255) = 32.27%
BLUE value IS 170 (66.80% from 255) = 33.86%
R=33.86%
G=32.27%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016217000.0500.333004.4965.1
HexAAA2AA0502112c441
Octal252242252050414544101
Binary101010101010001010101010010101000011001011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA2AA; }

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

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

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

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

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

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

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

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