COLOR #A49E88

HEX: #A49E88
RGB: (164,158,136)

Color info

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

RGB color model

#A49E88 color RGB value is (164,158,136).

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

RGB channels and saturation

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

164
158
136

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

Portions of RGB colors in percentages

R + G + B =
164 + 158 + 136 = 458 (100%)
R 164 of 458 ~ 35.81%
G 158 of 458 ~ 34.5%
B 136 of 458 ~ 29.69%

%35.81
%34.5
%29.69

CMYK color model

#A49E88 color CMYK value is (0,4,17,36).

  • cyan value is 0.00%
  • magenta value is 3.66%
  • yellow value is 17.07%
  • key color value is 35.69%
CMYK:
(0,4,17,36)
C0M4Y17K36 
(0%,4%,17%,36%)
(0.00/0.04/0.17/0.36)	

CMYK percentages

%0
%3.66
%17.07
%35.69

Codes

Color #A49E88 in popluar color models

A49E88
RGB164158136
HSL47°13.33%58.82%
HSB/HSV47°17.07%64.31%
CMYK0.00%3.66%17.07%
35.69%

Color #A49E88 in popluar number systems.

HEXA49E88
Decimal164158136
Binary101001001001111010001000
Octal244236210

Shades and tints

Shades of #A49E88

#A49E88
(164,158,136)
#96907C
(150,144,124)
#888270
(136,130,112)
#7A7464
(122,116,100)
#6C6658
(108,102,88)
#5E584C
(94,88,76)
#504A40
(80,74,64)
#423C34
(66,60,52)
#342E28
(52,46,40)
#26201C
(38,32,28)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #A49E88

#A49E88
(164,158,136)
#ACA692
(172,166,146)
#B4AE9C
(180,174,156)
#BCB6A6
(188,182,166)
#C4BEB0
(196,190,176)
#CCC6BA
(204,198,186)
#D4CEC4
(212,206,196)
#DCD6CE
(220,214,206)
#E4DED8
(228,222,216)
#ECE6E2
(236,230,226)
#F4EEEC
(244,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49E88; }

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

This text font color is #A49E88.


Background Color

.myBgColor { background-color: #A49E88; }

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

This div background color is #A49E88.


Border color

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

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

This div border color is #A49E88.


Opacity

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

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

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

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

This text has shadow with #A49E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49E88 on black background.


Color preview on white background

This text has color #A49E88 on white background.



Black color preview on #A49E88 background

This text has black color on #A49E88 background.


White color preview on #A49E88 background

This text has white color on #A49E88 background.