#A4806D

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

Shades of Medium Wood #A4806D

Tints of Medium Wood #A4806D

Color information

#A4806D (or 0xA4806D) is unknown color: approx Medium Wood. HEX triplet: A4, 80 and 6D. RGB value is (164,128,109). Sum of RGB (Red+Green+Blue) = 164+128+109=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A4806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4806D is #5B7F92. Grayscale: #888888. Windows color (decimal): -5996435 or 7176356. OLE color: 7176356.

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

Color convert

RGB164128109-
CMYK00.220.340.36
HSL20.73º23.21%53.53%-
HSV(B)20.73º33.54%64.31%-
XYZ25.7924.4317.83-
YUV136.6112.43147.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 109 (42.97% from 255) = 27.18%
R=40.90%
G=31.92%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412810900.220.340.3620.7323.2153.53
HexA4806D0162224151736
Octal2442001550264244252766
Binary101001001000000011011010101101000101001001010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4806D; }

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

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

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

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

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

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

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

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