COLOR #A49978

HEX: #A49978
RGB: (164,153,120)

Color info

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

RGB color model

#A49978 color RGB value is (164,153,120).

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

RGB channels and saturation

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

164
153
120

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

Portions of RGB colors in percentages

R + G + B =
164 + 153 + 120 = 437 (100%)
R 164 of 437 ~ 37.53%
G 153 of 437 ~ 35.01%
B 120 of 437 ~ 27.46%

%37.53
%35.01
%27.46

CMYK color model

#A49978 color CMYK value is (0,7,27,36).

  • cyan value is 0.00%
  • magenta value is 6.71%
  • yellow value is 26.83%
  • key color value is 35.69%
CMYK:
(0,7,27,36)
C0M7Y27K36 
(0%,7%,27%,36%)
(0.00/0.07/0.27/0.36)	

CMYK percentages

%0
%6.71
%26.83
%35.69

Codes

Color #A49978 in popluar color models

A49978
RGB164153120
HSL45°19.47%55.69%
HSB/HSV45°26.83%64.31%
CMYK0.00%6.71%26.83%
35.69%

Color #A49978 in popluar number systems.

HEXA49978
Decimal164153120
Binary10100100100110011111000
Octal244231170

Shades and tints

Shades of #A49978

#A49978
(164,153,120)
#968C6E
(150,140,110)
#887F64
(136,127,100)
#7A725A
(122,114,90)
#6C6550
(108,101,80)
#5E5846
(94,88,70)
#504B3C
(80,75,60)
#423E32
(66,62,50)
#343128
(52,49,40)
#26241E
(38,36,30)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #A49978

#A49978
(164,153,120)
#ACA284
(172,162,132)
#B4AB90
(180,171,144)
#BCB49C
(188,180,156)
#C4BDA8
(196,189,168)
#CCC6B4
(204,198,180)
#D4CFC0
(212,207,192)
#DCD8CC
(220,216,204)
#E4E1D8
(228,225,216)
#ECEAE4
(236,234,228)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49978; }

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

This text font color is #A49978.


Background Color

.myBgColor { background-color: #A49978; }

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

This div background color is #A49978.


Border color

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

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

This div border color is #A49978.


Opacity

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

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

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

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

This text has shadow with #A49978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49978 on black background.


Color preview on white background

This text has color #A49978 on white background.



Black color preview on #A49978 background

This text has black color on #A49978 background.


White color preview on #A49978 background

This text has white color on #A49978 background.