#AAA3A9

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

Shades of London Hue #AAA3A9

Tints of London Hue #AAA3A9

Color information

#AAA3A9 (or 0xAAA3A9) is unknown color: approx London Hue. HEX triplet: AA, A3 and A9. RGB value is (170,163,169). Sum of RGB (Red+Green+Blue) = 170+163+169=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 169 (66.41% from 255 or 33.67% from 502); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA3A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA3A9 is #555C56. Grayscale: #A5A5A5. Windows color (decimal): -5594199 or 11117482. OLE color: 11117482.

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

Color convert

RGB170163169-
CMYK00.040.010.33
HSL308.57º3.95%65.29%-
HSV(B)308.57º4.12%66.67%-
XYZ36.8437.6142.85-
YUV165.78129.82131.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.86%
GREEN value IS 163 (64.06% from 255) = 32.47%
BLUE value IS 169 (66.41% from 255) = 33.67%
R=33.86%
G=32.47%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016316900.040.010.33308.573.9565.29
HexAAA3A904121135441
Octal252243251041414654101
Binary101010101010001110101001010011000011001101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA3A9; }

 p { color: rgb(170,163,169); }

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

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

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

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

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

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

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