COLOR #A2892F

HEX: #A2892F
RGB: (162,137,47)

Color info

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

RGB color model

#A2892F color RGB value is (162,137,47).

  • red value is 162;
  • green value is 137;
  • blue value is 47.
RGB:
(162,137,47)
(64%,54%,18%)

RGB channels and saturation

R 162 of 255 = 64%
G 137 of 255 = 54%
B 47 of 255 = 18%

162
137
47

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

Portions of RGB colors in percentages

R + G + B =
162 + 137 + 47 = 346 (100%)
R 162 of 346 ~ 46.82%
G 137 of 346 ~ 39.6%
B 47 of 346 ~ 13.58%

%46.82
%39.6
%13.58

CMYK color model

#A2892F color CMYK value is (0,15,71,36).

  • cyan value is 0.00%
  • magenta value is 15.43%
  • yellow value is 70.99%
  • key color value is 36.47%
CMYK:
(0,15,71,36)
C0M15Y71K36 
(0%,15%,71%,36%)
(0.00/0.15/0.71/0.36)	

CMYK percentages

%0
%15.43
%70.99
%36.47

Codes

Color #A2892F in popluar color models

A2892F
RGB16213747
HSL47°55.02%40.98%
HSB/HSV47°70.99%63.53%
CMYK0.00%15.43%70.99%
36.47%

Color #A2892F in popluar number systems.

HEXA2892F
Decimal16213747
Binary1010001010001001101111
Octal24221157

Shades and tints

Shades of #A2892F

#A2892F
(162,137,47)
#947D2B
(148,125,43)
#867127
(134,113,39)
#786523
(120,101,35)
#6A591F
(106,89,31)
#5C4D1B
(92,77,27)
#4E4117
(78,65,23)
#403513
(64,53,19)
#32290F
(50,41,15)
#241D0B
(36,29,11)
#161107
(22,17,7)
#000000
(0,0,0)

Tints of #A2892F

#A2892F
(162,137,47)
#AA9341
(170,147,65)
#B29D53
(178,157,83)
#BAA765
(186,167,101)
#C2B177
(194,177,119)
#CABB89
(202,187,137)
#D2C59B
(210,197,155)
#DACFAD
(218,207,173)
#E2D9BF
(226,217,191)
#EAE3D1
(234,227,209)
#F2EDE3
(242,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2892F color. Also use rgb(162,137,47) instead hex code.

Text Font Color

.myTextColor { color: #A2892F; }

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

This text font color is #A2892F.


Background Color

.myBgColor { background-color: #A2892F; }

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

This div background color is #A2892F.


Border color

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

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

This div border color is #A2892F.


Opacity

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

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

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

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

This text has shadow with #A2892F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2892F on black background.


Color preview on white background

This text has color #A2892F on white background.



Black color preview on #A2892F background

This text has black color on #A2892F background.


White color preview on #A2892F background

This text has white color on #A2892F background.