COLOR #A49778

HEX: #A49778
RGB: (164,151,120)

Color info

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

RGB color model

#A49778 color RGB value is (164,151,120).

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

RGB channels and saturation

R 164 of 255 = 64%
G 151 of 255 = 59%
B 120 of 255 = 47%

164
151
120

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

Portions of RGB colors in percentages

R + G + B =
164 + 151 + 120 = 435 (100%)
R 164 of 435 ~ 37.7%
G 151 of 435 ~ 34.71%
B 120 of 435 ~ 27.59%

%37.7
%34.71
%27.59

CMYK color model

#A49778 color CMYK value is (0,8,27,36).

  • cyan value is 0.00%
  • magenta value is 7.93%
  • yellow value is 26.83%
  • key color value is 35.69%
CMYK:
(0,8,27,36)
C0M8Y27K36 
(0%,8%,27%,36%)
(0.00/0.08/0.27/0.36)	

CMYK percentages

%0
%7.93
%26.83
%35.69

Codes

Color #A49778 in popluar color models

A49778
RGB164151120
HSL42°19.47%55.69%
HSB/HSV42°26.83%64.31%
CMYK0.00%7.93%26.83%
35.69%

Color #A49778 in popluar number systems.

HEXA49778
Decimal164151120
Binary10100100100101111111000
Octal244227170

Shades and tints

Shades of #A49778

#A49778
(164,151,120)
#968A6E
(150,138,110)
#887D64
(136,125,100)
#7A705A
(122,112,90)
#6C6350
(108,99,80)
#5E5646
(94,86,70)
#50493C
(80,73,60)
#423C32
(66,60,50)
#342F28
(52,47,40)
#26221E
(38,34,30)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #A49778

#A49778
(164,151,120)
#ACA084
(172,160,132)
#B4A990
(180,169,144)
#BCB29C
(188,178,156)
#C4BBA8
(196,187,168)
#CCC4B4
(204,196,180)
#D4CDC0
(212,205,192)
#DCD6CC
(220,214,204)
#E4DFD8
(228,223,216)
#ECE8E4
(236,232,228)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49778; }

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

This text font color is #A49778.


Background Color

.myBgColor { background-color: #A49778; }

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

This div background color is #A49778.


Border color

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

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

This div border color is #A49778.


Opacity

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

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

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

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

This text has shadow with #A49778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49778 on black background.


Color preview on white background

This text has color #A49778 on white background.



Black color preview on #A49778 background

This text has black color on #A49778 background.


White color preview on #A49778 background

This text has white color on #A49778 background.