COLOR #A49C43

HEX: #A49C43
RGB: (164,156,67)

Color info

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

RGB color model

#A49C43 color RGB value is (164,156,67).

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

RGB channels and saturation

R 164 of 255 = 64%
G 156 of 255 = 61%
B 67 of 255 = 26%

164
156
67

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

Portions of RGB colors in percentages

R + G + B =
164 + 156 + 67 = 387 (100%)
R 164 of 387 ~ 42.38%
G 156 of 387 ~ 40.31%
B 67 of 387 ~ 17.31%

%42.38
%40.31
%17.31

CMYK color model

#A49C43 color CMYK value is (0,5,59,36).

  • cyan value is 0.00%
  • magenta value is 4.88%
  • yellow value is 59.15%
  • key color value is 35.69%
CMYK:
(0,5,59,36)
C0M5Y59K36 
(0%,5%,59%,36%)
(0.00/0.05/0.59/0.36)	

CMYK percentages

%0
%4.88
%59.15
%35.69

Codes

Color #A49C43 in popluar color models

A49C43
RGB16415667
HSL55°41.99%45.29%
HSB/HSV55°59.15%64.31%
CMYK0.00%4.88%59.15%
35.69%

Color #A49C43 in popluar number systems.

HEXA49C43
Decimal16415667
Binary10100100100111001000011
Octal244234103

Shades and tints

Shades of #A49C43

#A49C43
(164,156,67)
#968E3D
(150,142,61)
#888037
(136,128,55)
#7A7231
(122,114,49)
#6C642B
(108,100,43)
#5E5625
(94,86,37)
#50481F
(80,72,31)
#423A19
(66,58,25)
#342C13
(52,44,19)
#261E0D
(38,30,13)
#181007
(24,16,7)
#000000
(0,0,0)

Tints of #A49C43

#A49C43
(164,156,67)
#ACA554
(172,165,84)
#B4AE65
(180,174,101)
#BCB776
(188,183,118)
#C4C087
(196,192,135)
#CCC998
(204,201,152)
#D4D2A9
(212,210,169)
#DCDBBA
(220,219,186)
#E4E4CB
(228,228,203)
#ECEDDC
(236,237,220)
#F4F6ED
(244,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49C43; }

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

This text font color is #A49C43.


Background Color

.myBgColor { background-color: #A49C43; }

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

This div background color is #A49C43.


Border color

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

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

This div border color is #A49C43.


Opacity

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

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

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

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

This text has shadow with #A49C43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49C43 on black background.


Color preview on white background

This text has color #A49C43 on white background.



Black color preview on #A49C43 background

This text has black color on #A49C43 background.


White color preview on #A49C43 background

This text has white color on #A49C43 background.