HEX: #AB717D
RGB: (171,113,125)
#AB717D contains red, green and blue colors in about the same proportion. Web safe color of #AB717D is #996666 (or #966).
#AB717D color RGB value is (171,113,125).
RGB: (171,113,125)
(67%, 44%, 49%)
R 171 of 255 = 67%
G 113 of 255 = 44%
B 125 of 255 = 49%
R + G + B ~ 53%. #AB717D is middle color (not dark and not light).
R + G + B = 171 + 113 + 125 = 409 (100%)
R 171 of 409 ~ 41.81%
G 113 of 409 ~ 27.63%
B 125 of 409 ~ 30.56'%
#AB717D color CMYK value is (0,34,27,33).
CMYK: (0,34,27,33)
C0M34Y27K33 (0%, 34%, 27%, 33%)
(0.00 / 0.34 / 0.27 / 0.33)
Color #AB717D in popluar color models
AB | 71 | 7D | |
---|---|---|---|
RGB | 171 | 113 | 125 |
HSL | 348° | 25.66% | 55.69% |
HSB/HSV | 348° | 33.92% | 67.06% |
CMYK | 0.00% | 33.92% | 26.90% |
32.94% |
Color #AB717D in popluar number systems.
HEX | AB | 71 | 7D |
Decimal | 171 | 113 | 125 |
Binary | 10101011 | 1110001 | 1111101 |
Octal | 253 | 161 | 175 |
Shades of #AB717D
Tints of #AB717D
Examples of css and html codes for elements with #AB717D color. Also use rgb(171,113,125) instead hex code.
.myTextColor { color: #AB717D; }
<p style="color:#AB717D">This sample text font color is #AB717D.</p>
This text font color is #AB717D.
.myBgColor { background-color: #AB717D; }
<div style="background-color:#AB717D">Inner text</div>
This div background color is #AB717D.
.myBorderColor { border: 1px solid #AB717D; }
<div style="border:3px solid #AB717D">Div</div>
This div border color is #AB717D.
.myOpacity80 { color: #AB717D; opacity: 0.8; }
<p style="color:#AB717D;opacity:0.8;">80%</p>
Text with #AB717D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB717D;}
<p style="text-shadow: 3px 3px 1px #AB717D">Text here.</p>
This text has shadow with #AB717D color.
.textShadow {text-shadow: 3px 3px 1px #AB717D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB717D, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB717D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB717D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB717D, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB717D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB717D;
-webkit-box-shadow: 1px 1px 3px 2px #AB717D;
box-shadow: 1px 1px 3px 2px #AB717D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB717D; -webkit-box-shadow: 1px 1px 3px 2px #AB717D; box-shadow:1px 1px 3px 2px #AB717D;">
Div content here
</div>
This text has color #AB717D on black background.
This text has color #AB717D on white background.
This text has black color on #AB717D background.
This text has white color on #AB717D background.
Complementary color for #hex is #548E82.