COLOR #A4AF96

HEX: #A4AF96
RGB: (164,175,150)

Color info

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

RGB color model

#A4AF96 color RGB value is (164,175,150).

  • red value is 164;
  • green value is 175;
  • blue value is 150.
RGB:
(164,175,150)
(64%,69%,59%)

RGB channels and saturation

R 164 of 255 = 64%
G 175 of 255 = 69%
B 150 of 255 = 59%

164
175
150

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

Portions of RGB colors in percentages

R + G + B =
164 + 175 + 150 = 489 (100%)
R 164 of 489 ~ 33.54%
G 175 of 489 ~ 35.79%
B 150 of 489 ~ 30.67%

%33.54
%35.79
%30.67

CMYK color model

#A4AF96 color CMYK value is (6,0,14,31).

  • cyan value is 6.29%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 31.37%
CMYK:
(6,0,14,31)
C6M0Y14K31 
(6%,0%,14%,31%)
(0.06/0.00/0.14/0.31)	

CMYK percentages

%6.29
%0
%14.29
%31.37

Codes

Color #A4AF96 in popluar color models

A4AF96
RGB164175150
HSL86°13.51%63.73%
HSB/HSV86°14.29%68.63%
CMYK6.29%0.00%14.29%
31.37%

Color #A4AF96 in popluar number systems.

HEXA4AF96
Decimal164175150
Binary101001001010111110010110
Octal244257226

Shades and tints

Shades of #A4AF96

#A4AF96
(164,175,150)
#96A089
(150,160,137)
#88917C
(136,145,124)
#7A826F
(122,130,111)
#6C7362
(108,115,98)
#5E6455
(94,100,85)
#505548
(80,85,72)
#42463B
(66,70,59)
#34372E
(52,55,46)
#262821
(38,40,33)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #A4AF96

#A4AF96
(164,175,150)
#ACB69F
(172,182,159)
#B4BDA8
(180,189,168)
#BCC4B1
(188,196,177)
#C4CBBA
(196,203,186)
#CCD2C3
(204,210,195)
#D4D9CC
(212,217,204)
#DCE0D5
(220,224,213)
#E4E7DE
(228,231,222)
#ECEEE7
(236,238,231)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AF96; }

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

This text font color is #A4AF96.


Background Color

.myBgColor { background-color: #A4AF96; }

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

This div background color is #A4AF96.


Border color

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

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

This div border color is #A4AF96.


Opacity

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

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

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

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

This text has shadow with #A4AF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AF96 on black background.


Color preview on white background

This text has color #A4AF96 on white background.



Black color preview on #A4AF96 background

This text has black color on #A4AF96 background.


White color preview on #A4AF96 background

This text has white color on #A4AF96 background.