COLOR #A49243

HEX: #A49243
RGB: (164,146,67)

Color info

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

RGB color model

#A49243 color RGB value is (164,146,67).

  • red value is 164;
  • green value is 146;
  • blue value is 67.
RGB:
(164,146,67)
(64%,57%,26%)

RGB channels and saturation

R 164 of 255 = 64%
G 146 of 255 = 57%
B 67 of 255 = 26%

164
146
67

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

Portions of RGB colors in percentages

R + G + B =
164 + 146 + 67 = 377 (100%)
R 164 of 377 ~ 43.5%
G 146 of 377 ~ 38.73%
B 67 of 377 ~ 17.77%

%43.5
%38.73
%17.77

CMYK color model

#A49243 color CMYK value is (0,11,59,36).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 59.15%
  • key color value is 35.69%
CMYK:
(0,11,59,36)
C0M11Y59K36 
(0%,11%,59%,36%)
(0.00/0.11/0.59/0.36)	

CMYK percentages

%0
%10.98
%59.15
%35.69

Codes

Color #A49243 in popluar color models

A49243
RGB16414667
HSL49°41.99%45.29%
HSB/HSV49°59.15%64.31%
CMYK0.00%10.98%59.15%
35.69%

Color #A49243 in popluar number systems.

HEXA49243
Decimal16414667
Binary10100100100100101000011
Octal244222103

Shades and tints

Shades of #A49243

#A49243
(164,146,67)
#96853D
(150,133,61)
#887837
(136,120,55)
#7A6B31
(122,107,49)
#6C5E2B
(108,94,43)
#5E5125
(94,81,37)
#50441F
(80,68,31)
#423719
(66,55,25)
#342A13
(52,42,19)
#261D0D
(38,29,13)
#181007
(24,16,7)
#000000
(0,0,0)

Tints of #A49243

#A49243
(164,146,67)
#AC9B54
(172,155,84)
#B4A465
(180,164,101)
#BCAD76
(188,173,118)
#C4B687
(196,182,135)
#CCBF98
(204,191,152)
#D4C8A9
(212,200,169)
#DCD1BA
(220,209,186)
#E4DACB
(228,218,203)
#ECE3DC
(236,227,220)
#F4ECED
(244,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49243 color. Also use rgb(164,146,67) instead hex code.

Text Font Color

.myTextColor { color: #A49243; }

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

This text font color is #A49243.


Background Color

.myBgColor { background-color: #A49243; }

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

This div background color is #A49243.


Border color

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

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

This div border color is #A49243.


Opacity

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

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

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

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

This text has shadow with #A49243 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49243 on black background.


Color preview on white background

This text has color #A49243 on white background.



Black color preview on #A49243 background

This text has black color on #A49243 background.


White color preview on #A49243 background

This text has white color on #A49243 background.