COLOR #A49770

HEX: #A49770
RGB: (164,151,112)

Color info

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

RGB color model

#A49770 color RGB value is (164,151,112).

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

RGB channels and saturation

R 164 of 255 = 64%
G 151 of 255 = 59%
B 112 of 255 = 44%

164
151
112

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

Portions of RGB colors in percentages

R + G + B =
164 + 151 + 112 = 427 (100%)
R 164 of 427 ~ 38.41%
G 151 of 427 ~ 35.36%
B 112 of 427 ~ 26.23%

%38.41
%35.36
%26.23

CMYK color model

#A49770 color CMYK value is (0,8,32,36).

  • cyan value is 0.00%
  • magenta value is 7.93%
  • yellow value is 31.71%
  • key color value is 35.69%
CMYK:
(0,8,32,36)
C0M8Y32K36 
(0%,8%,32%,36%)
(0.00/0.08/0.32/0.36)	

CMYK percentages

%0
%7.93
%31.71
%35.69

Codes

Color #A49770 in popluar color models

A49770
RGB164151112
HSL45°22.22%54.12%
HSB/HSV45°31.71%64.31%
CMYK0.00%7.93%31.71%
35.69%

Color #A49770 in popluar number systems.

HEXA49770
Decimal164151112
Binary10100100100101111110000
Octal244227160

Shades and tints

Shades of #A49770

#A49770
(164,151,112)
#968A66
(150,138,102)
#887D5C
(136,125,92)
#7A7052
(122,112,82)
#6C6348
(108,99,72)
#5E563E
(94,86,62)
#504934
(80,73,52)
#423C2A
(66,60,42)
#342F20
(52,47,32)
#262216
(38,34,22)
#18150C
(24,21,12)
#000000
(0,0,0)

Tints of #A49770

#A49770
(164,151,112)
#ACA07D
(172,160,125)
#B4A98A
(180,169,138)
#BCB297
(188,178,151)
#C4BBA4
(196,187,164)
#CCC4B1
(204,196,177)
#D4CDBE
(212,205,190)
#DCD6CB
(220,214,203)
#E4DFD8
(228,223,216)
#ECE8E5
(236,232,229)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49770; }

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

This text font color is #A49770.


Background Color

.myBgColor { background-color: #A49770; }

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

This div background color is #A49770.


Border color

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

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

This div border color is #A49770.


Opacity

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

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

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

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

This text has shadow with #A49770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49770 on black background.


Color preview on white background

This text has color #A49770 on white background.



Black color preview on #A49770 background

This text has black color on #A49770 background.


White color preview on #A49770 background

This text has white color on #A49770 background.