COLOR #A7AF96

HEX: #A7AF96
RGB: (167,175,150)

Color info

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

RGB color model

#A7AF96 color RGB value is (167,175,150).

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

RGB channels and saturation

R 167 of 255 = 65%
G 175 of 255 = 69%
B 150 of 255 = 59%

167
175
150

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

Portions of RGB colors in percentages

R + G + B =
167 + 175 + 150 = 492 (100%)
R 167 of 492 ~ 33.94%
G 175 of 492 ~ 35.57%
B 150 of 492 ~ 30.49%

%33.94
%35.57
%30.49

CMYK color model

#A7AF96 color CMYK value is (5,0,14,31).

  • cyan value is 4.57%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 31.37%
CMYK:
(5,0,14,31)
C5M0Y14K31 
(5%,0%,14%,31%)
(0.05/0.00/0.14/0.31)	

CMYK percentages

%4.57
%0
%14.29
%31.37

Codes

Color #A7AF96 in popluar color models

A7AF96
RGB167175150
HSL79°13.51%63.73%
HSB/HSV79°14.29%68.63%
CMYK4.57%0.00%14.29%
31.37%

Color #A7AF96 in popluar number systems.

HEXA7AF96
Decimal167175150
Binary101001111010111110010110
Octal247257226

Shades and tints

Shades of #A7AF96

#A7AF96
(167,175,150)
#98A089
(152,160,137)
#89917C
(137,145,124)
#7A826F
(122,130,111)
#6B7362
(107,115,98)
#5C6455
(92,100,85)
#4D5548
(77,85,72)
#3E463B
(62,70,59)
#2F372E
(47,55,46)
#202821
(32,40,33)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #A7AF96

#A7AF96
(167,175,150)
#AFB69F
(175,182,159)
#B7BDA8
(183,189,168)
#BFC4B1
(191,196,177)
#C7CBBA
(199,203,186)
#CFD2C3
(207,210,195)
#D7D9CC
(215,217,204)
#DFE0D5
(223,224,213)
#E7E7DE
(231,231,222)
#EFEEE7
(239,238,231)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AF96; }

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

This text font color is #A7AF96.


Background Color

.myBgColor { background-color: #A7AF96; }

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

This div background color is #A7AF96.


Border color

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

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

This div border color is #A7AF96.


Opacity

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

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

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

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

This text has shadow with #A7AF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AF96 on black background.


Color preview on white background

This text has color #A7AF96 on white background.



Black color preview on #A7AF96 background

This text has black color on #A7AF96 background.


White color preview on #A7AF96 background

This text has white color on #A7AF96 background.