HEX: #ACB48C
RGB: (172,180,140)
#ACB48C contains red, green and blue colors in about the same proportion. Web safe color of #ACB48C is #99CC99 (or #9C9).
#ACB48C color RGB value is (172,180,140).
RGB: (172,180,140)
(67%, 71%, 55%)
R 172 of 255 = 67%
G 180 of 255 = 71%
B 140 of 255 = 55%
R + G + B ~ 64%. #ACB48C is quite light color.
R + G + B = 172 + 180 + 140 = 492 (100%)
R 172 of 492 ~ 34.96%
G 180 of 492 ~ 36.59%
B 140 of 492 ~ 28.46'%
#ACB48C color CMYK value is (4,0,22,29).
CMYK: (4,0,22,29)
C4M0Y22K29 (4%, 0%, 22%, 29%)
(0.04 / 0.00 / 0.22 / 0.29)
Color #ACB48C in popluar color models
AC | B4 | 8C | |
---|---|---|---|
RGB | 172 | 180 | 140 |
HSL | 72° | 21.05% | 62.75% |
HSB/HSV | 72° | 22.22% | 70.59% |
CMYK | 4.44% | 0.00% | 22.22% |
29.41% |
Color #ACB48C in popluar number systems.
HEX | AC | B4 | 8C |
Decimal | 172 | 180 | 140 |
Binary | 10101100 | 10110100 | 10001100 |
Octal | 254 | 264 | 214 |
Shades of #ACB48C
Tints of #ACB48C
Examples of css and html codes for elements with #ACB48C color. Also use rgb(172,180,140) instead hex code.
.myTextColor { color: #ACB48C; }
<p style="color:#ACB48C">This sample text font color is #ACB48C.</p>
This text font color is #ACB48C.
.myBgColor { background-color: #ACB48C; }
<div style="background-color:#ACB48C">Inner text</div>
This div background color is #ACB48C.
.myBorderColor { border: 1px solid #ACB48C; }
<div style="border:3px solid #ACB48C">Div</div>
This div border color is #ACB48C.
.myOpacity80 { color: #ACB48C; opacity: 0.8; }
<p style="color:#ACB48C;opacity:0.8;">80%</p>
Text with #ACB48C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACB48C;}
<p style="text-shadow: 3px 3px 1px #ACB48C">Text here.</p>
This text has shadow with #ACB48C color.
.textShadow {text-shadow: 3px 3px 1px #ACB48C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACB48C, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACB48C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACB48C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACB48C, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACB48C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACB48C;
-webkit-box-shadow: 1px 1px 3px 2px #ACB48C;
box-shadow: 1px 1px 3px 2px #ACB48C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACB48C; -webkit-box-shadow: 1px 1px 3px 2px #ACB48C; box-shadow:1px 1px 3px 2px #ACB48C;">
Div content here
</div>
This text has color #ACB48C on black background.
This text has color #ACB48C on white background.
This text has black color on #ACB48C background.
This text has white color on #ACB48C background.
Complementary color for #hex is #534B73.