COLOR #A7AA73

HEX: #A7AA73
RGB: (167,170,115)

Color info

#A7AA73 contains red, green and blue colors in about the same proportion. Web safe color of #A7AA73 is #999966 (or #996).

RGB color model

#A7AA73 color RGB value is (167,170,115).

  • red value is 167;
  • green value is 170;
  • blue value is 115.
RGB:
(167,170,115)
(65%,67%,45%)

RGB channels and saturation

R 167 of 255 = 65%
G 170 of 255 = 67%
B 115 of 255 = 45%

167
170
115

R + G + B ~ 59%. #A7AA73 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
167 + 170 + 115 = 452 (100%)
R 167 of 452 ~ 36.95%
G 170 of 452 ~ 37.61%
B 115 of 452 ~ 25.44%

%36.95
%37.61
%25.44

CMYK color model

#A7AA73 color CMYK value is (2,0,32,33).

  • cyan value is 1.76%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 33.33%
CMYK:
(2,0,32,33)
C2M0Y32K33 
(2%,0%,32%,33%)
(0.02/0.00/0.32/0.33)	

CMYK percentages

%1.76
%0
%32.35
%33.33

Codes

Color #A7AA73 in popluar color models

A7AA73
RGB167170115
HSL63°24.44%55.88%
HSB/HSV63°32.35%66.67%
CMYK1.76%0.00%32.35%
33.33%

Color #A7AA73 in popluar number systems.

HEXA7AA73
Decimal167170115
Binary10100111101010101110011
Octal247252163

Shades and tints

Shades of #A7AA73

#A7AA73
(167,170,115)
#989B69
(152,155,105)
#898C5F
(137,140,95)
#7A7D55
(122,125,85)
#6B6E4B
(107,110,75)
#5C5F41
(92,95,65)
#4D5037
(77,80,55)
#3E412D
(62,65,45)
#2F3223
(47,50,35)
#202319
(32,35,25)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #A7AA73

#A7AA73
(167,170,115)
#AFB17F
(175,177,127)
#B7B88B
(183,184,139)
#BFBF97
(191,191,151)
#C7C6A3
(199,198,163)
#CFCDAF
(207,205,175)
#D7D4BB
(215,212,187)
#DFDBC7
(223,219,199)
#E7E2D3
(231,226,211)
#EFE9DF
(239,233,223)
#F7F0EB
(247,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7AA73 color. Also use rgb(167,170,115) instead hex code.

Text Font Color

.myTextColor { color: #A7AA73; }

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

This text font color is #A7AA73.


Background Color

.myBgColor { background-color: #A7AA73; }

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

This div background color is #A7AA73.


Border color

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

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

This div border color is #A7AA73.


Opacity

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

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

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

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

This text has shadow with #A7AA73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7AA73 on black background.


Color preview on white background

This text has color #A7AA73 on white background.



Black color preview on #A7AA73 background

This text has black color on #A7AA73 background.


White color preview on #A7AA73 background

This text has white color on #A7AA73 background.