HEX: #A4976E
RGB: (164,151,110)
#A4976E contains red, green and blue colors in about the same proportion. Web safe color of #A4976E is #999966 (or #996).
#A4976E color RGB value is (164,151,110).
RGB: (164,151,110)
(64%, 59%, 43%)
R 164 of 255 = 64%
G 151 of 255 = 59%
B 110 of 255 = 43%
R + G + B ~ 55%. #A4976E is middle color (not dark and not light).
R + G + B = 164 + 151 + 110 = 425 (100%)
R 164 of 425 ~ 38.59%
G 151 of 425 ~ 35.53%
B 110 of 425 ~ 25.88'%
#A4976E color CMYK value is (0,8,33,36).
CMYK: (0,8,33,36)
C0M8Y33K36 (0%, 8%, 33%, 36%)
(0.00 / 0.08 / 0.33 / 0.36)
Color #A4976E in popluar color models
A4 | 97 | 6E | |
---|---|---|---|
RGB | 164 | 151 | 110 |
HSL | 46° | 22.88% | 53.73% |
HSB/HSV | 46° | 32.93% | 64.31% |
CMYK | 0.00% | 7.93% | 32.93% |
35.69% |
Color #A4976E in popluar number systems.
HEX | A4 | 97 | 6E |
Decimal | 164 | 151 | 110 |
Binary | 10100100 | 10010111 | 1101110 |
Octal | 244 | 227 | 156 |
Shades of #A4976E
Tints of #A4976E
Examples of css and html codes for elements with #A4976E color. Also use rgb(164,151,110) instead hex code.
.myTextColor { color: #A4976E; }
<p style="color:#A4976E">This sample text font color is #A4976E.</p>
This text font color is #A4976E.
.myBgColor { background-color: #A4976E; }
<div style="background-color:#A4976E">Inner text</div>
This div background color is #A4976E.
.myBorderColor { border: 1px solid #A4976E; }
<div style="border:3px solid #A4976E">Div</div>
This div border color is #A4976E.
.myOpacity80 { color: #A4976E; opacity: 0.8; }
<p style="color:#A4976E;opacity:0.8;">80%</p>
Text with #A4976E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A4976E;}
<p style="text-shadow: 3px 3px 1px #A4976E">Text here.</p>
This text has shadow with #A4976E color.
.textShadow {text-shadow: 3px 3px 1px #A4976E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A4976E, 5px 5px 20px red">Text here.</p>
This text has shadow with #A4976E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4976E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A4976E, Direction=45, Strength=4)">Text</p>
This text has shadow with #A4976E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A4976E;
-webkit-box-shadow: 1px 1px 3px 2px #A4976E;
box-shadow: 1px 1px 3px 2px #A4976E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A4976E; -webkit-box-shadow: 1px 1px 3px 2px #A4976E; box-shadow:1px 1px 3px 2px #A4976E;">
Div content here
</div>
This text has color #A4976E on black background.
This text has color #A4976E on white background.
This text has black color on #A4976E background.
This text has white color on #A4976E background.
Complementary color for #hex is #5B6891.