COLOR #A4A276

HEX: #A4A276
RGB: (164,162,118)

Color info

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

RGB color model

#A4A276 color RGB value is (164,162,118).

  • red value is 164;
  • green value is 162;
  • blue value is 118.
RGB:
(164,162,118)
(64%,64%,46%)

RGB channels and saturation

R 164 of 255 = 64%
G 162 of 255 = 64%
B 118 of 255 = 46%

164
162
118

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

Portions of RGB colors in percentages

R + G + B =
164 + 162 + 118 = 444 (100%)
R 164 of 444 ~ 36.94%
G 162 of 444 ~ 36.49%
B 118 of 444 ~ 26.58%

%36.94
%36.49
%26.58

CMYK color model

#A4A276 color CMYK value is (0,1,28,36).

  • cyan value is 0.00%
  • magenta value is 1.22%
  • yellow value is 28.05%
  • key color value is 35.69%
CMYK:
(0,1,28,36)
C0M1Y28K36 
(0%,1%,28%,36%)
(0.00/0.01/0.28/0.36)	

CMYK percentages

%0
%1.22
%28.05
%35.69

Codes

Color #A4A276 in popluar color models

A4A276
RGB164162118
HSL57°20.18%55.29%
HSB/HSV57°28.05%64.31%
CMYK0.00%1.22%28.05%
35.69%

Color #A4A276 in popluar number systems.

HEXA4A276
Decimal164162118
Binary10100100101000101110110
Octal244242166

Shades and tints

Shades of #A4A276

#A4A276
(164,162,118)
#96946C
(150,148,108)
#888662
(136,134,98)
#7A7858
(122,120,88)
#6C6A4E
(108,106,78)
#5E5C44
(94,92,68)
#504E3A
(80,78,58)
#424030
(66,64,48)
#343226
(52,50,38)
#26241C
(38,36,28)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #A4A276

#A4A276
(164,162,118)
#ACAA82
(172,170,130)
#B4B28E
(180,178,142)
#BCBA9A
(188,186,154)
#C4C2A6
(196,194,166)
#CCCAB2
(204,202,178)
#D4D2BE
(212,210,190)
#DCDACA
(220,218,202)
#E4E2D6
(228,226,214)
#ECEAE2
(236,234,226)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A276 color. Also use rgb(164,162,118) instead hex code.

Text Font Color

.myTextColor { color: #A4A276; }

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

This text font color is #A4A276.


Background Color

.myBgColor { background-color: #A4A276; }

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

This div background color is #A4A276.


Border color

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

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

This div border color is #A4A276.


Opacity

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

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

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

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

This text has shadow with #A4A276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A276 on black background.


Color preview on white background

This text has color #A4A276 on white background.



Black color preview on #A4A276 background

This text has black color on #A4A276 background.


White color preview on #A4A276 background

This text has white color on #A4A276 background.