#AAA4A9

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

Shades of London Hue #AAA4A9

Tints of London Hue #AAA4A9

Color information

#AAA4A9 (or 0xAAA4A9) is unknown color: approx London Hue. HEX triplet: AA, A4 and A9. RGB value is (170,164,169). Sum of RGB (Red+Green+Blue) = 170+164+169=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 169 (66.41% from 255 or 33.60% from 503); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA4A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA4A9 is #555B56. Grayscale: #A6A6A6. Windows color (decimal): -5593943 or 11117738. OLE color: 11117738.

HSL color Cylindrical-coordinate representation of color #AAA4A9: hue angle of 310º degrees, saturation: 0.03, 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 #AAA4A9 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB170164169-
CMYK00.040.010.33
HSL310º3.41%65.49%-
HSV(B)310º3.53%66.67%-
XYZ37.0137.9642.91-
YUV166.36129.49130.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 164 (64.45% from 255) = 32.60%
BLUE value IS 169 (66.41% from 255) = 33.60%
R=33.80%
G=32.60%
B=33.60%

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
Decimal17016416900.040.010.333103.4165.49
HexAAA4A904121136341
Octal252244251041414663101
Binary10101010101001001010100101001100001100110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA4A9; }

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

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

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

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

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

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

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

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