HEX: #A76C5E
RGB: (167,108,94)
#A76C5E contains mainly red and green colors. Web safe color of #A76C5E is #996666 (or #966).
#A76C5E color RGB value is (167,108,94).
RGB: (167,108,94)
(65%, 42%, 37%)
R 167 of 255 = 65%
G 108 of 255 = 42%
B 94 of 255 = 37%
R + G + B ~ 48%. #A76C5E is middle color (not dark and not light).
R + G + B = 167 + 108 + 94 = 369 (100%)
R 167 of 369 ~ 45.26%
G 108 of 369 ~ 29.27%
B 94 of 369 ~ 25.47'%
#A76C5E color CMYK value is (0,35,44,35).
CMYK: (0,35,44,35)
C0M35Y44K35 (0%, 35%, 44%, 35%)
(0.00 / 0.35 / 0.44 / 0.35)
Color #A76C5E in popluar color models
A7 | 6C | 5E | |
---|---|---|---|
RGB | 167 | 108 | 94 |
HSL | 12° | 29.32% | 51.18% |
HSB/HSV | 12° | 43.71% | 65.49% |
CMYK | 0.00% | 35.33% | 43.71% |
34.51% |
Color #A76C5E in popluar number systems.
HEX | A7 | 6C | 5E |
Decimal | 167 | 108 | 94 |
Binary | 10100111 | 1101100 | 1011110 |
Octal | 247 | 154 | 136 |
Shades of #A76C5E
Tints of #A76C5E
Examples of css and html codes for elements with #A76C5E color. Also use rgb(167,108,94) instead hex code.
.myTextColor { color: #A76C5E; }
<p style="color:#A76C5E">This sample text font color is #A76C5E.</p>
This text font color is #A76C5E.
.myBgColor { background-color: #A76C5E; }
<div style="background-color:#A76C5E">Inner text</div>
This div background color is #A76C5E.
.myBorderColor { border: 1px solid #A76C5E; }
<div style="border:3px solid #A76C5E">Div</div>
This div border color is #A76C5E.
.myOpacity80 { color: #A76C5E; opacity: 0.8; }
<p style="color:#A76C5E;opacity:0.8;">80%</p>
Text with #A76C5E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A76C5E;}
<p style="text-shadow: 3px 3px 1px #A76C5E">Text here.</p>
This text has shadow with #A76C5E color.
.textShadow {text-shadow: 3px 3px 1px #A76C5E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A76C5E, 5px 5px 20px red">Text here.</p>
This text has shadow with #A76C5E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A76C5E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A76C5E, Direction=45, Strength=4)">Text</p>
This text has shadow with #A76C5E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A76C5E;
-webkit-box-shadow: 1px 1px 3px 2px #A76C5E;
box-shadow: 1px 1px 3px 2px #A76C5E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A76C5E; -webkit-box-shadow: 1px 1px 3px 2px #A76C5E; box-shadow:1px 1px 3px 2px #A76C5E;">
Div content here
</div>
This text has color #A76C5E on black background.
This text has color #A76C5E on white background.
This text has black color on #A76C5E background.
This text has white color on #A76C5E background.
Complementary color for #hex is #5893A1.