COLOR #A49181

HEX: #A49181
RGB: (164,145,129)

Color info

#A49181 contains red, green and blue colors in about the same proportion. Web safe color of #A49181 is #999999 (or #999).

RGB color model

#A49181 color RGB value is (164,145,129).

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

RGB channels and saturation

R 164 of 255 = 64%
G 145 of 255 = 57%
B 129 of 255 = 51%

164
145
129

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

Portions of RGB colors in percentages

R + G + B =
164 + 145 + 129 = 438 (100%)
R 164 of 438 ~ 37.44%
G 145 of 438 ~ 33.11%
B 129 of 438 ~ 29.45%

%37.44
%33.11
%29.45

CMYK color model

#A49181 color CMYK value is (0,12,21,36).

  • cyan value is 0.00%
  • magenta value is 11.59%
  • yellow value is 21.34%
  • key color value is 35.69%
CMYK:
(0,12,21,36)
C0M12Y21K36 
(0%,12%,21%,36%)
(0.00/0.12/0.21/0.36)	

CMYK percentages

%0
%11.59
%21.34
%35.69

Codes

Color #A49181 in popluar color models

A49181
RGB164145129
HSL27°16.13%57.45%
HSB/HSV27°21.34%64.31%
CMYK0.00%11.59%21.34%
35.69%

Color #A49181 in popluar number systems.

HEXA49181
Decimal164145129
Binary101001001001000110000001
Octal244221201

Shades and tints

Shades of #A49181

#A49181
(164,145,129)
#968476
(150,132,118)
#88776B
(136,119,107)
#7A6A60
(122,106,96)
#6C5D55
(108,93,85)
#5E504A
(94,80,74)
#50433F
(80,67,63)
#423634
(66,54,52)
#342929
(52,41,41)
#261C1E
(38,28,30)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #A49181

#A49181
(164,145,129)
#AC9B8C
(172,155,140)
#B4A597
(180,165,151)
#BCAFA2
(188,175,162)
#C4B9AD
(196,185,173)
#CCC3B8
(204,195,184)
#D4CDC3
(212,205,195)
#DCD7CE
(220,215,206)
#E4E1D9
(228,225,217)
#ECEBE4
(236,235,228)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49181; }

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

This text font color is #A49181.


Background Color

.myBgColor { background-color: #A49181; }

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

This div background color is #A49181.


Border color

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

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

This div border color is #A49181.


Opacity

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

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

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

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

This text has shadow with #A49181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49181 on black background.


Color preview on white background

This text has color #A49181 on white background.



Black color preview on #A49181 background

This text has black color on #A49181 background.


White color preview on #A49181 background

This text has white color on #A49181 background.