HEX: #AB727C
RGB: (171,114,124)
#AB727C contains red, green and blue colors in about the same proportion. Web safe color of #AB727C is #996666 (or #966).
#AB727C color RGB value is (171,114,124).
RGB: (171,114,124)
(67%, 45%, 49%)
R 171 of 255 = 67%
G 114 of 255 = 45%
B 124 of 255 = 49%
R + G + B ~ 54%. #AB727C is middle color (not dark and not light).
R + G + B = 171 + 114 + 124 = 409 (100%)
R 171 of 409 ~ 41.81%
G 114 of 409 ~ 27.87%
B 124 of 409 ~ 30.32'%
#AB727C color CMYK value is (0,33,27,33).
CMYK: (0,33,27,33) C0M33Y27K33 (0%,33%,27%,33%) (0.00/0.33/0.27/0.33)
Color #AB727C in popluar color models
AB | 72 | 7C | |
---|---|---|---|
RGB | 171 | 114 | 124 |
HSL | 349° | 25.33% | 55.88% |
HSB/HSV | 349° | 33.33% | 67.06% |
CMYK | 0.00% | 33.33% | 27.49% |
32.94% |
Color #AB727C in popluar number systems.
HEX | AB | 72 | 7C |
Decimal | 171 | 114 | 124 |
Binary | 10101011 | 1110010 | 1111100 |
Octal | 253 | 162 | 174 |
Shades of #AB727C
Tints of #AB727C
Examples of css and html codes for elements with #AB727C color. Also use rgb(171,114,124) instead hex code.
.myTextColor { color: #AB727C; }
<p style="color:#AB727C">This sample text font color is #AB727C.</p>
This text font color is #AB727C.
.myBgColor { background-color: #AB727C; }
<div style="background-color:#AB727C">Inner text</div>
This div background color is #AB727C.
.myBorderColor { border: 1px solid #AB727C; }
<div style="border:3px solid #AB727C">Div</div>
This div border color is #AB727C.
.myOpacity80 { color: #AB727C; opacity: 0.8; }
<p style="color:#AB727C;opacity:0.8;">80%</p>
Text with #AB727C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB727C;}
<p style="text-shadow: 3px 3px 1px #AB727C">Text here.</p>
This text has shadow with #AB727C color.
.textShadow {text-shadow: 3px 3px 1px #AB727C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB727C, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB727C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB727C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB727C, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB727C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB727C;
-webkit-box-shadow: 1px 1px 3px 2px #AB727C;
box-shadow: 1px 1px 3px 2px #AB727C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB727C; -webkit-box-shadow: 1px 1px 3px 2px #AB727C; box-shadow:1px 1px 3px 2px #AB727C;">
Div content here
</div>
This text has color #AB727C on black background.
This text has color #AB727C on white background.
This text has black color on #AB727C background.
This text has white color on #AB727C background.
Complementary color for #hex is #548D83.