HEX: #AB955E
RGB: (171,149,94)
#AB955E contains mainly red and green colors. Web safe color of #AB955E is #999966 (or #996).
#AB955E color RGB value is (171,149,94).
RGB: (171,149,94)
(67%, 58%, 37%)
R 171 of 255 = 67%
G 149 of 255 = 58%
B 94 of 255 = 37%
R + G + B ~ 54%. #AB955E is middle color (not dark and not light).
R + G + B = 171 + 149 + 94 = 414 (100%)
R 171 of 414 ~ 41.3%
G 149 of 414 ~ 35.99%
B 94 of 414 ~ 22.71'%
#AB955E color CMYK value is (0,13,45,33).
CMYK: (0,13,45,33)
C0M13Y45K33 (0%, 13%, 45%, 33%)
(0.00 / 0.13 / 0.45 / 0.33)
Color #AB955E in popluar color models
AB | 95 | 5E | |
---|---|---|---|
RGB | 171 | 149 | 94 |
HSL | 43° | 31.43% | 51.96% |
HSB/HSV | 43° | 45.03% | 67.06% |
CMYK | 0.00% | 12.87% | 45.03% |
32.94% |
Color #AB955E in popluar number systems.
HEX | AB | 95 | 5E |
Decimal | 171 | 149 | 94 |
Binary | 10101011 | 10010101 | 1011110 |
Octal | 253 | 225 | 136 |
Shades of #AB955E
Tints of #AB955E
Examples of css and html codes for elements with #AB955E color. Also use rgb(171,149,94) instead hex code.
.myTextColor { color: #AB955E; }
<p style="color:#AB955E">This sample text font color is #AB955E.</p>
This text font color is #AB955E.
.myBgColor { background-color: #AB955E; }
<div style="background-color:#AB955E">Inner text</div>
This div background color is #AB955E.
.myBorderColor { border: 1px solid #AB955E; }
<div style="border:3px solid #AB955E">Div</div>
This div border color is #AB955E.
.myOpacity80 { color: #AB955E; opacity: 0.8; }
<p style="color:#AB955E;opacity:0.8;">80%</p>
Text with #AB955E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB955E;}
<p style="text-shadow: 3px 3px 1px #AB955E">Text here.</p>
This text has shadow with #AB955E color.
.textShadow {text-shadow: 3px 3px 1px #AB955E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB955E, 5px 5px 20px red">Text here.</p>
This text has shadow with #AB955E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB955E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB955E, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB955E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB955E;
-webkit-box-shadow: 1px 1px 3px 2px #AB955E;
box-shadow: 1px 1px 3px 2px #AB955E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB955E; -webkit-box-shadow: 1px 1px 3px 2px #AB955E; box-shadow:1px 1px 3px 2px #AB955E;">
Div content here
</div>
This text has color #AB955E on black background.
This text has color #AB955E on white background.
This text has black color on #AB955E background.
This text has white color on #AB955E background.
Complementary color for #hex is #546AA1.