#AAA9AA

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

Shades of London Hue #AAA9AA

Tints of London Hue #AAA9AA

Color information

#AAA9AA (or 0xAAA9AA) is unknown color: approx London Hue. HEX triplet: AA, A9 and AA. RGB value is (170,169,170). Sum of RGB (Red+Green+Blue) = 170+169+170=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AAA9AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA9AA is #555655. Grayscale: #A9A9A9. Windows color (decimal): -5592662 or 11184554. OLE color: 11184554.

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

Color convert

RGB170169170-
CMYK00.0100.33
HSL300º0.58%66.47%-
HSV(B)300º0.59%66.67%-
XYZ38.0239.8243.71-
YUV169.41128.33128.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 169 (66.41% from 255) = 33.20%
BLUE value IS 170 (66.80% from 255) = 33.40%
R=33.40%
G=33.20%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016917000.0100.333000.5866.47
HexAAA9AA0102112c142
Octal252251252010414541102
Binary10101010101010011010101001010000110010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA9AA; }

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

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

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

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

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

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

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

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