COLOR #A49A78

HEX: #A49A78
RGB: (164,154,120)

Color info

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

RGB color model

#A49A78 color RGB value is (164,154,120).

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

RGB channels and saturation

R 164 of 255 = 64%
G 154 of 255 = 60%
B 120 of 255 = 47%

164
154
120

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

Portions of RGB colors in percentages

R + G + B =
164 + 154 + 120 = 438 (100%)
R 164 of 438 ~ 37.44%
G 154 of 438 ~ 35.16%
B 120 of 438 ~ 27.4%

%37.44
%35.16
%27.4

CMYK color model

#A49A78 color CMYK value is (0,6,27,36).

  • cyan value is 0.00%
  • magenta value is 6.10%
  • yellow value is 26.83%
  • key color value is 35.69%
CMYK:
(0,6,27,36)
C0M6Y27K36 
(0%,6%,27%,36%)
(0.00/0.06/0.27/0.36)	

CMYK percentages

%0
%6.1
%26.83
%35.69

Codes

Color #A49A78 in popluar color models

A49A78
RGB164154120
HSL46°19.47%55.69%
HSB/HSV46°26.83%64.31%
CMYK0.00%6.10%26.83%
35.69%

Color #A49A78 in popluar number systems.

HEXA49A78
Decimal164154120
Binary10100100100110101111000
Octal244232170

Shades and tints

Shades of #A49A78

#A49A78
(164,154,120)
#968C6E
(150,140,110)
#887E64
(136,126,100)
#7A705A
(122,112,90)
#6C6250
(108,98,80)
#5E5446
(94,84,70)
#50463C
(80,70,60)
#423832
(66,56,50)
#342A28
(52,42,40)
#261C1E
(38,28,30)
#180E14
(24,14,20)
#000000
(0,0,0)

Tints of #A49A78

#A49A78
(164,154,120)
#ACA384
(172,163,132)
#B4AC90
(180,172,144)
#BCB59C
(188,181,156)
#C4BEA8
(196,190,168)
#CCC7B4
(204,199,180)
#D4D0C0
(212,208,192)
#DCD9CC
(220,217,204)
#E4E2D8
(228,226,216)
#ECEBE4
(236,235,228)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49A78; }

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

This text font color is #A49A78.


Background Color

.myBgColor { background-color: #A49A78; }

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

This div background color is #A49A78.


Border color

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

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

This div border color is #A49A78.


Opacity

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

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

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

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

This text has shadow with #A49A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49A78 on black background.


Color preview on white background

This text has color #A49A78 on white background.



Black color preview on #A49A78 background

This text has black color on #A49A78 background.


White color preview on #A49A78 background

This text has white color on #A49A78 background.