COLOR #A49382

HEX: #A49382
RGB: (164,147,130)

Color info

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

RGB color model

#A49382 color RGB value is (164,147,130).

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

RGB channels and saturation

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

164
147
130

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

Portions of RGB colors in percentages

R + G + B =
164 + 147 + 130 = 441 (100%)
R 164 of 441 ~ 37.19%
G 147 of 441 ~ 33.33%
B 130 of 441 ~ 29.48%

%37.19
%33.33
%29.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.37%
  • yellow value is 20.73%
  • 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
%20.73
%35.69

Codes

Color #A49382 in popluar color models

A49382
RGB164147130
HSL30°15.74%57.65%
HSB/HSV30°20.73%64.31%
CMYK0.00%10.37%20.73%
35.69%

Color #A49382 in popluar number systems.

HEXA49382
Decimal164147130
Binary101001001001001110000010
Octal244223202

Shades and tints

Shades of #A49382

#A49382
(164,147,130)
#968677
(150,134,119)
#88796C
(136,121,108)
#7A6C61
(122,108,97)
#6C5F56
(108,95,86)
#5E524B
(94,82,75)
#504540
(80,69,64)
#423835
(66,56,53)
#342B2A
(52,43,42)
#261E1F
(38,30,31)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #A49382

#A49382
(164,147,130)
#AC9C8D
(172,156,141)
#B4A598
(180,165,152)
#BCAEA3
(188,174,163)
#C4B7AE
(196,183,174)
#CCC0B9
(204,192,185)
#D4C9C4
(212,201,196)
#DCD2CF
(220,210,207)
#E4DBDA
(228,219,218)
#ECE4E5
(236,228,229)
#F4EDF0
(244,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49382; }

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

This text font color is #A49382.


Background Color

.myBgColor { background-color: #A49382; }

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

This div background color is #A49382.


Border color

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

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

This div border color is #A49382.


Opacity

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

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

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

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

This text has shadow with #A49382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49382 on black background.


Color preview on white background

This text has color #A49382 on white background.



Black color preview on #A49382 background

This text has black color on #A49382 background.


White color preview on #A49382 background

This text has white color on #A49382 background.