HEX: #A4917D
RGB: (164,145,125)
#A4917D contains red, green and blue colors in about the same proportion. Web safe color of #A4917D is #999966 (or #996).
#A4917D color RGB value is (164,145,125).
RGB: (164,145,125)
(64%, 57%, 49%)
R 164 of 255 = 64%
G 145 of 255 = 57%
B 125 of 255 = 49%
R + G + B ~ 57%. #A4917D is middle color (not dark and not light).
R + G + B = 164 + 145 + 125 = 434 (100%)
R 164 of 434 ~ 37.79%
G 145 of 434 ~ 33.41%
B 125 of 434 ~ 28.8'%
#A4917D color CMYK value is (0,12,24,36).
CMYK: (0,12,24,36)
C0M12Y24K36 (0%, 12%, 24%, 36%)
(0.00 / 0.12 / 0.24 / 0.36)
Color #A4917D in popluar color models
A4 | 91 | 7D | |
---|---|---|---|
RGB | 164 | 145 | 125 |
HSL | 31° | 17.65% | 56.67% |
HSB/HSV | 31° | 23.78% | 64.31% |
CMYK | 0.00% | 11.59% | 23.78% |
35.69% |
Color #A4917D in popluar number systems.
HEX | A4 | 91 | 7D |
Decimal | 164 | 145 | 125 |
Binary | 10100100 | 10010001 | 1111101 |
Octal | 244 | 221 | 175 |
Shades of #A4917D
Tints of #A4917D
Examples of css and html codes for elements with #A4917D color. Also use rgb(164,145,125) instead hex code.
.myTextColor { color: #A4917D; }
<p style="color:#A4917D">This sample text font color is #A4917D.</p>
This text font color is #A4917D.
.myBgColor { background-color: #A4917D; }
<div style="background-color:#A4917D">Inner text</div>
This div background color is #A4917D.
.myBorderColor { border: 1px solid #A4917D; }
<div style="border:3px solid #A4917D">Div</div>
This div border color is #A4917D.
.myOpacity80 { color: #A4917D; opacity: 0.8; }
<p style="color:#A4917D;opacity:0.8;">80%</p>
Text with #A4917D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A4917D;}
<p style="text-shadow: 3px 3px 1px #A4917D">Text here.</p>
This text has shadow with #A4917D color.
.textShadow {text-shadow: 3px 3px 1px #A4917D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A4917D, 5px 5px 20px red">Text here.</p>
This text has shadow with #A4917D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4917D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A4917D, Direction=45, Strength=4)">Text</p>
This text has shadow with #A4917D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A4917D;
-webkit-box-shadow: 1px 1px 3px 2px #A4917D;
box-shadow: 1px 1px 3px 2px #A4917D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A4917D; -webkit-box-shadow: 1px 1px 3px 2px #A4917D; box-shadow:1px 1px 3px 2px #A4917D;">
Div content here
</div>
This text has color #A4917D on black background.
This text has color #A4917D on white background.
This text has black color on #A4917D background.
This text has white color on #A4917D background.
Complementary color for #hex is #5B6E82.