COLOR #A49087

HEX: #A49087 RGB: (164,144,135)

Color info

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

RGB color model

#A49087 color RGB value is (164,144,135).

RGB: (164,144,135) (64%, 56%, 53%)

RGB channels and saturation

R 164 of 255 = 64%
G 144 of 255 = 56%
B 135 of 255 = 53%

164
144
135

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

Portions of RGB colors in percentages

R + G + B = 164 + 144 + 135 = 443 (100%)
R 164 of 443 ~ 37.02%
G 144 of 443 ~ 32.51%
B 135 of 443 ~ 30.47'%

%37.02
%32.51
%30.47

CMYK color model

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

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

Codes

Color #A49087 in popluar color models

A4 90 87
RGB 164 144 135
HSL 19° 13.74% 58.63%
HSB/HSV 19° 17.68% 64.31%
CMYK 0.00% 12.20% 17.68%
35.69%

Color #A49087 in popluar number systems.

HEX A4 90 87
Decimal 164 144 135
Binary 10100100 10010000 10000111
Octal 244 220 207

Shades and tints

Shades of #A49087

#A49087
(164,144,135)
#96837B
(150,131,123)
#88766F
(136,118,111)
#7A6963
(122,105,99)
#6C5C57
(108,92,87)
#5E4F4B
(94,79,75)
#50423F
(80,66,63)
#423533
(66,53,51)
#342827
(52,40,39)
#261B1B
(38,27,27)
#180E0F
(24,14,15)
#000000
(0,0,0)

Tints of #A49087

#A49087
(164,144,135)
#AC9A91
(172,154,145)
#B4A49B
(180,164,155)
#BCAEA5
(188,174,165)
#C4B8AF
(196,184,175)
#CCC2B9
(204,194,185)
#D4CCC3
(212,204,195)
#DCD6CD
(220,214,205)
#E4E0D7
(228,224,215)
#ECEAE1
(236,234,225)
#F4F4EB
(244,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49087; }

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

This text font color is #A49087.

Background Color

.myBgColor { background-color: #A49087; }

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

This div background color is #A49087.

Border color

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

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

This div border color is #A49087.

Opacity

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

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

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

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

This text has shadow with #A49087 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A49087.

Preview

Color preview on black background

This text has color #A49087 on black background.


Color preview on white background

This text has color #A49087 on white background.


Black color preview on #A49087 background

This text has black color on #A49087 background.


White color preview on #A49087 background

This text has white color on #A49087 background.


Related colors

Complementary color

Complementary color for #hex is #5B6F78.


I love getcolorcode.com

Triadic colors

1 #87A490 and #9087A4 with #A49087 are triadic colors.

2 #8790A4 and #90A487 with #A49087 are triadic colors.