COLOR #A4A79F

HEX: #A4A79F
RGB: (164,167,159)

Color info

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

RGB color model

#A4A79F color RGB value is (164,167,159).

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

RGB channels and saturation

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

164
167
159

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

Portions of RGB colors in percentages

R + G + B =
164 + 167 + 159 = 490 (100%)
R 164 of 490 ~ 33.47%
G 167 of 490 ~ 34.08%
B 159 of 490 ~ 32.45%

%33.47
%34.08
%32.45

CMYK color model

#A4A79F color CMYK value is (2,0,5,35).

  • cyan value is 1.80%
  • magenta value is 0.00%
  • yellow value is 4.79%
  • key color value is 34.51%
CMYK:
(2,0,5,35)
C2M0Y5K35 
(2%,0%,5%,35%)
(0.02/0.00/0.05/0.35)	

CMYK percentages

%1.8
%0
%4.79
%34.51

Codes

Color #A4A79F in popluar color models

A4A79F
RGB164167159
HSL82°4.35%63.92%
HSB/HSV82°4.79%65.49%
CMYK1.80%0.00%4.79%
34.51%

Color #A4A79F in popluar number systems.

HEXA4A79F
Decimal164167159
Binary101001001010011110011111
Octal244247237

Shades and tints

Shades of #A4A79F

#A4A79F
(164,167,159)
#969891
(150,152,145)
#888983
(136,137,131)
#7A7A75
(122,122,117)
#6C6B67
(108,107,103)
#5E5C59
(94,92,89)
#504D4B
(80,77,75)
#423E3D
(66,62,61)
#342F2F
(52,47,47)
#262021
(38,32,33)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #A4A79F

#A4A79F
(164,167,159)
#ACAFA7
(172,175,167)
#B4B7AF
(180,183,175)
#BCBFB7
(188,191,183)
#C4C7BF
(196,199,191)
#CCCFC7
(204,207,199)
#D4D7CF
(212,215,207)
#DCDFD7
(220,223,215)
#E4E7DF
(228,231,223)
#ECEFE7
(236,239,231)
#F4F7EF
(244,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A79F; }

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

This text font color is #A4A79F.


Background Color

.myBgColor { background-color: #A4A79F; }

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

This div background color is #A4A79F.


Border color

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

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

This div border color is #A4A79F.


Opacity

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

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

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

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

This text has shadow with #A4A79F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A79F on black background.


Color preview on white background

This text has color #A4A79F on white background.



Black color preview on #A4A79F background

This text has black color on #A4A79F background.


White color preview on #A4A79F background

This text has white color on #A4A79F background.