COLOR #A49576

HEX: #A49576
RGB: (164,149,118)

Color info

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

RGB color model

#A49576 color RGB value is (164,149,118).

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

RGB channels and saturation

R 164 of 255 = 64%
G 149 of 255 = 58%
B 118 of 255 = 46%

164
149
118

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

Portions of RGB colors in percentages

R + G + B =
164 + 149 + 118 = 431 (100%)
R 164 of 431 ~ 38.05%
G 149 of 431 ~ 34.57%
B 118 of 431 ~ 27.38%

%38.05
%34.57
%27.38

CMYK color model

#A49576 color CMYK value is (0,9,28,36).

  • cyan value is 0.00%
  • magenta value is 9.15%
  • yellow value is 28.05%
  • key color value is 35.69%
CMYK:
(0,9,28,36)
C0M9Y28K36 
(0%,9%,28%,36%)
(0.00/0.09/0.28/0.36)	

CMYK percentages

%0
%9.15
%28.05
%35.69

Codes

Color #A49576 in popluar color models

A49576
RGB164149118
HSL40°20.18%55.29%
HSB/HSV40°28.05%64.31%
CMYK0.00%9.15%28.05%
35.69%

Color #A49576 in popluar number systems.

HEXA49576
Decimal164149118
Binary10100100100101011110110
Octal244225166

Shades and tints

Shades of #A49576

#A49576
(164,149,118)
#96886C
(150,136,108)
#887B62
(136,123,98)
#7A6E58
(122,110,88)
#6C614E
(108,97,78)
#5E5444
(94,84,68)
#50473A
(80,71,58)
#423A30
(66,58,48)
#342D26
(52,45,38)
#26201C
(38,32,28)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #A49576

#A49576
(164,149,118)
#AC9E82
(172,158,130)
#B4A78E
(180,167,142)
#BCB09A
(188,176,154)
#C4B9A6
(196,185,166)
#CCC2B2
(204,194,178)
#D4CBBE
(212,203,190)
#DCD4CA
(220,212,202)
#E4DDD6
(228,221,214)
#ECE6E2
(236,230,226)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49576; }

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

This text font color is #A49576.


Background Color

.myBgColor { background-color: #A49576; }

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

This div background color is #A49576.


Border color

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

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

This div border color is #A49576.


Opacity

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

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

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

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

This text has shadow with #A49576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49576 on black background.


Color preview on white background

This text has color #A49576 on white background.



Black color preview on #A49576 background

This text has black color on #A49576 background.


White color preview on #A49576 background

This text has white color on #A49576 background.