HEX: #AB887D
RGB: (171,136,125)
#AB887D contains red, green and blue colors in about the same proportion. Web safe color of #AB887D is #999966 (or #996).
#AB887D color RGB value is (171,136,125).
RGB: (171,136,125)
(67%, 53%, 49%)
R 171 of 255 = 67%
G 136 of 255 = 53%
B 125 of 255 = 49%
R + G + B ~ 56%. #AB887D is middle color (not dark and not light).
R + G + B = 171 + 136 + 125 = 432 (100%)
R 171 of 432 ~ 39.58%
G 136 of 432 ~ 31.48%
B 125 of 432 ~ 28.94'%
#AB887D color CMYK value is (0,20,27,33).
CMYK: (0,20,27,33)
C0M20Y27K33 (0%, 20%, 27%, 33%)
(0.00 / 0.20 / 0.27 / 0.33)
Color #AB887D in popluar color models
AB | 88 | 7D | |
---|---|---|---|
RGB | 171 | 136 | 125 |
HSL | 14° | 21.50% | 58.04% |
HSB/HSV | 14° | 26.90% | 67.06% |
CMYK | 0.00% | 20.47% | 26.90% |
32.94% |
Color #AB887D in popluar number systems.
HEX | AB | 88 | 7D |
Decimal | 171 | 136 | 125 |
Binary | 10101011 | 10001000 | 1111101 |
Octal | 253 | 210 | 175 |
Shades of #AB887D
Tints of #AB887D
Examples of css and html codes for elements with #AB887D color. Also use rgb(171,136,125) instead hex code.
.myTextColor { color: #AB887D; }
<p style="color:#AB887D">This sample text font color is #AB887D.</p>
This text font color is #AB887D.
.myBgColor { background-color: #AB887D; }
<div style="background-color:#AB887D">Inner text</div>
This div background color is #AB887D.
.myBorderColor { border: 1px solid #AB887D; }
<div style="border:3px solid #AB887D">Div</div>
This div border color is #AB887D.
.myOpacity80 { color: #AB887D; opacity: 0.8; }
<p style="color:#AB887D;opacity:0.8;">80%</p>
Text with #AB887D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB887D;}
<p style="text-shadow: 3px 3px 1px #AB887D">Text here.</p>
This text has shadow with #AB887D color.
.textShadow {text-shadow: 3px 3px 1px #AB887D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB887D, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB887D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB887D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB887D, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB887D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB887D;
-webkit-box-shadow: 1px 1px 3px 2px #AB887D;
box-shadow: 1px 1px 3px 2px #AB887D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB887D; -webkit-box-shadow: 1px 1px 3px 2px #AB887D; box-shadow:1px 1px 3px 2px #AB887D;">
Div content here
</div>
This text has color #AB887D on black background.
This text has color #AB887D on white background.
This text has black color on #AB887D background.
This text has white color on #AB887D background.
Complementary color for #hex is #547782.