#AAA7AA

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

Shades of London Hue #AAA7AA

Tints of London Hue #AAA7AA

Color information

#AAA7AA (or 0xAAA7AA) is unknown color: approx London Hue. HEX triplet: AA, A7 and AA. RGB value is (170,167,170). Sum of RGB (Red+Green+Blue) = 170+167+170=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AAA7AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA7AA is #555855. Grayscale: #A8A8A8. Windows color (decimal): -5593174 or 11184042. OLE color: 11184042.

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

Color convert

RGB170167170-
CMYK00.0200.33
HSL300º1.73%66.08%-
HSV(B)300º1.76%66.67%-
XYZ37.6539.0943.59-
YUV168.24128.99129.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 167 (65.62% from 255) = 32.94%
BLUE value IS 170 (66.80% from 255) = 33.53%
R=33.53%
G=32.94%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016717000.0200.333001.7366.08
HexAAA7AA0202112c242
Octal252247252020414542102
Binary1010101010100111101010100100100001100101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA7AA; }

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

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

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

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

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

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

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

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