HEX: #AC553C
RGB: (172,85,60)
#AC553C contains mainly red color. Web safe color of #AC553C is #996633 (or #963).
#AC553C color RGB value is (172,85,60).
RGB: (172,85,60)
(67%, 33%, 24%)
R 172 of 255 = 67%
G 85 of 255 = 33%
B 60 of 255 = 24%
R + G + B ~ 41%. #AC553C is middle color (not dark and not light).
R + G + B = 172 + 85 + 60 = 317 (100%)
R 172 of 317 ~ 54.26%
G 85 of 317 ~ 26.81%
B 60 of 317 ~ 18.93'%
#AC553C color CMYK value is (0,51,65,33).
CMYK: (0,51,65,33) C0M51Y65K33 (0%,51%,65%,33%) (0.00/0.51/0.65/0.33)
Color #AC553C in popluar color models
AC | 55 | 3C | |
---|---|---|---|
RGB | 172 | 85 | 60 |
HSL | 13° | 48.28% | 45.49% |
HSB/HSV | 13° | 65.12% | 67.45% |
CMYK | 0.00% | 50.58% | 65.12% |
32.55% |
Color #AC553C in popluar number systems.
HEX | AC | 55 | 3C |
Decimal | 172 | 85 | 60 |
Binary | 10101100 | 1010101 | 111100 |
Octal | 254 | 125 | 74 |
Shades of #AC553C
Tints of #AC553C
Examples of css and html codes for elements with #AC553C color. Also use rgb(172,85,60) instead hex code.
.myTextColor { color: #AC553C; }
<p style="color:#AC553C">This sample text font color is #AC553C.</p>
This text font color is #AC553C.
.myBgColor { background-color: #AC553C; }
<div style="background-color:#AC553C">Inner text</div>
This div background color is #AC553C.
.myBorderColor { border: 1px solid #AC553C; }
<div style="border:3px solid #AC553C">Div</div>
This div border color is #AC553C.
.myOpacity80 { color: #AC553C; opacity: 0.8; }
<p style="color:#AC553C;opacity:0.8;">80%</p>
Text with #AC553C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AC553C;}
<p style="text-shadow: 3px 3px 1px #AC553C">Text here.</p>
This text has shadow with #AC553C color.
.textShadow {text-shadow: 3px 3px 1px #AC553C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AC553C, 5px 5px 20px red">Text here.</p>
This text has shadow with #AC553C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AC553C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AC553C, Direction=45, Strength=4)">Text</p>
This text has shadow with #AC553C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AC553C;
-webkit-box-shadow: 1px 1px 3px 2px #AC553C;
box-shadow: 1px 1px 3px 2px #AC553C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AC553C; -webkit-box-shadow: 1px 1px 3px 2px #AC553C; box-shadow:1px 1px 3px 2px #AC553C;">
Div content here
</div>
This text has color #AC553C on black background.
This text has color #AC553C on white background.
This text has black color on #AC553C background.
This text has white color on #AC553C background.
Complementary color for #hex is #53AAC3.