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