COLOR #A49E86

HEX: #A49E86
RGB: (164,158,134)

Color info

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

RGB color model

#A49E86 color RGB value is (164,158,134).

  • red value is 164;
  • green value is 158;
  • blue value is 134.
RGB:
(164,158,134)
(64%,62%,53%)

RGB channels and saturation

R 164 of 255 = 64%
G 158 of 255 = 62%
B 134 of 255 = 53%

164
158
134

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

Portions of RGB colors in percentages

R + G + B =
164 + 158 + 134 = 456 (100%)
R 164 of 456 ~ 35.96%
G 158 of 456 ~ 34.65%
B 134 of 456 ~ 29.39%

%35.96
%34.65
%29.39

CMYK color model

#A49E86 color CMYK value is (0,4,18,36).

  • cyan value is 0.00%
  • magenta value is 3.66%
  • yellow value is 18.29%
  • key color value is 35.69%
CMYK:
(0,4,18,36)
C0M4Y18K36 
(0%,4%,18%,36%)
(0.00/0.04/0.18/0.36)	

CMYK percentages

%0
%3.66
%18.29
%35.69

Codes

Color #A49E86 in popluar color models

A49E86
RGB164158134
HSL48°14.15%58.43%
HSB/HSV48°18.29%64.31%
CMYK0.00%3.66%18.29%
35.69%

Color #A49E86 in popluar number systems.

HEXA49E86
Decimal164158134
Binary101001001001111010000110
Octal244236206

Shades and tints

Shades of #A49E86

#A49E86
(164,158,134)
#96907A
(150,144,122)
#88826E
(136,130,110)
#7A7462
(122,116,98)
#6C6656
(108,102,86)
#5E584A
(94,88,74)
#504A3E
(80,74,62)
#423C32
(66,60,50)
#342E26
(52,46,38)
#26201A
(38,32,26)
#18120E
(24,18,14)
#000000
(0,0,0)

Tints of #A49E86

#A49E86
(164,158,134)
#ACA691
(172,166,145)
#B4AE9C
(180,174,156)
#BCB6A7
(188,182,167)
#C4BEB2
(196,190,178)
#CCC6BD
(204,198,189)
#D4CEC8
(212,206,200)
#DCD6D3
(220,214,211)
#E4DEDE
(228,222,222)
#ECE6E9
(236,230,233)
#F4EEF4
(244,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49E86 color. Also use rgb(164,158,134) instead hex code.

Text Font Color

.myTextColor { color: #A49E86; }

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

This text font color is #A49E86.


Background Color

.myBgColor { background-color: #A49E86; }

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

This div background color is #A49E86.


Border color

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

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

This div border color is #A49E86.


Opacity

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

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

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

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

This text has shadow with #A49E86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49E86 on black background.


Color preview on white background

This text has color #A49E86 on white background.



Black color preview on #A49E86 background

This text has black color on #A49E86 background.


White color preview on #A49E86 background

This text has white color on #A49E86 background.