HEX: #AC7A9B
RGB: (172,122,155)
#AC7A9B contains red, green and blue colors in about the same proportion. Web safe color of #AC7A9B is #996699 (or #969).
#AC7A9B color RGB value is (172,122,155).
RGB: (172,122,155) (67%,48%,61%)
R 172 of 255 = 67%
G 122 of 255 = 48%
B 155 of 255 = 61%
R + G + B ~ 59%. #AC7A9B is middle color (not dark and not light).
R + G + B =
172 + 122 + 155 = 449 (100%)
R 172 of 449 ~ 38.31%
G 122 of 449 ~ 27.17%
B 155 of 449 ~ 34.52%
#AC7A9B color CMYK value is (0,29,10,33).
CMYK: (0,29,10,33) C0M29Y10K33 (0%,29%,10%,33%) (0.00/0.29/0.10/0.33)
AC | 7A | 9B | |
---|---|---|---|
RGB | 172 | 122 | 155 |
HSL | 320° | 23.15% | 57.65% |
HSB/HSV | 320° | 29.07% | 67.45% |
CMYK | 0.00% | 29.07% | 9.88% |
32.55% |
HEX | AC | 7A | 9B |
Decimal | 172 | 122 | 155 |
Binary | 10101100 | 1111010 | 10011011 |
Octal | 254 | 172 | 233 |
Examples of css and html codes for elements with #AC7A9B color. Also use rgb(172,122,155) instead hex code.
.myTextColor { color: #AC7A9B; }
<p style="color:#AC7A9B">This sample text font color is #AC7A9B.</p>
This text font color is #AC7A9B.
.myBgColor { background-color: #AC7A9B; }
<div style="background-color:#AC7A9B">Inner text</div>
This div background color is #AC7A9B.
.myBorderColor { border: 1px solid #AC7A9B; }
<div style="border:3px solid #AC7A9B">Div</div>
This div border color is #AC7A9B.
.myOpacity80 { color: #AC7A9B; opacity: 0.8; }
<p style="color:#AC7A9B;opacity:0.8;">80%</p>
Text with #AC7A9B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AC7A9B;}
<p style="text-shadow: 3px 3px 1px #AC7A9B">Text here.</p>
This text has shadow with #AC7A9B color.
.textShadow {text-shadow: 3px 3px 1px #AC7A9B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AC7A9B, 5px 5px 20px red">Text here.</p>
This text has shadow with #AC7A9B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AC7A9B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AC7A9B, Direction=45, Strength=4)">Text</p>
This text has shadow with #AC7A9B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AC7A9B; -webkit-box-shadow: 1px 1px 3px 2px #AC7A9B; box-shadow: 1px 1px 3px 2px #AC7A9B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AC7A9B; -webkit-box-shadow: 1px 1px 3px 2px #AC7A9B; box-shadow:1px 1px 3px 2px #AC7A9B;">
Div content here</div>
This text has color #AC7A9B on black background.
This text has color #AC7A9B on white background.
This text has black color on #AC7A9B background.
This text has white color on #AC7A9B background.