COLOR #A49381

HEX: #A49381
RGB: (164,147,129)

Color info

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

RGB color model

#A49381 color RGB value is (164,147,129).

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

RGB channels and saturation

R 164 of 255 = 64%
G 147 of 255 = 58%
B 129 of 255 = 51%

164
147
129

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

Portions of RGB colors in percentages

R + G + B =
164 + 147 + 129 = 440 (100%)
R 164 of 440 ~ 37.27%
G 147 of 440 ~ 33.41%
B 129 of 440 ~ 29.32%

%37.27
%33.41
%29.32

CMYK color model

#A49381 color CMYK value is (0,10,21,36).

  • cyan value is 0.00%
  • magenta value is 10.37%
  • yellow value is 21.34%
  • key color value is 35.69%
CMYK:
(0,10,21,36)
C0M10Y21K36 
(0%,10%,21%,36%)
(0.00/0.10/0.21/0.36)	

CMYK percentages

%0
%10.37
%21.34
%35.69

Codes

Color #A49381 in popluar color models

A49381
RGB164147129
HSL31°16.13%57.45%
HSB/HSV31°21.34%64.31%
CMYK0.00%10.37%21.34%
35.69%

Color #A49381 in popluar number systems.

HEXA49381
Decimal164147129
Binary101001001001001110000001
Octal244223201

Shades and tints

Shades of #A49381

#A49381
(164,147,129)
#968676
(150,134,118)
#88796B
(136,121,107)
#7A6C60
(122,108,96)
#6C5F55
(108,95,85)
#5E524A
(94,82,74)
#50453F
(80,69,63)
#423834
(66,56,52)
#342B29
(52,43,41)
#261E1E
(38,30,30)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #A49381

#A49381
(164,147,129)
#AC9C8C
(172,156,140)
#B4A597
(180,165,151)
#BCAEA2
(188,174,162)
#C4B7AD
(196,183,173)
#CCC0B8
(204,192,184)
#D4C9C3
(212,201,195)
#DCD2CE
(220,210,206)
#E4DBD9
(228,219,217)
#ECE4E4
(236,228,228)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49381; }

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

This text font color is #A49381.


Background Color

.myBgColor { background-color: #A49381; }

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

This div background color is #A49381.


Border color

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

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

This div border color is #A49381.


Opacity

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

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

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

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

This text has shadow with #A49381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49381 on black background.


Color preview on white background

This text has color #A49381 on white background.



Black color preview on #A49381 background

This text has black color on #A49381 background.


White color preview on #A49381 background

This text has white color on #A49381 background.