HEX: #AB8815
RGB: (171,136,21)
#AB8815 contains mainly red and green colors. Web safe color of #AB8815 is #999900 (or #990).
#AB8815 color RGB value is (171,136,21).
RGB: (171,136,21)
(67%, 53%, 8%)
R 171 of 255 = 67%
G 136 of 255 = 53%
B 21 of 255 = 8%
R + G + B ~ 43%. #AB8815 is middle color (not dark and not light).
R + G + B = 171 + 136 + 21 = 328 (100%)
R 171 of 328 ~ 52.13%
G 136 of 328 ~ 41.46%
B 21 of 328 ~ 6.4'%
#AB8815 color CMYK value is (0,20,88,33).
CMYK: (0,20,88,33) C0M20Y88K33 (0%,20%,88%,33%) (0.00/0.20/0.88/0.33)
Color #AB8815 in popluar color models
AB | 88 | 15 | |
---|---|---|---|
RGB | 171 | 136 | 21 |
HSL | 46° | 78.13% | 37.65% |
HSB/HSV | 46° | 87.72% | 67.06% |
CMYK | 0.00% | 20.47% | 87.72% |
32.94% |
Color #AB8815 in popluar number systems.
HEX | AB | 88 | 15 |
Decimal | 171 | 136 | 21 |
Binary | 10101011 | 10001000 | 10101 |
Octal | 253 | 210 | 25 |
Shades of #AB8815
Tints of #AB8815
Examples of css and html codes for elements with #AB8815 color. Also use rgb(171,136,21) instead hex code.
.myTextColor { color: #AB8815; }
<p style="color:#AB8815">This sample text font color is #AB8815.</p>
This text font color is #AB8815.
.myBgColor { background-color: #AB8815; }
<div style="background-color:#AB8815">Inner text</div>
This div background color is #AB8815.
.myBorderColor { border: 1px solid #AB8815; }
<div style="border:3px solid #AB8815">Div</div>
This div border color is #AB8815.
.myOpacity80 { color: #AB8815; opacity: 0.8; }
<p style="color:#AB8815;opacity:0.8;">80%</p>
Text with #AB8815 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB8815;}
<p style="text-shadow: 3px 3px 1px #AB8815">Text here.</p>
This text has shadow with #AB8815 color.
.textShadow {text-shadow: 3px 3px 1px #AB8815', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB8815, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB8815 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB8815, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB8815, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB8815 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB8815;
-webkit-box-shadow: 1px 1px 3px 2px #AB8815;
box-shadow: 1px 1px 3px 2px #AB8815;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB8815; -webkit-box-shadow: 1px 1px 3px 2px #AB8815; box-shadow:1px 1px 3px 2px #AB8815;">
Div content here
</div>
This text has color #AB8815 on black background.
This text has color #AB8815 on white background.
This text has black color on #AB8815 background.
This text has white color on #AB8815 background.
Complementary color for #hex is #5477EA.