#A4836A

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

Shades of Medium Wood #A4836A

Tints of Medium Wood #A4836A

Color information

#A4836A (or 0xA4836A) is unknown color: approx Medium Wood. HEX triplet: A4, 83 and 6A. RGB value is (164,131,106). Sum of RGB (Red+Green+Blue) = 164+131+106=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A4836A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4836A is #5B7C95. Grayscale: #8A8A8A. Windows color (decimal): -5995670 or 6980516. OLE color: 6980516.

HSL color Cylindrical-coordinate representation of color #A4836A: hue angle of 25.86º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4836A is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB164131106-
CMYK00.200.350.36
HSL25.86º24.17%52.94%-
HSV(B)25.86º35.37%64.31%-
XYZ26.0325.1717.12-
YUV138.02109.93146.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 131 (51.56% from 255) = 32.67%
BLUE value IS 106 (41.80% from 255) = 26.43%
R=40.90%
G=32.67%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413110600.200.350.3625.8624.1752.94
HexA4836A01423241a1835
Octal2442031520244344323065
Binary101001001000001111010100101001000111001001101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4836A; }

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

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

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

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

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

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

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

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