HEX: #AB857B
RGB: (171,133,123)
#AB857B contains red, green and blue colors in about the same proportion. Web safe color of #AB857B is #999966 (or #996).
#AB857B color RGB value is (171,133,123).
RGB: (171,133,123)
(67%, 52%, 48%)
R 171 of 255 = 67%
G 133 of 255 = 52%
B 123 of 255 = 48%
R + G + B ~ 56%. #AB857B is middle color (not dark and not light).
R + G + B = 171 + 133 + 123 = 427 (100%)
R 171 of 427 ~ 40.05%
G 133 of 427 ~ 31.15%
B 123 of 427 ~ 28.81'%
#AB857B color CMYK value is (0,22,28,33).
CMYK: (0,22,28,33)
C0M22Y28K33 (0%, 22%, 28%, 33%)
(0.00 / 0.22 / 0.28 / 0.33)
Color #AB857B in popluar color models
AB | 85 | 7B | |
---|---|---|---|
RGB | 171 | 133 | 123 |
HSL | 13° | 22.22% | 57.65% |
HSB/HSV | 13° | 28.07% | 67.06% |
CMYK | 0.00% | 22.22% | 28.07% |
32.94% |
Color #AB857B in popluar number systems.
HEX | AB | 85 | 7B |
Decimal | 171 | 133 | 123 |
Binary | 10101011 | 10000101 | 1111011 |
Octal | 253 | 205 | 173 |
Shades of #AB857B
Tints of #AB857B
Examples of css and html codes for elements with #AB857B color. Also use rgb(171,133,123) instead hex code.
.myTextColor { color: #AB857B; }
<p style="color:#AB857B">This sample text font color is #AB857B.</p>
This text font color is #AB857B.
.myBgColor { background-color: #AB857B; }
<div style="background-color:#AB857B">Inner text</div>
This div background color is #AB857B.
.myBorderColor { border: 1px solid #AB857B; }
<div style="border:3px solid #AB857B">Div</div>
This div border color is #AB857B.
.myOpacity80 { color: #AB857B; opacity: 0.8; }
<p style="color:#AB857B;opacity:0.8;">80%</p>
Text with #AB857B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB857B;}
<p style="text-shadow: 3px 3px 1px #AB857B">Text here.</p>
This text has shadow with #AB857B color.
.textShadow {text-shadow: 3px 3px 1px #AB857B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB857B, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB857B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB857B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB857B, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB857B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB857B;
-webkit-box-shadow: 1px 1px 3px 2px #AB857B;
box-shadow: 1px 1px 3px 2px #AB857B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB857B; -webkit-box-shadow: 1px 1px 3px 2px #AB857B; box-shadow:1px 1px 3px 2px #AB857B;">
Div content here
</div>
This text has color #AB857B on black background.
This text has color #AB857B on white background.
This text has black color on #AB857B background.
This text has white color on #AB857B background.
Complementary color for #hex is #547A84.