#A4836F

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

Shades of Medium Wood #A4836F

Tints of Medium Wood #A4836F

Color information

#A4836F (or 0xA4836F) is unknown color: approx Medium Wood. HEX triplet: A4, 83 and 6F. RGB value is (164,131,111). Sum of RGB (Red+Green+Blue) = 164+131+111=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A4836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4836F is #5B7C90. Grayscale: #8A8A8A. Windows color (decimal): -5995665 or 7308196. OLE color: 7308196.

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

Color convert

RGB164131111-
CMYK00.200.320.36
HSL22.64º22.55%53.92%-
HSV(B)22.64º32.32%64.31%-
XYZ26.325.2718.53-
YUV138.59112.43146.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.39%
GREEN value IS 131 (51.56% from 255) = 32.27%
BLUE value IS 111 (43.75% from 255) = 27.34%
R=40.39%
G=32.27%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413111100.200.320.3622.6422.5553.92
HexA4836F0142024171736
Octal2442031570244044272766
Binary101001001000001111011110101001000001001001011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4836F; }

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

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

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

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

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

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

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

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