COLOR #A49187

HEX: #A49187 RGB: (164,145,135)

Color info

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

RGB color model

#A49187 color RGB value is (164,145,135).

RGB: (164,145,135) (64%, 57%, 53%)

RGB channels and saturation

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

164
145
135

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

Portions of RGB colors in percentages

R + G + B = 164 + 145 + 135 = 444 (100%)
R 164 of 444 ~ 36.94%
G 145 of 444 ~ 32.66%
B 135 of 444 ~ 30.41'%

%36.94
%32.66
%30.41

CMYK color model

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

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

Codes

Color #A49187 in popluar color models

A4 91 87
RGB 164 145 135
HSL 21° 13.74% 58.63%
HSB/HSV 21° 17.68% 64.31%
CMYK 0.00% 11.59% 17.68%
35.69%

Color #A49187 in popluar number systems.

HEX A4 91 87
Decimal 164 145 135
Binary 10100100 10010001 10000111
Octal 244 221 207

Shades and tints

Shades of #A49187

#A49187
(164,145,135)
#96847B
(150,132,123)
#88776F
(136,119,111)
#7A6A63
(122,106,99)
#6C5D57
(108,93,87)
#5E504B
(94,80,75)
#50433F
(80,67,63)
#423633
(66,54,51)
#342927
(52,41,39)
#261C1B
(38,28,27)
#180F0F
(24,15,15)
#000000
(0,0,0)

Tints of #A49187

#A49187
(164,145,135)
#AC9B91
(172,155,145)
#B4A59B
(180,165,155)
#BCAFA5
(188,175,165)
#C4B9AF
(196,185,175)
#CCC3B9
(204,195,185)
#D4CDC3
(212,205,195)
#DCD7CD
(220,215,205)
#E4E1D7
(228,225,215)
#ECEBE1
(236,235,225)
#F4F5EB
(244,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49187; }

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

This text font color is #A49187.

Background Color

.myBgColor { background-color: #A49187; }

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

This div background color is #A49187.

Border color

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

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

This div border color is #A49187.

Opacity

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

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

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

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

This text has shadow with #A49187 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49187.

Preview

Color preview on black background

This text has color #A49187 on black background.


Color preview on white background

This text has color #A49187 on white background.


Black color preview on #A49187 background

This text has black color on #A49187 background.


White color preview on #A49187 background

This text has white color on #A49187 background.


Related colors

Complementary color

Complementary color for #hex is #5B6E78.


I love getcolorcode.com

Triadic colors

1 #87A491 and #9187A4 with #A49187 are triadic colors.

2 #8791A4 and #91A487 with #A49187 are triadic colors.