COLOR #A4AA57

HEX: #A4AA57 RGB: (164,170,87)

Color info

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

RGB color model

#A4AA57 color RGB value is (164,170,87).

RGB: (164,170,87) (64%, 67%, 34%)

RGB channels and saturation

R 164 of 255 = 64%
G 170 of 255 = 67%
B 87 of 255 = 34%

164
170
87

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

Portions of RGB colors in percentages

R + G + B = 164 + 170 + 87 = 421 (100%)
R 164 of 421 ~ 38.95%
G 170 of 421 ~ 40.38%
B 87 of 421 ~ 20.67'%

%38.95
%40.38
%20.67

CMYK color model

#A4AA57 color CMYK value is (4,0,49,33).

  • cyan value is 3.53%
  • magenta value is 0.00%
  • yellow value is 48.82%
  • key color value is 33.33%

CMYK: (4,0,49,33)
C4M0Y49K33 (4%, 0%, 49%, 33%)
(0.04 / 0.00 / 0.49 / 0.33)

CMYK percentages

%3.53
%0
%48.82
%33.33

Codes

Color #A4AA57 in popluar color models

A4 AA 57
RGB 164 170 87
HSL 64° 32.81% 50.39%
HSB/HSV 64° 48.82% 66.67%
CMYK 3.53% 0.00% 48.82%
33.33%

Color #A4AA57 in popluar number systems.

HEX A4 AA 57
Decimal 164 170 87
Binary 10100100 10101010 1010111
Octal 244 252 127

Shades and tints

Shades of #A4AA57

#A4AA57
(164,170,87)
#969B50
(150,155,80)
#888C49
(136,140,73)
#7A7D42
(122,125,66)
#6C6E3B
(108,110,59)
#5E5F34
(94,95,52)
#50502D
(80,80,45)
#424126
(66,65,38)
#34321F
(52,50,31)
#262318
(38,35,24)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #A4AA57

#A4AA57
(164,170,87)
#ACB166
(172,177,102)
#B4B875
(180,184,117)
#BCBF84
(188,191,132)
#C4C693
(196,198,147)
#CCCDA2
(204,205,162)
#D4D4B1
(212,212,177)
#DCDBC0
(220,219,192)
#E4E2CF
(228,226,207)
#ECE9DE
(236,233,222)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AA57; }

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

This text font color is #A4AA57.

Background Color

.myBgColor { background-color: #A4AA57; }

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

This div background color is #A4AA57.

Border color

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

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

This div border color is #A4AA57.

Opacity

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

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

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

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

This text has shadow with #A4AA57 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4AA57.

Preview

Color preview on black background

This text has color #A4AA57 on black background.


Color preview on white background

This text has color #A4AA57 on white background.


Black color preview on #A4AA57 background

This text has black color on #A4AA57 background.


White color preview on #A4AA57 background

This text has white color on #A4AA57 background.


Related colors

Complementary color

Complementary color for #hex is #5B55A8.


I love getcolorcode.com

Triadic colors

1 #57A4AA and #AA57A4 with #A4AA57 are triadic colors.

2 #57AAA4 and #AAA457 with #A4AA57 are triadic colors.