#AAA5A9

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

Shades of London Hue #AAA5A9

Tints of London Hue #AAA5A9

Color information

#AAA5A9 (or 0xAAA5A9) is unknown color: approx London Hue. HEX triplet: AA, A5 and A9. RGB value is (170,165,169). Sum of RGB (Red+Green+Blue) = 170+165+169=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA5A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA5A9 is #555A56. Grayscale: #A6A6A6. Windows color (decimal): -5593687 or 11117994. OLE color: 11117994.

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

Color convert

RGB170165169-
CMYK00.030.010.33
HSL312º2.86%65.69%-
HSV(B)312º2.94%66.67%-
XYZ37.1938.3242.97-
YUV166.95129.16130.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 165 (64.84% from 255) = 32.74%
BLUE value IS 169 (66.41% from 255) = 33.53%
R=33.73%
G=32.74%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016516900.030.010.333122.8665.69
HexAAA5A903121138342
Octal252245251031414703102
Binary1010101010100101101010010111100001100111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA5A9; }

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

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

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

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

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

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

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

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