HEX: #AC5595
RGB: (172,85,149)
#AC5595 contains mainly red and blue colors. Web safe color of #AC5595 is #996699 (or #969).
#AC5595 color RGB value is (172,85,149).
RGB: (172,85,149)
(67%, 33%, 58%)
R 172 of 255 = 67%
G 85 of 255 = 33%
B 149 of 255 = 58%
R + G + B ~ 53%. #AC5595 is middle color (not dark and not light).
R + G + B = 172 + 85 + 149 = 406 (100%)
R 172 of 406 ~ 42.36%
G 85 of 406 ~ 20.94%
B 149 of 406 ~ 36.7'%
#AC5595 color CMYK value is (0,51,13,33).
CMYK: (0,51,13,33)
C0M51Y13K33 (0%, 51%, 13%, 33%)
(0.00 / 0.51 / 0.13 / 0.33)
Color #AC5595 in popluar color models
AC | 55 | 95 | |
---|---|---|---|
RGB | 172 | 85 | 149 |
HSL | 316° | 34.39% | 50.39% |
HSB/HSV | 316° | 50.58% | 67.45% |
CMYK | 0.00% | 50.58% | 13.37% |
32.55% |
Color #AC5595 in popluar number systems.
HEX | AC | 55 | 95 |
Decimal | 172 | 85 | 149 |
Binary | 10101100 | 1010101 | 10010101 |
Octal | 254 | 125 | 225 |
Shades of #AC5595
Tints of #AC5595
Examples of css and html codes for elements with #AC5595 color. Also use rgb(172,85,149) instead hex code.
.myTextColor { color: #AC5595; }
<p style="color:#AC5595">This sample text font color is #AC5595.</p>
This text font color is #AC5595.
.myBgColor { background-color: #AC5595; }
<div style="background-color:#AC5595">Inner text</div>
This div background color is #AC5595.
.myBorderColor { border: 1px solid #AC5595; }
<div style="border:3px solid #AC5595">Div</div>
This div border color is #AC5595.
.myOpacity80 { color: #AC5595; opacity: 0.8; }
<p style="color:#AC5595;opacity:0.8;">80%</p>
Text with #AC5595 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AC5595;}
<p style="text-shadow: 3px 3px 1px #AC5595">Text here.</p>
This text has shadow with #AC5595 color.
.textShadow {text-shadow: 3px 3px 1px #AC5595', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AC5595, 5px 5px 20px red">Text here.</p>
This text has shadow with #AC5595 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AC5595, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AC5595, Direction=45, Strength=4)">Text</p>
This text has shadow with #AC5595 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AC5595;
-webkit-box-shadow: 1px 1px 3px 2px #AC5595;
box-shadow: 1px 1px 3px 2px #AC5595;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AC5595; -webkit-box-shadow: 1px 1px 3px 2px #AC5595; box-shadow:1px 1px 3px 2px #AC5595;">
Div content here
</div>
This text has color #AC5595 on black background.
This text has color #AC5595 on white background.
This text has black color on #AC5595 background.
This text has white color on #AC5595 background.
Complementary color for #hex is #53AA6A.