#A7A2A6

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

Shades of London Hue #A7A2A6

Tints of London Hue #A7A2A6

Color information

#A7A2A6 (or 0xA7A2A6) is unknown color: approx London Hue. HEX triplet: A7, A2 and A6. RGB value is (167,162,166). Sum of RGB (Red+Green+Blue) = 167+162+166=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 166 (65.23% from 255 or 33.54% from 495); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A2A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A2A6 is #585D59. Grayscale: #A3A3A3. Windows color (decimal): -5791066 or 10920615. OLE color: 10920615.

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

Color convert

RGB167162166-
CMYK00.030.010.35
HSL312º2.76%64.51%-
HSV(B)312º2.99%65.49%-
XYZ35.7436.8141.3-
YUV163.95129.16130.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.74%
GREEN value IS 162 (63.67% from 255) = 32.73%
BLUE value IS 166 (65.23% from 255) = 33.54%
R=33.74%
G=32.73%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16716216600.030.010.353122.7664.51
HexA7A2A603123138341
Octal247242246031434703101
Binary1010011110100010101001100111100011100111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A2A6; }

 p { color: rgb(167,162,166); }

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

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

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

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

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

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

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