#AAA6A9

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

Shades of London Hue #AAA6A9

Tints of London Hue #AAA6A9

Color information

#AAA6A9 (or 0xAAA6A9) is unknown color: approx London Hue. HEX triplet: AA, A6 and A9. RGB value is (170,166,169). Sum of RGB (Red+Green+Blue) = 170+166+169=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 169 (66.41% from 255 or 33.47% from 505); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA6A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA6A9 is #555956. Grayscale: #A7A7A7. Windows color (decimal): -5593431 or 11118250. OLE color: 11118250.

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

Color convert

RGB170166169-
CMYK00.020.010.33
HSL315º2.3%65.88%-
HSV(B)315º2.35%66.67%-
XYZ37.3838.6843.03-
YUV167.54128.83129.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 166 (65.23% from 255) = 32.87%
BLUE value IS 169 (66.41% from 255) = 33.47%
R=33.66%
G=32.87%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016616900.020.010.333152.365.88
HexAAA6A90212113b242
Octal252246251021414732102
Binary1010101010100110101010010101100001100111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA6A9; }

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

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

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

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

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

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

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

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