COLOR #A49F9D

HEX: #A49F9D
RGB: (164,159,157)

Color info

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

RGB color model

#A49F9D color RGB value is (164,159,157).

  • red value is 164;
  • green value is 159;
  • blue value is 157.
RGB:
(164,159,157)
(64%,62%,62%)

RGB channels and saturation

R 164 of 255 = 64%
G 159 of 255 = 62%
B 157 of 255 = 62%

164
159
157

R + G + B ~ 63%. #A49F9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 159 + 157 = 480 (100%)
R 164 of 480 ~ 34.17%
G 159 of 480 ~ 33.13%
B 157 of 480 ~ 32.71%

%34.17
%33.13
%32.71

CMYK color model

#A49F9D color CMYK value is (0,3,4,36).

  • cyan value is 0.00%
  • magenta value is 3.05%
  • yellow value is 4.27%
  • key color value is 35.69%
CMYK:
(0,3,4,36)
C0M3Y4K36 
(0%,3%,4%,36%)
(0.00/0.03/0.04/0.36)	

CMYK percentages

%0
%3.05
%4.27
%35.69

Codes

Color #A49F9D in popluar color models

A49F9D
RGB164159157
HSL17°3.70%62.94%
HSB/HSV17°4.27%64.31%
CMYK0.00%3.05%4.27%
35.69%

Color #A49F9D in popluar number systems.

HEXA49F9D
Decimal164159157
Binary101001001001111110011101
Octal244237235

Shades and tints

Shades of #A49F9D

#A49F9D
(164,159,157)
#96918F
(150,145,143)
#888381
(136,131,129)
#7A7573
(122,117,115)
#6C6765
(108,103,101)
#5E5957
(94,89,87)
#504B49
(80,75,73)
#423D3B
(66,61,59)
#342F2D
(52,47,45)
#26211F
(38,33,31)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #A49F9D

#A49F9D
(164,159,157)
#ACA7A5
(172,167,165)
#B4AFAD
(180,175,173)
#BCB7B5
(188,183,181)
#C4BFBD
(196,191,189)
#CCC7C5
(204,199,197)
#D4CFCD
(212,207,205)
#DCD7D5
(220,215,213)
#E4DFDD
(228,223,221)
#ECE7E5
(236,231,229)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A49F9D color. Also use rgb(164,159,157) instead hex code.

Text Font Color

.myTextColor { color: #A49F9D; }

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

This text font color is #A49F9D.


Background Color

.myBgColor { background-color: #A49F9D; }

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

This div background color is #A49F9D.


Border color

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

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

This div border color is #A49F9D.


Opacity

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

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

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

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

This text has shadow with #A49F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49F9D on black background.


Color preview on white background

This text has color #A49F9D on white background.



Black color preview on #A49F9D background

This text has black color on #A49F9D background.


White color preview on #A49F9D background

This text has white color on #A49F9D background.