COLOR #A7A954

HEX: #A7A954
RGB: (167,169,84)

Color info

#A7A954 contains mainly red and green colors. Web safe color of #A7A954 is #999966 (or #996).

RGB color model

#A7A954 color RGB value is (167,169,84).

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

RGB channels and saturation

R 167 of 255 = 65%
G 169 of 255 = 66%
B 84 of 255 = 33%

167
169
84

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

Portions of RGB colors in percentages

R + G + B =
167 + 169 + 84 = 420 (100%)
R 167 of 420 ~ 39.76%
G 169 of 420 ~ 40.24%
B 84 of 420 ~ 20%

%39.76
%40.24
%20

CMYK color model

#A7A954 color CMYK value is (1,0,50,34).

  • cyan value is 1.18%
  • magenta value is 0.00%
  • yellow value is 50.30%
  • key color value is 33.73%
CMYK:
(1,0,50,34)
C1M0Y50K34 
(1%,0%,50%,34%)
(0.01/0.00/0.50/0.34)	

CMYK percentages

%1.18
%0
%50.3
%33.73

Codes

Color #A7A954 in popluar color models

A7A954
RGB16716984
HSL61°33.60%49.61%
HSB/HSV61°50.30%66.27%
CMYK1.18%0.00%50.30%
33.73%

Color #A7A954 in popluar number systems.

HEXA7A954
Decimal16716984
Binary10100111101010011010100
Octal247251124

Shades and tints

Shades of #A7A954

#A7A954
(167,169,84)
#989A4D
(152,154,77)
#898B46
(137,139,70)
#7A7C3F
(122,124,63)
#6B6D38
(107,109,56)
#5C5E31
(92,94,49)
#4D4F2A
(77,79,42)
#3E4023
(62,64,35)
#2F311C
(47,49,28)
#202215
(32,34,21)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #A7A954

#A7A954
(167,169,84)
#AFB063
(175,176,99)
#B7B772
(183,183,114)
#BFBE81
(191,190,129)
#C7C590
(199,197,144)
#CFCC9F
(207,204,159)
#D7D3AE
(215,211,174)
#DFDABD
(223,218,189)
#E7E1CC
(231,225,204)
#EFE8DB
(239,232,219)
#F7EFEA
(247,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A954; }

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

This text font color is #A7A954.


Background Color

.myBgColor { background-color: #A7A954; }

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

This div background color is #A7A954.


Border color

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

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

This div border color is #A7A954.


Opacity

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

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

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

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

This text has shadow with #A7A954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A954 on black background.


Color preview on white background

This text has color #A7A954 on white background.



Black color preview on #A7A954 background

This text has black color on #A7A954 background.


White color preview on #A7A954 background

This text has white color on #A7A954 background.