COLOR #A49172

HEX: #A49172
RGB: (164,145,114)

Color info

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

RGB color model

#A49172 color RGB value is (164,145,114).

  • red value is 164;
  • green value is 145;
  • blue value is 114.
RGB:
(164,145,114)
(64%,57%,45%)

RGB channels and saturation

R 164 of 255 = 64%
G 145 of 255 = 57%
B 114 of 255 = 45%

164
145
114

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

Portions of RGB colors in percentages

R + G + B =
164 + 145 + 114 = 423 (100%)
R 164 of 423 ~ 38.77%
G 145 of 423 ~ 34.28%
B 114 of 423 ~ 26.95%

%38.77
%34.28
%26.95

CMYK color model

#A49172 color CMYK value is (0,12,30,36).

  • cyan value is 0.00%
  • magenta value is 11.59%
  • yellow value is 30.49%
  • key color value is 35.69%
CMYK:
(0,12,30,36)
C0M12Y30K36 
(0%,12%,30%,36%)
(0.00/0.12/0.30/0.36)	

CMYK percentages

%0
%11.59
%30.49
%35.69

Codes

Color #A49172 in popluar color models

A49172
RGB164145114
HSL37°21.55%54.51%
HSB/HSV37°30.49%64.31%
CMYK0.00%11.59%30.49%
35.69%

Color #A49172 in popluar number systems.

HEXA49172
Decimal164145114
Binary10100100100100011110010
Octal244221162

Shades and tints

Shades of #A49172

#A49172
(164,145,114)
#968468
(150,132,104)
#88775E
(136,119,94)
#7A6A54
(122,106,84)
#6C5D4A
(108,93,74)
#5E5040
(94,80,64)
#504336
(80,67,54)
#42362C
(66,54,44)
#342922
(52,41,34)
#261C18
(38,28,24)
#180F0E
(24,15,14)
#000000
(0,0,0)

Tints of #A49172

#A49172
(164,145,114)
#AC9B7E
(172,155,126)
#B4A58A
(180,165,138)
#BCAF96
(188,175,150)
#C4B9A2
(196,185,162)
#CCC3AE
(204,195,174)
#D4CDBA
(212,205,186)
#DCD7C6
(220,215,198)
#E4E1D2
(228,225,210)
#ECEBDE
(236,235,222)
#F4F5EA
(244,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49172 color. Also use rgb(164,145,114) instead hex code.

Text Font Color

.myTextColor { color: #A49172; }

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

This text font color is #A49172.


Background Color

.myBgColor { background-color: #A49172; }

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

This div background color is #A49172.


Border color

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

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

This div border color is #A49172.


Opacity

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

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

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

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

This text has shadow with #A49172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49172 on black background.


Color preview on white background

This text has color #A49172 on white background.



Black color preview on #A49172 background

This text has black color on #A49172 background.


White color preview on #A49172 background

This text has white color on #A49172 background.