HEX: #AC964C
RGB: (172,150,76)
#AC964C contains mainly red and green colors. Web safe color of #AC964C is #999933 (or #993).
#AC964C color RGB value is (172,150,76).
RGB: (172,150,76)
(67%, 59%, 30%)
R 172 of 255 = 67%
G 150 of 255 = 59%
B 76 of 255 = 30%
R + G + B ~ 52%. #AC964C is middle color (not dark and not light).
R + G + B = 172 + 150 + 76 = 398 (100%)
R 172 of 398 ~ 43.22%
G 150 of 398 ~ 37.69%
B 76 of 398 ~ 19.1'%
#AC964C color CMYK value is (0,13,56,33).
CMYK: (0,13,56,33) C0M13Y56K33 (0%,13%,56%,33%) (0.00/0.13/0.56/0.33)
Color #AC964C in popluar color models
AC | 96 | 4C | |
---|---|---|---|
RGB | 172 | 150 | 76 |
HSL | 46° | 38.71% | 48.63% |
HSB/HSV | 46° | 55.81% | 67.45% |
CMYK | 0.00% | 12.79% | 55.81% |
32.55% |
Color #AC964C in popluar number systems.
HEX | AC | 96 | 4C |
Decimal | 172 | 150 | 76 |
Binary | 10101100 | 10010110 | 1001100 |
Octal | 254 | 226 | 114 |
Shades of #AC964C
Tints of #AC964C
Examples of css and html codes for elements with #AC964C color. Also use rgb(172,150,76) instead hex code.
.myTextColor { color: #AC964C; }
<p style="color:#AC964C">This sample text font color is #AC964C.</p>
This text font color is #AC964C.
.myBgColor { background-color: #AC964C; }
<div style="background-color:#AC964C">Inner text</div>
This div background color is #AC964C.
.myBorderColor { border: 1px solid #AC964C; }
<div style="border:3px solid #AC964C">Div</div>
This div border color is #AC964C.
.myOpacity80 { color: #AC964C; opacity: 0.8; }
<p style="color:#AC964C;opacity:0.8;">80%</p>
Text with #AC964C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AC964C;}
<p style="text-shadow: 3px 3px 1px #AC964C">Text here.</p>
This text has shadow with #AC964C color.
.textShadow {text-shadow: 3px 3px 1px #AC964C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AC964C, 5px 5px 20px red">Text here.</p>
This text has shadow with #AC964C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AC964C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AC964C, Direction=45, Strength=4)">Text</p>
This text has shadow with #AC964C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AC964C;
-webkit-box-shadow: 1px 1px 3px 2px #AC964C;
box-shadow: 1px 1px 3px 2px #AC964C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AC964C; -webkit-box-shadow: 1px 1px 3px 2px #AC964C; box-shadow:1px 1px 3px 2px #AC964C;">
Div content here
</div>
This text has color #AC964C on black background.
This text has color #AC964C on white background.
This text has black color on #AC964C background.
This text has white color on #AC964C background.
Complementary color for #hex is #5369B3.