#A3836F

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

Shades of Medium Wood #A3836F

Tints of Medium Wood #A3836F

Color information

#A3836F (or 0xA3836F) is unknown color: approx Medium Wood. HEX triplet: A3, 83 and 6F. RGB value is (163,131,111). Sum of RGB (Red+Green+Blue) = 163+131+111=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A3836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3836F is #5C7C90. Grayscale: #8A8A8A. Windows color (decimal): -6061201 or 7308195. OLE color: 7308195.

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

Color convert

RGB163131111-
CMYK00.200.320.36
HSL23.08º22.03%53.73%-
HSV(B)23.08º31.9%63.92%-
XYZ26.0925.1718.52-
YUV138.29112.6145.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.25%
GREEN value IS 131 (51.56% from 255) = 32.35%
BLUE value IS 111 (43.75% from 255) = 27.41%
R=40.25%
G=32.35%
B=27.41%

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
Decimal16313111100.200.320.3623.0822.0353.73
HexA3836F0142024171636
Octal2432031570244044272666
Binary101000111000001111011110101001000001001001011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3836F; }

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

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

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

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

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

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

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

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