COLOR #A49878

HEX: #A49878
RGB: (164,152,120)

Color info

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

RGB color model

#A49878 color RGB value is (164,152,120).

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

RGB channels and saturation

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

164
152
120

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

Portions of RGB colors in percentages

R + G + B =
164 + 152 + 120 = 436 (100%)
R 164 of 436 ~ 37.61%
G 152 of 436 ~ 34.86%
B 120 of 436 ~ 27.52%

%37.61
%34.86
%27.52

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.32%
  • 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
%7.32
%26.83
%35.69

Codes

Color #A49878 in popluar color models

A49878
RGB164152120
HSL44°19.47%55.69%
HSB/HSV44°26.83%64.31%
CMYK0.00%7.32%26.83%
35.69%

Color #A49878 in popluar number systems.

HEXA49878
Decimal164152120
Binary10100100100110001111000
Octal244230170

Shades and tints

Shades of #A49878

#A49878
(164,152,120)
#968B6E
(150,139,110)
#887E64
(136,126,100)
#7A715A
(122,113,90)
#6C6450
(108,100,80)
#5E5746
(94,87,70)
#504A3C
(80,74,60)
#423D32
(66,61,50)
#343028
(52,48,40)
#26231E
(38,35,30)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #A49878

#A49878
(164,152,120)
#ACA184
(172,161,132)
#B4AA90
(180,170,144)
#BCB39C
(188,179,156)
#C4BCA8
(196,188,168)
#CCC5B4
(204,197,180)
#D4CEC0
(212,206,192)
#DCD7CC
(220,215,204)
#E4E0D8
(228,224,216)
#ECE9E4
(236,233,228)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49878; }

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

This text font color is #A49878.


Background Color

.myBgColor { background-color: #A49878; }

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

This div background color is #A49878.


Border color

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

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

This div border color is #A49878.


Opacity

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

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

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

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

This text has shadow with #A49878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49878 on black background.


Color preview on white background

This text has color #A49878 on white background.



Black color preview on #A49878 background

This text has black color on #A49878 background.


White color preview on #A49878 background

This text has white color on #A49878 background.