COLOR #A4A49D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

164
164
157

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

Portions of RGB colors in percentages

R + G + B =
164 + 164 + 157 = 485 (100%)
R 164 of 485 ~ 33.81%
G 164 of 485 ~ 33.81%
B 157 of 485 ~ 32.37%

%33.81
%33.81
%32.37

CMYK color model

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

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

CMYK percentages

%0
%0
%4.27
%35.69

Codes

Color #A4A49D in popluar color models

A4A49D
RGB164164157
HSL60°3.70%62.94%
HSB/HSV60°4.27%64.31%
CMYK0.00%0.00%4.27%
35.69%

Color #A4A49D in popluar number systems.

HEXA4A49D
Decimal164164157
Binary101001001010010010011101
Octal244244235

Shades and tints

Shades of #A4A49D

#A4A49D
(164,164,157)
#96968F
(150,150,143)
#888881
(136,136,129)
#7A7A73
(122,122,115)
#6C6C65
(108,108,101)
#5E5E57
(94,94,87)
#505049
(80,80,73)
#42423B
(66,66,59)
#34342D
(52,52,45)
#26261F
(38,38,31)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #A4A49D

#A4A49D
(164,164,157)
#ACACA5
(172,172,165)
#B4B4AD
(180,180,173)
#BCBCB5
(188,188,181)
#C4C4BD
(196,196,189)
#CCCCC5
(204,204,197)
#D4D4CD
(212,212,205)
#DCDCD5
(220,220,213)
#E4E4DD
(228,228,221)
#ECECE5
(236,236,229)
#F4F4ED
(244,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A49D; }

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

This text font color is #A4A49D.


Background Color

.myBgColor { background-color: #A4A49D; }

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

This div background color is #A4A49D.


Border color

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

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

This div border color is #A4A49D.


Opacity

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

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

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

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

This text has shadow with #A4A49D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A49D on black background.


Color preview on white background

This text has color #A4A49D on white background.



Black color preview on #A4A49D background

This text has black color on #A4A49D background.


White color preview on #A4A49D background

This text has white color on #A4A49D background.