COLOR #A49682

HEX: #A49682 RGB: (164,150,130)

Color info

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

RGB color model

#A49682 color RGB value is (164,150,130).

RGB: (164,150,130) (64%, 59%, 51%)

RGB channels and saturation

R 164 of 255 = 64%
G 150 of 255 = 59%
B 130 of 255 = 51%

164
150
130

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

Portions of RGB colors in percentages

R + G + B = 164 + 150 + 130 = 444 (100%)
R 164 of 444 ~ 36.94%
G 150 of 444 ~ 33.78%
B 130 of 444 ~ 29.28'%

%36.94
%33.78
%29.28

CMYK color model

#A49682 color CMYK value is (0,9,21,36).

  • cyan value is 0.00%
  • magenta value is 8.54%
  • yellow value is 20.73%
  • key color value is 35.69%

CMYK: (0,9,21,36)
C0M9Y21K36 (0%, 9%, 21%, 36%)
(0.00 / 0.09 / 0.21 / 0.36)

CMYK percentages

%0
%8.54
%20.73
%35.69

Codes

Color #A49682 in popluar color models

A4 96 82
RGB 164 150 130
HSL 35° 15.74% 57.65%
HSB/HSV 35° 20.73% 64.31%
CMYK 0.00% 8.54% 20.73%
35.69%

Color #A49682 in popluar number systems.

HEX A4 96 82
Decimal 164 150 130
Binary 10100100 10010110 10000010
Octal 244 226 202

Shades and tints

Shades of #A49682

#A49682
(164,150,130)
#968977
(150,137,119)
#887C6C
(136,124,108)
#7A6F61
(122,111,97)
#6C6256
(108,98,86)
#5E554B
(94,85,75)
#504840
(80,72,64)
#423B35
(66,59,53)
#342E2A
(52,46,42)
#26211F
(38,33,31)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #A49682

#A49682
(164,150,130)
#AC9F8D
(172,159,141)
#B4A898
(180,168,152)
#BCB1A3
(188,177,163)
#C4BAAE
(196,186,174)
#CCC3B9
(204,195,185)
#D4CCC4
(212,204,196)
#DCD5CF
(220,213,207)
#E4DEDA
(228,222,218)
#ECE7E5
(236,231,229)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49682; }

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

This text font color is #A49682.

Background Color

.myBgColor { background-color: #A49682; }

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

This div background color is #A49682.

Border color

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

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

This div border color is #A49682.

Opacity

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

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

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

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

This text has shadow with #A49682 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49682.

Preview

Color preview on black background

This text has color #A49682 on black background.


Color preview on white background

This text has color #A49682 on white background.


Black color preview on #A49682 background

This text has black color on #A49682 background.


White color preview on #A49682 background

This text has white color on #A49682 background.


Related colors

Complementary color

Complementary color for #hex is #5B697D.


I love getcolorcode.com

Triadic colors

1 #82A496 and #9682A4 with #A49682 are triadic colors.

2 #8296A4 and #96A482 with #A49682 are triadic colors.