#AAA8AA

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

Shades of London Hue #AAA8AA

Tints of London Hue #AAA8AA

Color information

#AAA8AA (or 0xAAA8AA) is unknown color: approx London Hue. HEX triplet: AA, A8 and AA. RGB value is (170,168,170). Sum of RGB (Red+Green+Blue) = 170+168+170=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AAA8AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA8AA is #555755. Grayscale: #A8A8A8. Windows color (decimal): -5592918 or 11184298. OLE color: 11184298.

HSL color Cylindrical-coordinate representation of color #AAA8AA: 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 #AAA8AA is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170168170-
CMYK00.0100.33
HSL300º1.16%66.27%-
HSV(B)300º1.18%66.67%-
XYZ37.8439.4543.65-
YUV168.83128.66128.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 168 (66.02% from 255) = 33.07%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=33.46%
G=33.07%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016817000.0100.333001.1666.27
HexAAA8AA0102112c142
Octal252250252010414541102
Binary10101010101010001010101001010000110010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA8AA; }

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

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

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

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

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

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

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

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