HEX: #AC966D
RGB: (172,150,109)
#AC966D contains mainly red and green colors. Web safe color of #AC966D is #999966 (or #996).
#AC966D color RGB value is (172,150,109).
RGB: (172,150,109)
(67%, 59%, 43%)
R 172 of 255 = 67%
G 150 of 255 = 59%
B 109 of 255 = 43%
R + G + B ~ 56%. #AC966D is middle color (not dark and not light).
R + G + B = 172 + 150 + 109 = 431 (100%)
R 172 of 431 ~ 39.91%
G 150 of 431 ~ 34.8%
B 109 of 431 ~ 25.29'%
#AC966D color CMYK value is (0,13,37,33).
CMYK: (0,13,37,33)
C0M13Y37K33 (0%, 13%, 37%, 33%)
(0.00 / 0.13 / 0.37 / 0.33)
Color #AC966D in popluar color models
AC | 96 | 6D | |
---|---|---|---|
RGB | 172 | 150 | 109 |
HSL | 39° | 27.51% | 55.10% |
HSB/HSV | 39° | 36.63% | 67.45% |
CMYK | 0.00% | 12.79% | 36.63% |
32.55% |
Color #AC966D in popluar number systems.
HEX | AC | 96 | 6D |
Decimal | 172 | 150 | 109 |
Binary | 10101100 | 10010110 | 1101101 |
Octal | 254 | 226 | 155 |
Shades of #AC966D
Tints of #AC966D
Examples of css and html codes for elements with #AC966D color. Also use rgb(172,150,109) instead hex code.
.myTextColor { color: #AC966D; }
<p style="color:#AC966D">This sample text font color is #AC966D.</p>
This text font color is #AC966D.
.myBgColor { background-color: #AC966D; }
<div style="background-color:#AC966D">Inner text</div>
This div background color is #AC966D.
.myBorderColor { border: 1px solid #AC966D; }
<div style="border:3px solid #AC966D">Div</div>
This div border color is #AC966D.
.myOpacity80 { color: #AC966D; opacity: 0.8; }
<p style="color:#AC966D;opacity:0.8;">80%</p>
Text with #AC966D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AC966D;}
<p style="text-shadow: 3px 3px 1px #AC966D">Text here.</p>
This text has shadow with #AC966D color.
.textShadow {text-shadow: 3px 3px 1px #AC966D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AC966D, 5px 5px 20px red">Text here.</p>
This text has shadow with #AC966D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AC966D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AC966D, Direction=45, Strength=4)">Text</p>
This text has shadow with #AC966D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AC966D;
-webkit-box-shadow: 1px 1px 3px 2px #AC966D;
box-shadow: 1px 1px 3px 2px #AC966D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AC966D; -webkit-box-shadow: 1px 1px 3px 2px #AC966D; box-shadow:1px 1px 3px 2px #AC966D;">
Div content here
</div>
This text has color #AC966D on black background.
This text has color #AC966D on white background.
This text has black color on #AC966D background.
This text has white color on #AC966D background.
Complementary color for #hex is #536992.