HEX: #AC769C
RGB: (172,118,156)
#AC769C contains red, green and blue colors in about the same proportion. Web safe color of #AC769C is #996699 (or #969).
#AC769C color RGB value is (172,118,156).
RGB: (172,118,156)
(67%, 46%, 61%)
R 172 of 255 = 67%
G 118 of 255 = 46%
B 156 of 255 = 61%
R + G + B ~ 58%. #AC769C is middle color (not dark and not light).
R + G + B = 172 + 118 + 156 = 446 (100%)
R 172 of 446 ~ 38.57%
G 118 of 446 ~ 26.46%
B 156 of 446 ~ 34.98'%
#AC769C color CMYK value is (0,31,9,33).
CMYK: (0,31,9,33)
C0M31Y9K33 (0%, 31%, 9%, 33%)
(0.00 / 0.31 / 0.09 / 0.33)
Color #AC769C in popluar color models
AC | 76 | 9C | |
---|---|---|---|
RGB | 172 | 118 | 156 |
HSL | 318° | 24.55% | 56.86% |
HSB/HSV | 318° | 31.40% | 67.45% |
CMYK | 0.00% | 31.40% | 9.30% |
32.55% |
Color #AC769C in popluar number systems.
HEX | AC | 76 | 9C |
Decimal | 172 | 118 | 156 |
Binary | 10101100 | 1110110 | 10011100 |
Octal | 254 | 166 | 234 |
Shades of #AC769C
Tints of #AC769C
Examples of css and html codes for elements with #AC769C color. Also use rgb(172,118,156) instead hex code.
.myTextColor { color: #AC769C; }
<p style="color:#AC769C">This sample text font color is #AC769C.</p>
This text font color is #AC769C.
.myBgColor { background-color: #AC769C; }
<div style="background-color:#AC769C">Inner text</div>
This div background color is #AC769C.
.myBorderColor { border: 1px solid #AC769C; }
<div style="border:3px solid #AC769C">Div</div>
This div border color is #AC769C.
.myOpacity80 { color: #AC769C; opacity: 0.8; }
<p style="color:#AC769C;opacity:0.8;">80%</p>
Text with #AC769C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AC769C;}
<p style="text-shadow: 3px 3px 1px #AC769C">Text here.</p>
This text has shadow with #AC769C color.
.textShadow {text-shadow: 3px 3px 1px #AC769C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AC769C, 5px 5px 20px red">Text here.</p>
This text has shadow with #AC769C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AC769C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AC769C, Direction=45, Strength=4)">Text</p>
This text has shadow with #AC769C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AC769C;
-webkit-box-shadow: 1px 1px 3px 2px #AC769C;
box-shadow: 1px 1px 3px 2px #AC769C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AC769C; -webkit-box-shadow: 1px 1px 3px 2px #AC769C; box-shadow:1px 1px 3px 2px #AC769C;">
Div content here
</div>
This text has color #AC769C on black background.
This text has color #AC769C on white background.
This text has black color on #AC769C background.
This text has white color on #AC769C background.
Complementary color for #hex is #538963.