COLOR #A4A89D

HEX: #A4A89D
RGB: (164,168,157)

Color info

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

RGB color model

#A4A89D color RGB value is (164,168,157).

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

RGB channels and saturation

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

164
168
157

R + G + B ~ 64%. #A4A89D is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 168 + 157 = 489 (100%)
R 164 of 489 ~ 33.54%
G 168 of 489 ~ 34.36%
B 157 of 489 ~ 32.11%

%33.54
%34.36
%32.11

CMYK color model

#A4A89D color CMYK value is (2,0,7,34).

  • cyan value is 2.38%
  • magenta value is 0.00%
  • yellow value is 6.55%
  • key color value is 34.12%
CMYK:
(2,0,7,34)
C2M0Y7K34 
(2%,0%,7%,34%)
(0.02/0.00/0.07/0.34)	

CMYK percentages

%2.38
%0
%6.55
%34.12

Codes

Color #A4A89D in popluar color models

A4A89D
RGB164168157
HSL82°5.95%63.73%
HSB/HSV82°6.55%65.88%
CMYK2.38%0.00%6.55%
34.12%

Color #A4A89D in popluar number systems.

HEXA4A89D
Decimal164168157
Binary101001001010100010011101
Octal244250235

Shades and tints

Shades of #A4A89D

#A4A89D
(164,168,157)
#96998F
(150,153,143)
#888A81
(136,138,129)
#7A7B73
(122,123,115)
#6C6C65
(108,108,101)
#5E5D57
(94,93,87)
#504E49
(80,78,73)
#423F3B
(66,63,59)
#34302D
(52,48,45)
#26211F
(38,33,31)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #A4A89D

#A4A89D
(164,168,157)
#ACAFA5
(172,175,165)
#B4B6AD
(180,182,173)
#BCBDB5
(188,189,181)
#C4C4BD
(196,196,189)
#CCCBC5
(204,203,197)
#D4D2CD
(212,210,205)
#DCD9D5
(220,217,213)
#E4E0DD
(228,224,221)
#ECE7E5
(236,231,229)
#F4EEED
(244,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A89D; }

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

This text font color is #A4A89D.


Background Color

.myBgColor { background-color: #A4A89D; }

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

This div background color is #A4A89D.


Border color

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

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

This div border color is #A4A89D.


Opacity

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

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

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

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

This text has shadow with #A4A89D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A89D on black background.


Color preview on white background

This text has color #A4A89D on white background.



Black color preview on #A4A89D background

This text has black color on #A4A89D background.


White color preview on #A4A89D background

This text has white color on #A4A89D background.