#A7806E

Color #A7806E Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #A7806E

Tints of Medium Wood #A7806E

Color information

#A7806E (or 0xA7806E) is unknown color: approx Medium Wood. HEX triplet: A7, 80 and 6E. RGB value is (167,128,110). Sum of RGB (Red+Green+Blue) = 167+128+110=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 167 - color contains mainly: red. Hex color #A7806E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7806E is #587F91. Grayscale: #898989. Windows color (decimal): -5799826 or 7241895. OLE color: 7241895.

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

Color convert

RGB167128110-
CMYK00.230.340.35
HSL18.95º24.46%54.31%-
HSV(B)18.95º34.13%65.49%-
XYZ26.4724.7818.14-
YUV137.61112.42148.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.23%
GREEN value IS 128 (50.39% from 255) = 31.60%
BLUE value IS 110 (43.36% from 255) = 27.16%
R=41.23%
G=31.60%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712811000.230.340.3518.9524.4654.31
HexA7806E0172223131836
Octal2472001560274243233066
Binary101001111000000011011100101111000101000111001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7806E; }

 p { color: rgb(167,128,110); }

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

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

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

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

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

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

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