COLOR #A7A974

HEX: #A7A974
RGB: (167,169,116)

Color info

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

RGB color model

#A7A974 color RGB value is (167,169,116).

  • red value is 167;
  • green value is 169;
  • blue value is 116.
RGB:
(167,169,116)
(65%,66%,45%)

RGB channels and saturation

R 167 of 255 = 65%
G 169 of 255 = 66%
B 116 of 255 = 45%

167
169
116

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

Portions of RGB colors in percentages

R + G + B =
167 + 169 + 116 = 452 (100%)
R 167 of 452 ~ 36.95%
G 169 of 452 ~ 37.39%
B 116 of 452 ~ 25.66%

%36.95
%37.39
%25.66

CMYK color model

#A7A974 color CMYK value is (1,0,31,34).

  • cyan value is 1.18%
  • magenta value is 0.00%
  • yellow value is 31.36%
  • key color value is 33.73%
CMYK:
(1,0,31,34)
C1M0Y31K34 
(1%,0%,31%,34%)
(0.01/0.00/0.31/0.34)	

CMYK percentages

%1.18
%0
%31.36
%33.73

Codes

Color #A7A974 in popluar color models

A7A974
RGB167169116
HSL62°23.56%55.88%
HSB/HSV62°31.36%66.27%
CMYK1.18%0.00%31.36%
33.73%

Color #A7A974 in popluar number systems.

HEXA7A974
Decimal167169116
Binary10100111101010011110100
Octal247251164

Shades and tints

Shades of #A7A974

#A7A974
(167,169,116)
#989A6A
(152,154,106)
#898B60
(137,139,96)
#7A7C56
(122,124,86)
#6B6D4C
(107,109,76)
#5C5E42
(92,94,66)
#4D4F38
(77,79,56)
#3E402E
(62,64,46)
#2F3124
(47,49,36)
#20221A
(32,34,26)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #A7A974

#A7A974
(167,169,116)
#AFB080
(175,176,128)
#B7B78C
(183,183,140)
#BFBE98
(191,190,152)
#C7C5A4
(199,197,164)
#CFCCB0
(207,204,176)
#D7D3BC
(215,211,188)
#DFDAC8
(223,218,200)
#E7E1D4
(231,225,212)
#EFE8E0
(239,232,224)
#F7EFEC
(247,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7A974 color. Also use rgb(167,169,116) instead hex code.

Text Font Color

.myTextColor { color: #A7A974; }

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

This text font color is #A7A974.


Background Color

.myBgColor { background-color: #A7A974; }

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

This div background color is #A7A974.


Border color

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

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

This div border color is #A7A974.


Opacity

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

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

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

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

This text has shadow with #A7A974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A974 on black background.


Color preview on white background

This text has color #A7A974 on white background.



Black color preview on #A7A974 background

This text has black color on #A7A974 background.


White color preview on #A7A974 background

This text has white color on #A7A974 background.