HEX: #A7964C
RGB: (167,150,76)
#A7964C contains mainly red and green colors. Web safe color of #A7964C is #999933 (or #993).
#A7964C color RGB value is (167,150,76).
RGB: (167,150,76)
(65%, 59%, 30%)
R 167 of 255 = 65%
G 150 of 255 = 59%
B 76 of 255 = 30%
R + G + B ~ 51%. #A7964C is middle color (not dark and not light).
R + G + B = 167 + 150 + 76 = 393 (100%)
R 167 of 393 ~ 42.49%
G 150 of 393 ~ 38.17%
B 76 of 393 ~ 19.34'%
#A7964C color CMYK value is (0,10,54,35).
CMYK: (0,10,54,35)
C0M10Y54K35 (0%, 10%, 54%, 35%)
(0.00 / 0.10 / 0.54 / 0.35)
Color #A7964C in popluar color models
A7 | 96 | 4C | |
---|---|---|---|
RGB | 167 | 150 | 76 |
HSL | 49° | 37.45% | 47.65% |
HSB/HSV | 49° | 54.49% | 65.49% |
CMYK | 0.00% | 10.18% | 54.49% |
34.51% |
Color #A7964C in popluar number systems.
HEX | A7 | 96 | 4C |
Decimal | 167 | 150 | 76 |
Binary | 10100111 | 10010110 | 1001100 |
Octal | 247 | 226 | 114 |
Shades of #A7964C
Tints of #A7964C
Examples of css and html codes for elements with #A7964C color. Also use rgb(167,150,76) instead hex code.
.myTextColor { color: #A7964C; }
<p style="color:#A7964C">This sample text font color is #A7964C.</p>
This text font color is #A7964C.
.myBgColor { background-color: #A7964C; }
<div style="background-color:#A7964C">Inner text</div>
This div background color is #A7964C.
.myBorderColor { border: 1px solid #A7964C; }
<div style="border:3px solid #A7964C">Div</div>
This div border color is #A7964C.
.myOpacity80 { color: #A7964C; opacity: 0.8; }
<p style="color:#A7964C;opacity:0.8;">80%</p>
Text with #A7964C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A7964C;}
<p style="text-shadow: 3px 3px 1px #A7964C">Text here.</p>
This text has shadow with #A7964C color.
.textShadow {text-shadow: 3px 3px 1px #A7964C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A7964C, 5px 5px 20px red">Text here.</p>
This text has shadow with #A7964C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7964C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A7964C, Direction=45, Strength=4)">Text</p>
This text has shadow with #A7964C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A7964C;
-webkit-box-shadow: 1px 1px 3px 2px #A7964C;
box-shadow: 1px 1px 3px 2px #A7964C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7964C; -webkit-box-shadow: 1px 1px 3px 2px #A7964C; box-shadow:1px 1px 3px 2px #A7964C;">
Div content here
</div>
This text has color #A7964C on black background.
This text has color #A7964C on white background.
This text has black color on #A7964C background.
This text has white color on #A7964C background.
Complementary color for #hex is #5869B3.