HEX: #AC988E
RGB: (172,152,142)
#AC988E contains red, green and blue colors in about the same proportion. Web safe color of #AC988E is #999999 (or #999).
#AC988E color RGB value is (172,152,142).
RGB: (172,152,142)
(67%, 60%, 56%)
R 172 of 255 = 67%
G 152 of 255 = 60%
B 142 of 255 = 56%
R + G + B ~ 61%. #AC988E is quite light color.
R + G + B = 172 + 152 + 142 = 466 (100%)
R 172 of 466 ~ 36.91%
G 152 of 466 ~ 32.62%
B 142 of 466 ~ 30.47'%
#AC988E color CMYK value is (0,12,17,33).
CMYK: (0,12,17,33)
C0M12Y17K33 (0%, 12%, 17%, 33%)
(0.00 / 0.12 / 0.17 / 0.33)
Color #AC988E in popluar color models
AC | 98 | 8E | |
---|---|---|---|
RGB | 172 | 152 | 142 |
HSL | 20° | 15.31% | 61.57% |
HSB/HSV | 20° | 17.44% | 67.45% |
CMYK | 0.00% | 11.63% | 17.44% |
32.55% |
Color #AC988E in popluar number systems.
HEX | AC | 98 | 8E |
Decimal | 172 | 152 | 142 |
Binary | 10101100 | 10011000 | 10001110 |
Octal | 254 | 230 | 216 |
Shades of #AC988E
Tints of #AC988E
Examples of css and html codes for elements with #AC988E color. Also use rgb(172,152,142) instead hex code.
.myTextColor { color: #AC988E; }
<p style="color:#AC988E">This sample text font color is #AC988E.</p>
This text font color is #AC988E.
.myBgColor { background-color: #AC988E; }
<div style="background-color:#AC988E">Inner text</div>
This div background color is #AC988E.
.myBorderColor { border: 1px solid #AC988E; }
<div style="border:3px solid #AC988E">Div</div>
This div border color is #AC988E.
.myOpacity80 { color: #AC988E; opacity: 0.8; }
<p style="color:#AC988E;opacity:0.8;">80%</p>
Text with #AC988E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AC988E;}
<p style="text-shadow: 3px 3px 1px #AC988E">Text here.</p>
This text has shadow with #AC988E color.
.textShadow {text-shadow: 3px 3px 1px #AC988E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AC988E, 5px 5px 20px red">Text here.</p>
This text has shadow with #AC988E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AC988E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AC988E, Direction=45, Strength=4)">Text</p>
This text has shadow with #AC988E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AC988E;
-webkit-box-shadow: 1px 1px 3px 2px #AC988E;
box-shadow: 1px 1px 3px 2px #AC988E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AC988E; -webkit-box-shadow: 1px 1px 3px 2px #AC988E; box-shadow:1px 1px 3px 2px #AC988E;">
Div content here
</div>
This text has color #AC988E on black background.
This text has color #AC988E on white background.
This text has black color on #AC988E background.
This text has white color on #AC988E background.
Complementary color for #hex is #536771.