COLOR #A49982

HEX: #A49982
RGB: (164,153,130)

Color info

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

RGB color model

#A49982 color RGB value is (164,153,130).

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

RGB channels and saturation

R 164 of 255 = 64%
G 153 of 255 = 60%
B 130 of 255 = 51%

164
153
130

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

Portions of RGB colors in percentages

R + G + B =
164 + 153 + 130 = 447 (100%)
R 164 of 447 ~ 36.69%
G 153 of 447 ~ 34.23%
B 130 of 447 ~ 29.08%

%36.69
%34.23
%29.08

CMYK color model

#A49982 color CMYK value is (0,7,21,36).

  • cyan value is 0.00%
  • magenta value is 6.71%
  • yellow value is 20.73%
  • key color value is 35.69%
CMYK:
(0,7,21,36)
C0M7Y21K36 
(0%,7%,21%,36%)
(0.00/0.07/0.21/0.36)	

CMYK percentages

%0
%6.71
%20.73
%35.69

Codes

Color #A49982 in popluar color models

A49982
RGB164153130
HSL41°15.74%57.65%
HSB/HSV41°20.73%64.31%
CMYK0.00%6.71%20.73%
35.69%

Color #A49982 in popluar number systems.

HEXA49982
Decimal164153130
Binary101001001001100110000010
Octal244231202

Shades and tints

Shades of #A49982

#A49982
(164,153,130)
#968C77
(150,140,119)
#887F6C
(136,127,108)
#7A7261
(122,114,97)
#6C6556
(108,101,86)
#5E584B
(94,88,75)
#504B40
(80,75,64)
#423E35
(66,62,53)
#34312A
(52,49,42)
#26241F
(38,36,31)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #A49982

#A49982
(164,153,130)
#ACA28D
(172,162,141)
#B4AB98
(180,171,152)
#BCB4A3
(188,180,163)
#C4BDAE
(196,189,174)
#CCC6B9
(204,198,185)
#D4CFC4
(212,207,196)
#DCD8CF
(220,216,207)
#E4E1DA
(228,225,218)
#ECEAE5
(236,234,229)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49982; }

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

This text font color is #A49982.


Background Color

.myBgColor { background-color: #A49982; }

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

This div background color is #A49982.


Border color

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

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

This div border color is #A49982.


Opacity

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

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

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

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

This text has shadow with #A49982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49982 on black background.


Color preview on white background

This text has color #A49982 on white background.



Black color preview on #A49982 background

This text has black color on #A49982 background.


White color preview on #A49982 background

This text has white color on #A49982 background.