COLOR #A3862F

HEX: #A3862F
RGB: (163,134,47)

Color info

#A3862F contains mainly red and green colors. Web safe color of #A3862F is #999933 (or #993).

RGB color model

#A3862F color RGB value is (163,134,47).

  • red value is 163;
  • green value is 134;
  • blue value is 47.
RGB:
(163,134,47)
(64%,53%,18%)

RGB channels and saturation

R 163 of 255 = 64%
G 134 of 255 = 53%
B 47 of 255 = 18%

163
134
47

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

Portions of RGB colors in percentages

R + G + B =
163 + 134 + 47 = 344 (100%)
R 163 of 344 ~ 47.38%
G 134 of 344 ~ 38.95%
B 47 of 344 ~ 13.66%

%47.38
%38.95
%13.66

CMYK color model

#A3862F color CMYK value is (0,18,71,36).

  • cyan value is 0.00%
  • magenta value is 17.79%
  • yellow value is 71.17%
  • key color value is 36.08%
CMYK:
(0,18,71,36)
C0M18Y71K36 
(0%,18%,71%,36%)
(0.00/0.18/0.71/0.36)	

CMYK percentages

%0
%17.79
%71.17
%36.08

Codes

Color #A3862F in popluar color models

A3862F
RGB16313447
HSL45°55.24%41.18%
HSB/HSV45°71.17%63.92%
CMYK0.00%17.79%71.17%
36.08%

Color #A3862F in popluar number systems.

HEXA3862F
Decimal16313447
Binary1010001110000110101111
Octal24320657

Shades and tints

Shades of #A3862F

#A3862F
(163,134,47)
#957A2B
(149,122,43)
#876E27
(135,110,39)
#796223
(121,98,35)
#6B561F
(107,86,31)
#5D4A1B
(93,74,27)
#4F3E17
(79,62,23)
#413213
(65,50,19)
#33260F
(51,38,15)
#251A0B
(37,26,11)
#170E07
(23,14,7)
#000000
(0,0,0)

Tints of #A3862F

#A3862F
(163,134,47)
#AB9141
(171,145,65)
#B39C53
(179,156,83)
#BBA765
(187,167,101)
#C3B277
(195,178,119)
#CBBD89
(203,189,137)
#D3C89B
(211,200,155)
#DBD3AD
(219,211,173)
#E3DEBF
(227,222,191)
#EBE9D1
(235,233,209)
#F3F4E3
(243,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3862F color. Also use rgb(163,134,47) instead hex code.

Text Font Color

.myTextColor { color: #A3862F; }

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

This text font color is #A3862F.


Background Color

.myBgColor { background-color: #A3862F; }

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

This div background color is #A3862F.


Border color

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

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

This div border color is #A3862F.


Opacity

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

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

Text with #A3862F 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 #A3862F;}

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

This text has shadow with #A3862F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3862F on black background.


Color preview on white background

This text has color #A3862F on white background.



Black color preview on #A3862F background

This text has black color on #A3862F background.


White color preview on #A3862F background

This text has white color on #A3862F background.