HEX: #AB8963
RGB: (171,137,99)
#AB8963 contains mainly red and green colors. Web safe color of #AB8963 is #999966 (or #996).
#AB8963 color RGB value is (171,137,99).
RGB: (171,137,99)
(67%, 54%, 39%)
R 171 of 255 = 67%
G 137 of 255 = 54%
B 99 of 255 = 39%
R + G + B ~ 53%. #AB8963 is middle color (not dark and not light).
R + G + B = 171 + 137 + 99 = 407 (100%)
R 171 of 407 ~ 42.01%
G 137 of 407 ~ 33.66%
B 99 of 407 ~ 24.32'%
#AB8963 color CMYK value is (0,20,42,33).
CMYK: (0,20,42,33)
C0M20Y42K33 (0%, 20%, 42%, 33%)
(0.00 / 0.20 / 0.42 / 0.33)
Color #AB8963 in popluar color models
AB | 89 | 63 | |
---|---|---|---|
RGB | 171 | 137 | 99 |
HSL | 32° | 30.00% | 52.94% |
HSB/HSV | 32° | 42.11% | 67.06% |
CMYK | 0.00% | 19.88% | 42.11% |
32.94% |
Color #AB8963 in popluar number systems.
HEX | AB | 89 | 63 |
Decimal | 171 | 137 | 99 |
Binary | 10101011 | 10001001 | 1100011 |
Octal | 253 | 211 | 143 |
Shades of #AB8963
Tints of #AB8963
Examples of css and html codes for elements with #AB8963 color. Also use rgb(171,137,99) instead hex code.
.myTextColor { color: #AB8963; }
<p style="color:#AB8963">This sample text font color is #AB8963.</p>
This text font color is #AB8963.
.myBgColor { background-color: #AB8963; }
<div style="background-color:#AB8963">Inner text</div>
This div background color is #AB8963.
.myBorderColor { border: 1px solid #AB8963; }
<div style="border:3px solid #AB8963">Div</div>
This div border color is #AB8963.
.myOpacity80 { color: #AB8963; opacity: 0.8; }
<p style="color:#AB8963;opacity:0.8;">80%</p>
Text with #AB8963 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB8963;}
<p style="text-shadow: 3px 3px 1px #AB8963">Text here.</p>
This text has shadow with #AB8963 color.
.textShadow {text-shadow: 3px 3px 1px #AB8963', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB8963, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB8963 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB8963, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB8963, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB8963 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB8963;
-webkit-box-shadow: 1px 1px 3px 2px #AB8963;
box-shadow: 1px 1px 3px 2px #AB8963;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB8963; -webkit-box-shadow: 1px 1px 3px 2px #AB8963; box-shadow:1px 1px 3px 2px #AB8963;">
Div content here
</div>
This text has color #AB8963 on black background.
This text has color #AB8963 on white background.
This text has black color on #AB8963 background.
This text has white color on #AB8963 background.
Complementary color for #hex is #54769C.