#A4836D

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

Shades of Medium Wood #A4836D

Tints of Medium Wood #A4836D

Color information

#A4836D (or 0xA4836D) is unknown color: approx Medium Wood. HEX triplet: A4, 83 and 6D. RGB value is (164,131,109). Sum of RGB (Red+Green+Blue) = 164+131+109=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A4836D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4836D is #5B7C92. Grayscale: #8A8A8A. Windows color (decimal): -5995667 or 7177124. OLE color: 7177124.

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

Color convert

RGB164131109-
CMYK00.200.340.36
HSL24º23.21%53.53%-
HSV(B)24º33.54%64.31%-
XYZ26.1925.2317.96-
YUV138.36111.43146.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.59%
GREEN value IS 131 (51.56% from 255) = 32.43%
BLUE value IS 109 (42.97% from 255) = 26.98%
R=40.59%
G=32.43%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413110900.200.340.362423.2153.53
HexA4836D0142224181736
Octal2442031550244244302766
Binary101001001000001111011010101001000101001001100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4836D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4836D; }

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

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

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

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

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

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

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

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