HEX: #AB716E
RGB: (171,113,110)
#AB716E contains mainly red and green colors. Web safe color of #AB716E is #996666 (or #966).
#AB716E color RGB value is (171,113,110).
RGB: (171,113,110)
(67%, 44%, 43%)
R 171 of 255 = 67%
G 113 of 255 = 44%
B 110 of 255 = 43%
R + G + B ~ 51%. #AB716E is middle color (not dark and not light).
R + G + B = 171 + 113 + 110 = 394 (100%)
R 171 of 394 ~ 43.4%
G 113 of 394 ~ 28.68%
B 110 of 394 ~ 27.92'%
#AB716E color CMYK value is (0,34,36,33).
CMYK: (0,34,36,33)
C0M34Y36K33 (0%, 34%, 36%, 33%)
(0.00 / 0.34 / 0.36 / 0.33)
Color #AB716E in popluar color models
AB | 71 | 6E | |
---|---|---|---|
RGB | 171 | 113 | 110 |
HSL | 3° | 26.64% | 55.10% |
HSB/HSV | 3° | 35.67% | 67.06% |
CMYK | 0.00% | 33.92% | 35.67% |
32.94% |
Color #AB716E in popluar number systems.
HEX | AB | 71 | 6E |
Decimal | 171 | 113 | 110 |
Binary | 10101011 | 1110001 | 1101110 |
Octal | 253 | 161 | 156 |
Shades of #AB716E
Tints of #AB716E
Examples of css and html codes for elements with #AB716E color. Also use rgb(171,113,110) instead hex code.
.myTextColor { color: #AB716E; }
<p style="color:#AB716E">This sample text font color is #AB716E.</p>
This text font color is #AB716E.
.myBgColor { background-color: #AB716E; }
<div style="background-color:#AB716E">Inner text</div>
This div background color is #AB716E.
.myBorderColor { border: 1px solid #AB716E; }
<div style="border:3px solid #AB716E">Div</div>
This div border color is #AB716E.
.myOpacity80 { color: #AB716E; opacity: 0.8; }
<p style="color:#AB716E;opacity:0.8;">80%</p>
Text with #AB716E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB716E;}
<p style="text-shadow: 3px 3px 1px #AB716E">Text here.</p>
This text has shadow with #AB716E color.
.textShadow {text-shadow: 3px 3px 1px #AB716E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB716E, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB716E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB716E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB716E, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB716E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB716E;
-webkit-box-shadow: 1px 1px 3px 2px #AB716E;
box-shadow: 1px 1px 3px 2px #AB716E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB716E; -webkit-box-shadow: 1px 1px 3px 2px #AB716E; box-shadow:1px 1px 3px 2px #AB716E;">
Div content here
</div>
This text has color #AB716E on black background.
This text has color #AB716E on white background.
This text has black color on #AB716E background.
This text has white color on #AB716E background.
Complementary color for #hex is #548E91.