HEX: #AC74AA
RGB: (172,116,170)
#AC74AA contains red, green and blue colors in about the same proportion. Web safe color of #AC74AA is #996699 (or #969).
#AC74AA color RGB value is (172,116,170).
RGB: (172,116,170)
(67%, 45%, 67%)
R 172 of 255 = 67%
G 116 of 255 = 45%
B 170 of 255 = 67%
R + G + B ~ 60%. #AC74AA is middle color (not dark and not light).
R + G + B = 172 + 116 + 170 = 458 (100%)
R 172 of 458 ~ 37.55%
G 116 of 458 ~ 25.33%
B 170 of 458 ~ 37.12'%
#AC74AA color CMYK value is (0,33,1,33).
CMYK: (0,33,1,33)
C0M33Y1K33 (0%, 33%, 1%, 33%)
(0.00 / 0.33 / 0.01 / 0.33)
Color #AC74AA in popluar color models
AC | 74 | AA | |
---|---|---|---|
RGB | 172 | 116 | 170 |
HSL | 302° | 25.23% | 56.47% |
HSB/HSV | 302° | 32.56% | 67.45% |
CMYK | 0.00% | 32.56% | 1.16% |
32.55% |
Color #AC74AA in popluar number systems.
HEX | AC | 74 | AA |
Decimal | 172 | 116 | 170 |
Binary | 10101100 | 1110100 | 10101010 |
Octal | 254 | 164 | 252 |
Shades of #AC74AA
Tints of #AC74AA
Examples of css and html codes for elements with #AC74AA color. Also use rgb(172,116,170) instead hex code.
.myTextColor { color: #AC74AA; }
<p style="color:#AC74AA">This sample text font color is #AC74AA.</p>
This text font color is #AC74AA.
.myBgColor { background-color: #AC74AA; }
<div style="background-color:#AC74AA">Inner text</div>
This div background color is #AC74AA.
.myBorderColor { border: 1px solid #AC74AA; }
<div style="border:3px solid #AC74AA">Div</div>
This div border color is #AC74AA.
.myOpacity80 { color: #AC74AA; opacity: 0.8; }
<p style="color:#AC74AA;opacity:0.8;">80%</p>
Text with #AC74AA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AC74AA;}
<p style="text-shadow: 3px 3px 1px #AC74AA">Text here.</p>
This text has shadow with #AC74AA color.
.textShadow {text-shadow: 3px 3px 1px #AC74AA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AC74AA, 5px 5px 20px red">Text here.</p>
This text has shadow with #AC74AA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AC74AA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AC74AA, Direction=45, Strength=4)">Text</p>
This text has shadow with #AC74AA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AC74AA;
-webkit-box-shadow: 1px 1px 3px 2px #AC74AA;
box-shadow: 1px 1px 3px 2px #AC74AA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AC74AA; -webkit-box-shadow: 1px 1px 3px 2px #AC74AA; box-shadow:1px 1px 3px 2px #AC74AA;">
Div content here
</div>
This text has color #AC74AA on black background.
This text has color #AC74AA on white background.
This text has black color on #AC74AA background.
This text has white color on #AC74AA background.
Complementary color for #hex is #538B55.