COLOR #A4A459

HEX: #A4A459 RGB: (164,164,89)

Color info

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

RGB color model

#A4A459 color RGB value is (164,164,89).

RGB: (164,164,89) (64%, 64%, 35%)

RGB channels and saturation

R 164 of 255 = 64%
G 164 of 255 = 64%
B 89 of 255 = 35%

164
164
89

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

Portions of RGB colors in percentages

R + G + B = 164 + 164 + 89 = 417 (100%)
R 164 of 417 ~ 39.33%
G 164 of 417 ~ 39.33%
B 89 of 417 ~ 21.34'%

%39.33
%39.33
%21.34

CMYK color model

#A4A459 color CMYK value is (0,0,46,36).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 45.73%
  • key color value is 35.69%

CMYK: (0,0,46,36)
C0M0Y46K36 (0%, 0%, 46%, 36%)
(0.00 / 0.00 / 0.46 / 0.36)

CMYK percentages

%0
%0
%45.73
%35.69

Codes

Color #A4A459 in popluar color models

A4 A4 59
RGB 164 164 89
HSL 60° 29.64% 49.61%
HSB/HSV 60° 45.73% 64.31%
CMYK 0.00% 0.00% 45.73%
35.69%

Color #A4A459 in popluar number systems.

HEX A4 A4 59
Decimal 164 164 89
Binary 10100100 10100100 1011001
Octal 244 244 131

Shades and tints

Shades of #A4A459

#A4A459
(164,164,89)
#969651
(150,150,81)
#888849
(136,136,73)
#7A7A41
(122,122,65)
#6C6C39
(108,108,57)
#5E5E31
(94,94,49)
#505029
(80,80,41)
#424221
(66,66,33)
#343419
(52,52,25)
#262611
(38,38,17)
#181809
(24,24,9)
#000000
(0,0,0)

Tints of #A4A459

#A4A459
(164,164,89)
#ACAC68
(172,172,104)
#B4B477
(180,180,119)
#BCBC86
(188,188,134)
#C4C495
(196,196,149)
#CCCCA4
(204,204,164)
#D4D4B3
(212,212,179)
#DCDCC2
(220,220,194)
#E4E4D1
(228,228,209)
#ECECE0
(236,236,224)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A459; }

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

This text font color is #A4A459.

Background Color

.myBgColor { background-color: #A4A459; }

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

This div background color is #A4A459.

Border color

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

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

This div border color is #A4A459.

Opacity

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

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

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

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

This text has shadow with #A4A459 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A459.

Preview

Color preview on black background

This text has color #A4A459 on black background.


Color preview on white background

This text has color #A4A459 on white background.


Black color preview on #A4A459 background

This text has black color on #A4A459 background.


White color preview on #A4A459 background

This text has white color on #A4A459 background.


Related colors

Complementary color

Complementary color for #hex is #5B5BA6.


I love getcolorcode.com