COLOR #A4A257

HEX: #A4A257
RGB: (164,162,87)

Color info

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

RGB color model

#A4A257 color RGB value is (164,162,87).

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

RGB channels and saturation

R 164 of 255 = 64%
G 162 of 255 = 64%
B 87 of 255 = 34%

164
162
87

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

Portions of RGB colors in percentages

R + G + B =
164 + 162 + 87 = 413 (100%)
R 164 of 413 ~ 39.71%
G 162 of 413 ~ 39.23%
B 87 of 413 ~ 21.07%

%39.71
%39.23
%21.07

CMYK color model

#A4A257 color CMYK value is (0,1,47,36).

  • cyan value is 0.00%
  • magenta value is 1.22%
  • yellow value is 46.95%
  • key color value is 35.69%
CMYK:
(0,1,47,36)
C0M1Y47K36 
(0%,1%,47%,36%)
(0.00/0.01/0.47/0.36)	

CMYK percentages

%0
%1.22
%46.95
%35.69

Codes

Color #A4A257 in popluar color models

A4A257
RGB16416287
HSL58°30.68%49.22%
HSB/HSV58°46.95%64.31%
CMYK0.00%1.22%46.95%
35.69%

Color #A4A257 in popluar number systems.

HEXA4A257
Decimal16416287
Binary10100100101000101010111
Octal244242127

Shades and tints

Shades of #A4A257

#A4A257
(164,162,87)
#969450
(150,148,80)
#888649
(136,134,73)
#7A7842
(122,120,66)
#6C6A3B
(108,106,59)
#5E5C34
(94,92,52)
#504E2D
(80,78,45)
#424026
(66,64,38)
#34321F
(52,50,31)
#262418
(38,36,24)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #A4A257

#A4A257
(164,162,87)
#ACAA66
(172,170,102)
#B4B275
(180,178,117)
#BCBA84
(188,186,132)
#C4C293
(196,194,147)
#CCCAA2
(204,202,162)
#D4D2B1
(212,210,177)
#DCDAC0
(220,218,192)
#E4E2CF
(228,226,207)
#ECEADE
(236,234,222)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A257; }

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

This text font color is #A4A257.


Background Color

.myBgColor { background-color: #A4A257; }

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

This div background color is #A4A257.


Border color

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

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

This div border color is #A4A257.


Opacity

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

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

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

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

This text has shadow with #A4A257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A257 on black background.


Color preview on white background

This text has color #A4A257 on white background.



Black color preview on #A4A257 background

This text has black color on #A4A257 background.


White color preview on #A4A257 background

This text has white color on #A4A257 background.