#AAA6AA

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

Shades of London Hue #AAA6AA

Tints of London Hue #AAA6AA

Color information

#AAA6AA (or 0xAAA6AA) is unknown color: approx London Hue. HEX triplet: AA, A6 and AA. RGB value is (170,166,170). Sum of RGB (Red+Green+Blue) = 170+166+170=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AAA6AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA6AA is #555955. Grayscale: #A7A7A7. Windows color (decimal): -5593430 or 11183786. OLE color: 11183786.

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

Color convert

RGB170166170-
CMYK00.0200.33
HSL300º2.3%65.88%-
HSV(B)300º2.35%66.67%-
XYZ37.4738.7243.53-
YUV167.65129.33129.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 166 (65.23% from 255) = 32.81%
BLUE value IS 170 (66.80% from 255) = 33.60%
R=33.60%
G=32.81%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016617000.0200.333002.365.88
HexAAA6AA0202112c242
Octal252246252020414542102
Binary1010101010100110101010100100100001100101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA6AA; }

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

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

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

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

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

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

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

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