HEX: #AC789A
RGB: (172,120,154)
#AC789A contains red, green and blue colors in about the same proportion. Web safe color of #AC789A is #996699 (or #969).
#AC789A color RGB value is (172,120,154).
RGB: (172,120,154)
(67%, 47%, 60%)
R 172 of 255 = 67%
G 120 of 255 = 47%
B 154 of 255 = 60%
R + G + B ~ 58%. #AC789A is middle color (not dark and not light).
R + G + B = 172 + 120 + 154 = 446 (100%)
R 172 of 446 ~ 38.57%
G 120 of 446 ~ 26.91%
B 154 of 446 ~ 34.53'%
#AC789A color CMYK value is (0,30,10,33).
CMYK: (0,30,10,33) C0M30Y10K33 (0%,30%,10%,33%) (0.00/0.30/0.10/0.33)
Color #AC789A in popluar color models
AC | 78 | 9A | |
---|---|---|---|
RGB | 172 | 120 | 154 |
HSL | 321° | 23.85% | 57.25% |
HSB/HSV | 321° | 30.23% | 67.45% |
CMYK | 0.00% | 30.23% | 10.47% |
32.55% |
Color #AC789A in popluar number systems.
HEX | AC | 78 | 9A |
Decimal | 172 | 120 | 154 |
Binary | 10101100 | 1111000 | 10011010 |
Octal | 254 | 170 | 232 |
Shades of #AC789A
Tints of #AC789A
Examples of css and html codes for elements with #AC789A color. Also use rgb(172,120,154) instead hex code.
.myTextColor { color: #AC789A; }
<p style="color:#AC789A">This sample text font color is #AC789A.</p>
This text font color is #AC789A.
.myBgColor { background-color: #AC789A; }
<div style="background-color:#AC789A">Inner text</div>
This div background color is #AC789A.
.myBorderColor { border: 1px solid #AC789A; }
<div style="border:3px solid #AC789A">Div</div>
This div border color is #AC789A.
.myOpacity80 { color: #AC789A; opacity: 0.8; }
<p style="color:#AC789A;opacity:0.8;">80%</p>
Text with #AC789A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AC789A;}
<p style="text-shadow: 3px 3px 1px #AC789A">Text here.</p>
This text has shadow with #AC789A color.
.textShadow {text-shadow: 3px 3px 1px #AC789A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AC789A, 5px 5px 20px red">Text here.</p>
This text has shadow with #AC789A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AC789A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AC789A, Direction=45, Strength=4)">Text</p>
This text has shadow with #AC789A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AC789A;
-webkit-box-shadow: 1px 1px 3px 2px #AC789A;
box-shadow: 1px 1px 3px 2px #AC789A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AC789A; -webkit-box-shadow: 1px 1px 3px 2px #AC789A; box-shadow:1px 1px 3px 2px #AC789A;">
Div content here
</div>
This text has color #AC789A on black background.
This text has color #AC789A on white background.
This text has black color on #AC789A background.
This text has white color on #AC789A background.
Complementary color for #hex is #538765.