COLOR #A49186

HEX: #A49186
RGB: (164,145,134)

Color info

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

RGB color model

#A49186 color RGB value is (164,145,134).

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

RGB channels and saturation

R 164 of 255 = 64%
G 145 of 255 = 57%
B 134 of 255 = 53%

164
145
134

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

Portions of RGB colors in percentages

R + G + B =
164 + 145 + 134 = 443 (100%)
R 164 of 443 ~ 37.02%
G 145 of 443 ~ 32.73%
B 134 of 443 ~ 30.25%

%37.02
%32.73
%30.25

CMYK color model

#A49186 color CMYK value is (0,12,18,36).

  • cyan value is 0.00%
  • magenta value is 11.59%
  • yellow value is 18.29%
  • key color value is 35.69%
CMYK:
(0,12,18,36)
C0M12Y18K36 
(0%,12%,18%,36%)
(0.00/0.12/0.18/0.36)	

CMYK percentages

%0
%11.59
%18.29
%35.69

Codes

Color #A49186 in popluar color models

A49186
RGB164145134
HSL22°14.15%58.43%
HSB/HSV22°18.29%64.31%
CMYK0.00%11.59%18.29%
35.69%

Color #A49186 in popluar number systems.

HEXA49186
Decimal164145134
Binary101001001001000110000110
Octal244221206

Shades and tints

Shades of #A49186

#A49186
(164,145,134)
#96847A
(150,132,122)
#88776E
(136,119,110)
#7A6A62
(122,106,98)
#6C5D56
(108,93,86)
#5E504A
(94,80,74)
#50433E
(80,67,62)
#423632
(66,54,50)
#342926
(52,41,38)
#261C1A
(38,28,26)
#180F0E
(24,15,14)
#000000
(0,0,0)

Tints of #A49186

#A49186
(164,145,134)
#AC9B91
(172,155,145)
#B4A59C
(180,165,156)
#BCAFA7
(188,175,167)
#C4B9B2
(196,185,178)
#CCC3BD
(204,195,189)
#D4CDC8
(212,205,200)
#DCD7D3
(220,215,211)
#E4E1DE
(228,225,222)
#ECEBE9
(236,235,233)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49186; }

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

This text font color is #A49186.


Background Color

.myBgColor { background-color: #A49186; }

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

This div background color is #A49186.


Border color

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

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

This div border color is #A49186.


Opacity

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

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

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

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

This text has shadow with #A49186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49186 on black background.


Color preview on white background

This text has color #A49186 on white background.



Black color preview on #A49186 background

This text has black color on #A49186 background.


White color preview on #A49186 background

This text has white color on #A49186 background.