COLOR #A49E9C

HEX: #A49E9C
RGB: (164,158,156)

Color info

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

RGB color model

#A49E9C color RGB value is (164,158,156).

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

RGB channels and saturation

R 164 of 255 = 64%
G 158 of 255 = 62%
B 156 of 255 = 61%

164
158
156

R + G + B ~ 62%. #A49E9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 158 + 156 = 478 (100%)
R 164 of 478 ~ 34.31%
G 158 of 478 ~ 33.05%
B 156 of 478 ~ 32.64%

%34.31
%33.05
%32.64

CMYK color model

#A49E9C color CMYK value is (0,4,5,36).

  • cyan value is 0.00%
  • magenta value is 3.66%
  • yellow value is 4.88%
  • key color value is 35.69%
CMYK:
(0,4,5,36)
C0M4Y5K36 
(0%,4%,5%,36%)
(0.00/0.04/0.05/0.36)	

CMYK percentages

%0
%3.66
%4.88
%35.69

Codes

Color #A49E9C in popluar color models

A49E9C
RGB164158156
HSL15°4.21%62.75%
HSB/HSV15°4.88%64.31%
CMYK0.00%3.66%4.88%
35.69%

Color #A49E9C in popluar number systems.

HEXA49E9C
Decimal164158156
Binary101001001001111010011100
Octal244236234

Shades and tints

Shades of #A49E9C

#A49E9C
(164,158,156)
#96908E
(150,144,142)
#888280
(136,130,128)
#7A7472
(122,116,114)
#6C6664
(108,102,100)
#5E5856
(94,88,86)
#504A48
(80,74,72)
#423C3A
(66,60,58)
#342E2C
(52,46,44)
#26201E
(38,32,30)
#181210
(24,18,16)
#000000
(0,0,0)

Tints of #A49E9C

#A49E9C
(164,158,156)
#ACA6A5
(172,166,165)
#B4AEAE
(180,174,174)
#BCB6B7
(188,182,183)
#C4BEC0
(196,190,192)
#CCC6C9
(204,198,201)
#D4CED2
(212,206,210)
#DCD6DB
(220,214,219)
#E4DEE4
(228,222,228)
#ECE6ED
(236,230,237)
#F4EEF6
(244,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49E9C; }

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

This text font color is #A49E9C.


Background Color

.myBgColor { background-color: #A49E9C; }

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

This div background color is #A49E9C.


Border color

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

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

This div border color is #A49E9C.


Opacity

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

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

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

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

This text has shadow with #A49E9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49E9C on black background.


Color preview on white background

This text has color #A49E9C on white background.



Black color preview on #A49E9C background

This text has black color on #A49E9C background.


White color preview on #A49E9C background

This text has white color on #A49E9C background.