COLOR #A4A79D

HEX: #A4A79D
RGB: (164,167,157)

Color info

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

RGB color model

#A4A79D color RGB value is (164,167,157).

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

RGB channels and saturation

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

164
167
157

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

Portions of RGB colors in percentages

R + G + B =
164 + 167 + 157 = 488 (100%)
R 164 of 488 ~ 33.61%
G 167 of 488 ~ 34.22%
B 157 of 488 ~ 32.17%

%33.61
%34.22
%32.17

CMYK color model

#A4A79D color CMYK value is (2,0,6,35).

  • cyan value is 1.80%
  • magenta value is 0.00%
  • yellow value is 5.99%
  • key color value is 34.51%
CMYK:
(2,0,6,35)
C2M0Y6K35 
(2%,0%,6%,35%)
(0.02/0.00/0.06/0.35)	

CMYK percentages

%1.8
%0
%5.99
%34.51

Codes

Color #A4A79D in popluar color models

A4A79D
RGB164167157
HSL78°5.38%63.53%
HSB/HSV78°5.99%65.49%
CMYK1.80%0.00%5.99%
34.51%

Color #A4A79D in popluar number systems.

HEXA4A79D
Decimal164167157
Binary101001001010011110011101
Octal244247235

Shades and tints

Shades of #A4A79D

#A4A79D
(164,167,157)
#96988F
(150,152,143)
#888981
(136,137,129)
#7A7A73
(122,122,115)
#6C6B65
(108,107,101)
#5E5C57
(94,92,87)
#504D49
(80,77,73)
#423E3B
(66,62,59)
#342F2D
(52,47,45)
#26201F
(38,32,31)
#181111
(24,17,17)
#000000
(0,0,0)

Tints of #A4A79D

#A4A79D
(164,167,157)
#ACAFA5
(172,175,165)
#B4B7AD
(180,183,173)
#BCBFB5
(188,191,181)
#C4C7BD
(196,199,189)
#CCCFC5
(204,207,197)
#D4D7CD
(212,215,205)
#DCDFD5
(220,223,213)
#E4E7DD
(228,231,221)
#ECEFE5
(236,239,229)
#F4F7ED
(244,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A79D; }

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

This text font color is #A4A79D.


Background Color

.myBgColor { background-color: #A4A79D; }

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

This div background color is #A4A79D.


Border color

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

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

This div border color is #A4A79D.


Opacity

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

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

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

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

This text has shadow with #A4A79D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A79D on black background.


Color preview on white background

This text has color #A4A79D on white background.



Black color preview on #A4A79D background

This text has black color on #A4A79D background.


White color preview on #A4A79D background

This text has white color on #A4A79D background.