COLOR #A49578

HEX: #A49578
RGB: (164,149,120)

Color info

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

RGB color model

#A49578 color RGB value is (164,149,120).

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

RGB channels and saturation

R 164 of 255 = 64%
G 149 of 255 = 58%
B 120 of 255 = 47%

164
149
120

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

Portions of RGB colors in percentages

R + G + B =
164 + 149 + 120 = 433 (100%)
R 164 of 433 ~ 37.88%
G 149 of 433 ~ 34.41%
B 120 of 433 ~ 27.71%

%37.88
%34.41
%27.71

CMYK color model

#A49578 color CMYK value is (0,9,27,36).

  • cyan value is 0.00%
  • magenta value is 9.15%
  • yellow value is 26.83%
  • key color value is 35.69%
CMYK:
(0,9,27,36)
C0M9Y27K36 
(0%,9%,27%,36%)
(0.00/0.09/0.27/0.36)	

CMYK percentages

%0
%9.15
%26.83
%35.69

Codes

Color #A49578 in popluar color models

A49578
RGB164149120
HSL40°19.47%55.69%
HSB/HSV40°26.83%64.31%
CMYK0.00%9.15%26.83%
35.69%

Color #A49578 in popluar number systems.

HEXA49578
Decimal164149120
Binary10100100100101011111000
Octal244225170

Shades and tints

Shades of #A49578

#A49578
(164,149,120)
#96886E
(150,136,110)
#887B64
(136,123,100)
#7A6E5A
(122,110,90)
#6C6150
(108,97,80)
#5E5446
(94,84,70)
#50473C
(80,71,60)
#423A32
(66,58,50)
#342D28
(52,45,40)
#26201E
(38,32,30)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #A49578

#A49578
(164,149,120)
#AC9E84
(172,158,132)
#B4A790
(180,167,144)
#BCB09C
(188,176,156)
#C4B9A8
(196,185,168)
#CCC2B4
(204,194,180)
#D4CBC0
(212,203,192)
#DCD4CC
(220,212,204)
#E4DDD8
(228,221,216)
#ECE6E4
(236,230,228)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49578; }

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

This text font color is #A49578.


Background Color

.myBgColor { background-color: #A49578; }

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

This div background color is #A49578.


Border color

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

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

This div border color is #A49578.


Opacity

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

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

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

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

This text has shadow with #A49578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49578 on black background.


Color preview on white background

This text has color #A49578 on white background.



Black color preview on #A49578 background

This text has black color on #A49578 background.


White color preview on #A49578 background

This text has white color on #A49578 background.