HEX: #AC787B
RGB: (172,120,123)
#AC787B contains red, green and blue colors in about the same proportion. Web safe color of #AC787B is #996666 (or #966).
#AC787B color RGB value is (172,120,123).
RGB: (172,120,123)
(67%, 47%, 48%)
R 172 of 255 = 67%
G 120 of 255 = 47%
B 123 of 255 = 48%
R + G + B ~ 54%. #AC787B is middle color (not dark and not light).
R + G + B = 172 + 120 + 123 = 415 (100%)
R 172 of 415 ~ 41.45%
G 120 of 415 ~ 28.92%
B 123 of 415 ~ 29.64'%
#AC787B color CMYK value is (0,30,28,33).
CMYK: (0,30,28,33) C0M30Y28K33 (0%,30%,28%,33%) (0.00/0.30/0.28/0.33)
Color #AC787B in popluar color models
AC | 78 | 7B | |
---|---|---|---|
RGB | 172 | 120 | 123 |
HSL | 357° | 23.85% | 57.25% |
HSB/HSV | 357° | 30.23% | 67.45% |
CMYK | 0.00% | 30.23% | 28.49% |
32.55% |
Color #AC787B in popluar number systems.
HEX | AC | 78 | 7B |
Decimal | 172 | 120 | 123 |
Binary | 10101100 | 1111000 | 1111011 |
Octal | 254 | 170 | 173 |
Shades of #AC787B
Tints of #AC787B
Examples of css and html codes for elements with #AC787B color. Also use rgb(172,120,123) instead hex code.
.myTextColor { color: #AC787B; }
<p style="color:#AC787B">This sample text font color is #AC787B.</p>
This text font color is #AC787B.
.myBgColor { background-color: #AC787B; }
<div style="background-color:#AC787B">Inner text</div>
This div background color is #AC787B.
.myBorderColor { border: 1px solid #AC787B; }
<div style="border:3px solid #AC787B">Div</div>
This div border color is #AC787B.
.myOpacity80 { color: #AC787B; opacity: 0.8; }
<p style="color:#AC787B;opacity:0.8;">80%</p>
Text with #AC787B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AC787B;}
<p style="text-shadow: 3px 3px 1px #AC787B">Text here.</p>
This text has shadow with #AC787B color.
.textShadow {text-shadow: 3px 3px 1px #AC787B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AC787B, 5px 5px 20px red">Text here.</p>
This text has shadow with #AC787B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AC787B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AC787B, Direction=45, Strength=4)">Text</p>
This text has shadow with #AC787B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AC787B;
-webkit-box-shadow: 1px 1px 3px 2px #AC787B;
box-shadow: 1px 1px 3px 2px #AC787B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AC787B; -webkit-box-shadow: 1px 1px 3px 2px #AC787B; box-shadow:1px 1px 3px 2px #AC787B;">
Div content here
</div>
This text has color #AC787B on black background.
This text has color #AC787B on white background.
This text has black color on #AC787B background.
This text has white color on #AC787B background.
Complementary color for #hex is #538784.