COLOR #A49D9D

HEX: #A49D9D
RGB: (164,157,157)

Color info

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

RGB color model

#A49D9D color RGB value is (164,157,157).

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

RGB channels and saturation

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

164
157
157

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

Portions of RGB colors in percentages

R + G + B =
164 + 157 + 157 = 478 (100%)
R 164 of 478 ~ 34.31%
G 157 of 478 ~ 32.85%
B 157 of 478 ~ 32.85%

%34.31
%32.85
%32.85

CMYK color model

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

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

CMYK percentages

%0
%4.27
%4.27
%35.69

Codes

Color #A49D9D in popluar color models

A49D9D
RGB164157157
HSL3.70%62.94%
HSB/HSV4.27%64.31%
CMYK0.00%4.27%4.27%
35.69%

Color #A49D9D in popluar number systems.

HEXA49D9D
Decimal164157157
Binary101001001001110110011101
Octal244235235

Shades and tints

Shades of #A49D9D

#A49D9D
(164,157,157)
#968F8F
(150,143,143)
#888181
(136,129,129)
#7A7373
(122,115,115)
#6C6565
(108,101,101)
#5E5757
(94,87,87)
#504949
(80,73,73)
#423B3B
(66,59,59)
#342D2D
(52,45,45)
#261F1F
(38,31,31)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #A49D9D

#A49D9D
(164,157,157)
#ACA5A5
(172,165,165)
#B4ADAD
(180,173,173)
#BCB5B5
(188,181,181)
#C4BDBD
(196,189,189)
#CCC5C5
(204,197,197)
#D4CDCD
(212,205,205)
#DCD5D5
(220,213,213)
#E4DDDD
(228,221,221)
#ECE5E5
(236,229,229)
#F4EDED
(244,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A49D9D; }

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

This text font color is #A49D9D.


Background Color

.myBgColor { background-color: #A49D9D; }

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

This div background color is #A49D9D.


Border color

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

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

This div border color is #A49D9D.


Opacity

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

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

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

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

This text has shadow with #A49D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A49D9D on black background.


Color preview on white background

This text has color #A49D9D on white background.



Black color preview on #A49D9D background

This text has black color on #A49D9D background.


White color preview on #A49D9D background

This text has white color on #A49D9D background.