#AAA0AA

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

Shades of London Hue #AAA0AA

Tints of London Hue #AAA0AA

Color information

#AAA0AA (or 0xAAA0AA) is unknown color: approx London Hue. HEX triplet: AA, A0 and AA. RGB value is (170,160,170). Sum of RGB (Red+Green+Blue) = 170+160+170=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AAA0AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA0AA is #555F55. Grayscale: #A4A4A4. Windows color (decimal): -5594966 or 11182250. OLE color: 11182250.

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

Color convert

RGB170160170-
CMYK00.0600.33
HSL300º5.56%64.71%-
HSV(B)300º5.88%66.67%-
XYZ36.436.5943.17-
YUV164.13131.31132.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34%
GREEN value IS 160 (62.89% from 255) = 32%
BLUE value IS 170 (66.80% from 255) = 34%
R=34%
G=32%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016017000.0600.333005.5664.71
HexAAA0AA0602112c641
Octal252240252060414546101
Binary101010101010000010101010011001000011001011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA0AA; }

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

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

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

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

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

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

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

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