COLOR #A49076

HEX: #A49076
RGB: (164,144,118)

Color info

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

RGB color model

#A49076 color RGB value is (164,144,118).

  • red value is 164;
  • green value is 144;
  • blue value is 118.
RGB:
(164,144,118)
(64%,56%,46%)

RGB channels and saturation

R 164 of 255 = 64%
G 144 of 255 = 56%
B 118 of 255 = 46%

164
144
118

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

Portions of RGB colors in percentages

R + G + B =
164 + 144 + 118 = 426 (100%)
R 164 of 426 ~ 38.5%
G 144 of 426 ~ 33.8%
B 118 of 426 ~ 27.7%

%38.5
%33.8
%27.7

CMYK color model

#A49076 color CMYK value is (0,12,28,36).

  • cyan value is 0.00%
  • magenta value is 12.20%
  • yellow value is 28.05%
  • key color value is 35.69%
CMYK:
(0,12,28,36)
C0M12Y28K36 
(0%,12%,28%,36%)
(0.00/0.12/0.28/0.36)	

CMYK percentages

%0
%12.2
%28.05
%35.69

Codes

Color #A49076 in popluar color models

A49076
RGB164144118
HSL34°20.18%55.29%
HSB/HSV34°28.05%64.31%
CMYK0.00%12.20%28.05%
35.69%

Color #A49076 in popluar number systems.

HEXA49076
Decimal164144118
Binary10100100100100001110110
Octal244220166

Shades and tints

Shades of #A49076

#A49076
(164,144,118)
#96836C
(150,131,108)
#887662
(136,118,98)
#7A6958
(122,105,88)
#6C5C4E
(108,92,78)
#5E4F44
(94,79,68)
#50423A
(80,66,58)
#423530
(66,53,48)
#342826
(52,40,38)
#261B1C
(38,27,28)
#180E12
(24,14,18)
#000000
(0,0,0)

Tints of #A49076

#A49076
(164,144,118)
#AC9A82
(172,154,130)
#B4A48E
(180,164,142)
#BCAE9A
(188,174,154)
#C4B8A6
(196,184,166)
#CCC2B2
(204,194,178)
#D4CCBE
(212,204,190)
#DCD6CA
(220,214,202)
#E4E0D6
(228,224,214)
#ECEAE2
(236,234,226)
#F4F4EE
(244,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49076 color. Also use rgb(164,144,118) instead hex code.

Text Font Color

.myTextColor { color: #A49076; }

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

This text font color is #A49076.


Background Color

.myBgColor { background-color: #A49076; }

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

This div background color is #A49076.


Border color

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

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

This div border color is #A49076.


Opacity

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

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

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

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

This text has shadow with #A49076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49076 on black background.


Color preview on white background

This text has color #A49076 on white background.



Black color preview on #A49076 background

This text has black color on #A49076 background.


White color preview on #A49076 background

This text has white color on #A49076 background.