COLOR #A4A37D

HEX: #A4A37D RGB: (164,163,125)

Color info

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

RGB color model

#A4A37D color RGB value is (164,163,125).

RGB: (164,163,125) (64%, 64%, 49%)

RGB channels and saturation

R 164 of 255 = 64%
G 163 of 255 = 64%
B 125 of 255 = 49%

164
163
125

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

Portions of RGB colors in percentages

R + G + B = 164 + 163 + 125 = 452 (100%)
R 164 of 452 ~ 36.28%
G 163 of 452 ~ 36.06%
B 125 of 452 ~ 27.65'%

%36.28
%36.06
%27.65

CMYK color model

#A4A37D color CMYK value is (0,1,24,36).

  • cyan value is 0.00%
  • magenta value is 0.61%
  • yellow value is 23.78%
  • key color value is 35.69%
CMYK: (0,1,24,36) C0M1Y24K36 (0%,1%,24%,36%) (0.00/0.01/0.24/0.36) 

CMYK percentages

%0
%0.61
%23.78
%35.69

Codes

Color #A4A37D in popluar color models

A4 A3 7D
RGB 164 163 125
HSL 58° 17.65% 56.67%
HSB/HSV 58° 23.78% 64.31%
CMYK 0.00% 0.61% 23.78%
35.69%

Color #A4A37D in popluar number systems.

HEX A4 A3 7D
Decimal 164 163 125
Binary 10100100 10100011 1111101
Octal 244 243 175

Shades and tints

Shades of #A4A37D

#A4A37D
(164,163,125)
#969572
(150,149,114)
#888767
(136,135,103)
#7A795C
(122,121,92)
#6C6B51
(108,107,81)
#5E5D46
(94,93,70)
#504F3B
(80,79,59)
#424130
(66,65,48)
#343325
(52,51,37)
#26251A
(38,37,26)
#18170F
(24,23,15)
#000000
(0,0,0)

Tints of #A4A37D

#A4A37D
(164,163,125)
#ACAB88
(172,171,136)
#B4B393
(180,179,147)
#BCBB9E
(188,187,158)
#C4C3A9
(196,195,169)
#CCCBB4
(204,203,180)
#D4D3BF
(212,211,191)
#DCDBCA
(220,219,202)
#E4E3D5
(228,227,213)
#ECEBE0
(236,235,224)
#F4F3EB
(244,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A37D; }

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

This text font color is #A4A37D.

Background Color

.myBgColor { background-color: #A4A37D; }

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

This div background color is #A4A37D.

Border color

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

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

This div border color is #A4A37D.

Opacity

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

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

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

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

This text has shadow with #A4A37D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A37D.

Preview

Color preview on black background

This text has color #A4A37D on black background.


Color preview on white background

This text has color #A4A37D on white background.


Black color preview on #A4A37D background

This text has black color on #A4A37D background.


White color preview on #A4A37D background

This text has white color on #A4A37D background.


Related colors

Complementary color

Complementary color for #hex is #5B5C82.


I love getcolorcode.com

Triadic colors

1 #7DA4A3 and #A37DA4 with #A4A37D are triadic colors.

2 #7DA3A4 and #A3A47D with #A4A37D are triadic colors.