COLOR #A4A960

HEX: #A4A960
RGB: (164,169,96)

Color info

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

RGB color model

#A4A960 color RGB value is (164,169,96).

  • red value is 164;
  • green value is 169;
  • blue value is 96.
RGB:
(164,169,96)
(64%,66%,38%)

RGB channels and saturation

R 164 of 255 = 64%
G 169 of 255 = 66%
B 96 of 255 = 38%

164
169
96

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

Portions of RGB colors in percentages

R + G + B =
164 + 169 + 96 = 429 (100%)
R 164 of 429 ~ 38.23%
G 169 of 429 ~ 39.39%
B 96 of 429 ~ 22.38%

%38.23
%39.39
%22.38

CMYK color model

#A4A960 color CMYK value is (3,0,43,34).

  • cyan value is 2.96%
  • magenta value is 0.00%
  • yellow value is 43.20%
  • key color value is 33.73%
CMYK:
(3,0,43,34)
C3M0Y43K34 
(3%,0%,43%,34%)
(0.03/0.00/0.43/0.34)	

CMYK percentages

%2.96
%0
%43.2
%33.73

Codes

Color #A4A960 in popluar color models

A4A960
RGB16416996
HSL64°29.80%51.96%
HSB/HSV64°43.20%66.27%
CMYK2.96%0.00%43.20%
33.73%

Color #A4A960 in popluar number systems.

HEXA4A960
Decimal16416996
Binary10100100101010011100000
Octal244251140

Shades and tints

Shades of #A4A960

#A4A960
(164,169,96)
#969A58
(150,154,88)
#888B50
(136,139,80)
#7A7C48
(122,124,72)
#6C6D40
(108,109,64)
#5E5E38
(94,94,56)
#504F30
(80,79,48)
#424028
(66,64,40)
#343120
(52,49,32)
#262218
(38,34,24)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #A4A960

#A4A960
(164,169,96)
#ACB06E
(172,176,110)
#B4B77C
(180,183,124)
#BCBE8A
(188,190,138)
#C4C598
(196,197,152)
#CCCCA6
(204,204,166)
#D4D3B4
(212,211,180)
#DCDAC2
(220,218,194)
#E4E1D0
(228,225,208)
#ECE8DE
(236,232,222)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A960 color. Also use rgb(164,169,96) instead hex code.

Text Font Color

.myTextColor { color: #A4A960; }

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

This text font color is #A4A960.


Background Color

.myBgColor { background-color: #A4A960; }

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

This div background color is #A4A960.


Border color

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

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

This div border color is #A4A960.


Opacity

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

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

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

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

This text has shadow with #A4A960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A960 on black background.


Color preview on white background

This text has color #A4A960 on white background.



Black color preview on #A4A960 background

This text has black color on #A4A960 background.


White color preview on #A4A960 background

This text has white color on #A4A960 background.