#A7806F

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

Shades of Medium Wood #A7806F

Tints of Medium Wood #A7806F

Color information

#A7806F (or 0xA7806F) is unknown color: approx Medium Wood. HEX triplet: A7, 80 and 6F. RGB value is (167,128,111). Sum of RGB (Red+Green+Blue) = 167+128+111=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A7806F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7806F is #587F90. Grayscale: #898989. Windows color (decimal): -5799825 or 7307431. OLE color: 7307431.

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

Color convert

RGB167128111-
CMYK00.230.340.35
HSL18.21º24.14%54.51%-
HSV(B)18.21º33.53%65.49%-
XYZ26.5224.818.43-
YUV137.72112.92148.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.13%
GREEN value IS 128 (50.39% from 255) = 31.53%
BLUE value IS 111 (43.75% from 255) = 27.34%
R=41.13%
G=31.53%
B=27.34%

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
Decimal16712811100.230.340.3518.2124.1454.51
HexA7806F0172223121837
Octal2472001570274243223067
Binary101001111000000011011110101111000101000111001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7806F; }

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

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

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

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

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

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

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

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