COLOR #A4957D

HEX: #A4957D RGB: (164,149,125)

Color info

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

RGB color model

#A4957D color RGB value is (164,149,125).

RGB: (164,149,125) (64%, 58%, 49%)

RGB channels and saturation

R 164 of 255 = 64%
G 149 of 255 = 58%
B 125 of 255 = 49%

164
149
125

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

Portions of RGB colors in percentages

R + G + B = 164 + 149 + 125 = 438 (100%)
R 164 of 438 ~ 37.44%
G 149 of 438 ~ 34.02%
B 125 of 438 ~ 28.54'%

%37.44
%34.02
%28.54

CMYK color model

#A4957D color CMYK value is (0,9,24,36).

  • cyan value is 0.00%
  • magenta value is 9.15%
  • yellow value is 23.78%
  • key color value is 35.69%
CMYK: (0,9,24,36) C0M9Y24K36 (0%,9%,24%,36%) (0.00/0.09/0.24/0.36) 

CMYK percentages

%0
%9.15
%23.78
%35.69

Codes

Color #A4957D in popluar color models

A4 95 7D
RGB 164 149 125
HSL 37° 17.65% 56.67%
HSB/HSV 37° 23.78% 64.31%
CMYK 0.00% 9.15% 23.78%
35.69%

Color #A4957D in popluar number systems.

HEX A4 95 7D
Decimal 164 149 125
Binary 10100100 10010101 1111101
Octal 244 225 175

Shades and tints

Shades of #A4957D

#A4957D
(164,149,125)
#968872
(150,136,114)
#887B67
(136,123,103)
#7A6E5C
(122,110,92)
#6C6151
(108,97,81)
#5E5446
(94,84,70)
#50473B
(80,71,59)
#423A30
(66,58,48)
#342D25
(52,45,37)
#26201A
(38,32,26)
#18130F
(24,19,15)
#000000
(0,0,0)

Tints of #A4957D

#A4957D
(164,149,125)
#AC9E88
(172,158,136)
#B4A793
(180,167,147)
#BCB09E
(188,176,158)
#C4B9A9
(196,185,169)
#CCC2B4
(204,194,180)
#D4CBBF
(212,203,191)
#DCD4CA
(220,212,202)
#E4DDD5
(228,221,213)
#ECE6E0
(236,230,224)
#F4EFEB
(244,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4957D; }

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

This text font color is #A4957D.

Background Color

.myBgColor { background-color: #A4957D; }

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

This div background color is #A4957D.

Border color

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

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

This div border color is #A4957D.

Opacity

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

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

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

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

This text has shadow with #A4957D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4957D.

Preview

Color preview on black background

This text has color #A4957D on black background.


Color preview on white background

This text has color #A4957D on white background.


Black color preview on #A4957D background

This text has black color on #A4957D background.


White color preview on #A4957D background

This text has white color on #A4957D background.


Related colors

Complementary color

Complementary color for #hex is #5B6A82.


I love getcolorcode.com

Triadic colors

1 #7DA495 and #957DA4 with #A4957D are triadic colors.

2 #7D95A4 and #95A47D with #A4957D are triadic colors.