COLOR #A49588

HEX: #A49588
RGB: (164,149,136)

Color info

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

RGB color model

#A49588 color RGB value is (164,149,136).

  • red value is 164;
  • green value is 149;
  • blue value is 136.
RGB:
(164,149,136)
(64%,58%,53%)

RGB channels and saturation

R 164 of 255 = 64%
G 149 of 255 = 58%
B 136 of 255 = 53%

164
149
136

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

Portions of RGB colors in percentages

R + G + B =
164 + 149 + 136 = 449 (100%)
R 164 of 449 ~ 36.53%
G 149 of 449 ~ 33.18%
B 136 of 449 ~ 30.29%

%36.53
%33.18
%30.29

CMYK color model

#A49588 color CMYK value is (0,9,17,36).

  • cyan value is 0.00%
  • magenta value is 9.15%
  • yellow value is 17.07%
  • key color value is 35.69%
CMYK:
(0,9,17,36)
C0M9Y17K36 
(0%,9%,17%,36%)
(0.00/0.09/0.17/0.36)	

CMYK percentages

%0
%9.15
%17.07
%35.69

Codes

Color #A49588 in popluar color models

A49588
RGB164149136
HSL28°13.33%58.82%
HSB/HSV28°17.07%64.31%
CMYK0.00%9.15%17.07%
35.69%

Color #A49588 in popluar number systems.

HEXA49588
Decimal164149136
Binary101001001001010110001000
Octal244225210

Shades and tints

Shades of #A49588

#A49588
(164,149,136)
#96887C
(150,136,124)
#887B70
(136,123,112)
#7A6E64
(122,110,100)
#6C6158
(108,97,88)
#5E544C
(94,84,76)
#504740
(80,71,64)
#423A34
(66,58,52)
#342D28
(52,45,40)
#26201C
(38,32,28)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #A49588

#A49588
(164,149,136)
#AC9E92
(172,158,146)
#B4A79C
(180,167,156)
#BCB0A6
(188,176,166)
#C4B9B0
(196,185,176)
#CCC2BA
(204,194,186)
#D4CBC4
(212,203,196)
#DCD4CE
(220,212,206)
#E4DDD8
(228,221,216)
#ECE6E2
(236,230,226)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49588 color. Also use rgb(164,149,136) instead hex code.

Text Font Color

.myTextColor { color: #A49588; }

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

This text font color is #A49588.


Background Color

.myBgColor { background-color: #A49588; }

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

This div background color is #A49588.


Border color

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

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

This div border color is #A49588.


Opacity

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

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

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

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

This text has shadow with #A49588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49588 on black background.


Color preview on white background

This text has color #A49588 on white background.



Black color preview on #A49588 background

This text has black color on #A49588 background.


White color preview on #A49588 background

This text has white color on #A49588 background.