COLOR #A3836F

HEX: #A3836F RGB: (163,131,111)

Color info

#A3836F contains red, green and blue colors in about the same proportion. Web safe color of #A3836F is #999966 (or #996).

RGB color model

#A3836F color RGB value is (163,131,111).

RGB: (163,131,111) (64%, 51%, 44%)

RGB channels and saturation

R 163 of 255 = 64%
G 131 of 255 = 51%
B 111 of 255 = 44%

163
131
111

R + G + B ~ 53%. #A3836F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 163 + 131 + 111 = 405 (100%)
R 163 of 405 ~ 40.25%
G 131 of 405 ~ 32.35%
B 111 of 405 ~ 27.41'%

%40.25
%32.35
%27.41

CMYK color model

#A3836F color CMYK value is (0,20,32,36).

  • cyan value is 0.00%
  • magenta value is 19.63%
  • yellow value is 31.90%
  • key color value is 36.08%

CMYK: (0,20,32,36)
C0M20Y32K36 (0%, 20%, 32%, 36%)
(0.00 / 0.20 / 0.32 / 0.36)

CMYK percentages

%0
%19.63
%31.9
%36.08

Codes

Color #A3836F in popluar color models

A3 83 6F
RGB 163 131 111
HSL 23° 22.03% 53.73%
HSB/HSV 23° 31.90% 63.92%
CMYK 0.00% 19.63% 31.90%
36.08%

Color #A3836F in popluar number systems.

HEX A3 83 6F
Decimal 163 131 111
Binary 10100011 10000011 1101111
Octal 243 203 157

Shades and tints

Shades of #A3836F

#A3836F
(163,131,111)
#957865
(149,120,101)
#876D5B
(135,109,91)
#796251
(121,98,81)
#6B5747
(107,87,71)
#5D4C3D
(93,76,61)
#4F4133
(79,65,51)
#413629
(65,54,41)
#332B1F
(51,43,31)
#252015
(37,32,21)
#17150B
(23,21,11)
#000000
(0,0,0)

Tints of #A3836F

#A3836F
(163,131,111)
#AB8E7C
(171,142,124)
#B39989
(179,153,137)
#BBA496
(187,164,150)
#C3AFA3
(195,175,163)
#CBBAB0
(203,186,176)
#D3C5BD
(211,197,189)
#DBD0CA
(219,208,202)
#E3DBD7
(227,219,215)
#EBE6E4
(235,230,228)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3836F color. Also use rgb(163,131,111) instead hex code.

Text Font Color

.myTextColor { color: #A3836F; }

<p style="color:#A3836F">This sample text font color is #A3836F.</p>

This text font color is #A3836F.

Background Color

.myBgColor { background-color: #A3836F; }

<div style="background-color:#A3836F">Inner text</div>

This div background color is #A3836F.

Border color

.myBorderColor { border: 1px solid #A3836F; }

<div style="border:3px solid #A3836F">Div</div>

This div border color is #A3836F.

Opacity

.myOpacity80 { color: #A3836F; opacity: 0.8; }

<p style="color:#A3836F;opacity:0.8;">80%</p>

Text with #A3836F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A3836F;}

<p style="text-shadow: 3px 3px 1px #A3836F">Text here.</p>

This text has shadow with #A3836F color.


.textShadow {text-shadow: 3px 3px 1px #A3836F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A3836F, 5px 5px 20px red">Text here.</p>

This text has shadow with #A3836F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A3836F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A3836F, Direction=45, Strength=4)">Text</p>

This text has shadow with #A3836F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A3836F;
-webkit-box-shadow: 1px 1px 3px 2px #A3836F;
box-shadow: 1px 1px 3px 2px #A3836F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A3836F; -webkit-box-shadow: 1px 1px 3px 2px #A3836F; box-shadow:1px 1px 3px 2px #A3836F;">
Div content here
</div>

This div box has shadow with color #A3836F.

Preview

Color preview on black background

This text has color #A3836F on black background.


Color preview on white background

This text has color #A3836F on white background.


Black color preview on #A3836F background

This text has black color on #A3836F background.


White color preview on #A3836F background

This text has white color on #A3836F background.


Related colors

Complementary color

Complementary color for #hex is #5C7C90.


I love getcolorcode.com

Triadic colors

1 #6FA383 and #836FA3 with #A3836F are triadic colors.

2 #6F83A3 and #83A36F with #A3836F are triadic colors.