HEX: #A4957D
RGB: (164,149,125)
#A4957D contains red, green and blue colors in about the same proportion. Web safe color of #A4957D is #999966 (or #996).
#A4957D color RGB value is (164,149,125).
RGB: (164,149,125)
(64%, 58%, 49%)
R 164 of 255 = 64%
G 149 of 255 = 58%
B 125 of 255 = 49%
R + G + B ~ 57%. #A4957D is middle color (not dark and not light).
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'%
#A4957D color CMYK value is (0,9,24,36).
CMYK: (0,9,24,36) C0M9Y24K36 (0%,9%,24%,36%) (0.00/0.09/0.24/0.36)
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 of #A4957D
Tints of #A4957D
Examples of css and html codes for elements with #A4957D color. Also use rgb(164,149,125) instead hex code.
.myTextColor { color: #A4957D; }
<p style="color:#A4957D">This sample text font color is #A4957D.</p>
This text font color is #A4957D.
.myBgColor { background-color: #A4957D; }
<div style="background-color:#A4957D">Inner text</div>
This div background color is #A4957D.
.myBorderColor { border: 1px solid #A4957D; }
<div style="border:3px solid #A4957D">Div</div>
This div border color is #A4957D.
.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%.
.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.
/* 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 text has color #A4957D on black background.
This text has color #A4957D on white background.
This text has black color on #A4957D background.
This text has white color on #A4957D background.
Complementary color for #hex is #5B6A82.