#A5806D

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

Shades of Medium Wood #A5806D

Tints of Medium Wood #A5806D

Color information

#A5806D (or 0xA5806D) is unknown color: approx Medium Wood. HEX triplet: A5, 80 and 6D. RGB value is (165,128,109). Sum of RGB (Red+Green+Blue) = 165+128+109=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A5806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5806D is #5A7F92. Grayscale: #898989. Windows color (decimal): -5930899 or 7176357. OLE color: 7176357.

HSL color Cylindrical-coordinate representation of color #A5806D: hue angle of 20.36º 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 #A5806D is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB165128109-
CMYK00.220.340.35
HSL20.36º23.73%53.73%-
HSV(B)20.36º33.94%64.71%-
XYZ2624.5417.83-
YUV136.9112.26148.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.04%
GREEN value IS 128 (50.39% from 255) = 31.84%
BLUE value IS 109 (42.97% from 255) = 27.11%
R=41.04%
G=31.84%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512810900.220.340.3520.3623.7353.73
HexA5806D0162223141836
Octal2452001550264243243066
Binary101001011000000011011010101101000101000111010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5806D; }

 p { color: rgb(165,128,109); }

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

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

 a { background-color: rgb(165,128,109); }

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

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

 span { border-color: rgb(165,128,109); }

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