HEX: #A46E47
RGB: (164,110,71)
#A46E47 contains mainly red and green colors. Web safe color of #A46E47 is #996633 (or #963).
#A46E47 color RGB value is (164,110,71).
RGB: (164,110,71)
(64%, 43%, 28%)
R 164 of 255 = 64%
G 110 of 255 = 43%
B 71 of 255 = 28%
R + G + B ~ 45%. #A46E47 is middle color (not dark and not light).
R + G + B = 164 + 110 + 71 = 345 (100%)
R 164 of 345 ~ 47.54%
G 110 of 345 ~ 31.88%
B 71 of 345 ~ 20.58'%
#A46E47 color CMYK value is (0,33,57,36).
CMYK: (0,33,57,36) C0M33Y57K36 (0%,33%,57%,36%) (0.00/0.33/0.57/0.36)
Color #A46E47 in popluar color models
A4 | 6E | 47 | |
---|---|---|---|
RGB | 164 | 110 | 71 |
HSL | 25° | 39.57% | 46.08% |
HSB/HSV | 25° | 56.71% | 64.31% |
CMYK | 0.00% | 32.93% | 56.71% |
35.69% |
Color #A46E47 in popluar number systems.
HEX | A4 | 6E | 47 |
Decimal | 164 | 110 | 71 |
Binary | 10100100 | 1101110 | 1000111 |
Octal | 244 | 156 | 107 |
Shades of #A46E47
Tints of #A46E47
Examples of css and html codes for elements with #A46E47 color. Also use rgb(164,110,71) instead hex code.
.myTextColor { color: #A46E47; }
<p style="color:#A46E47">This sample text font color is #A46E47.</p>
This text font color is #A46E47.
.myBgColor { background-color: #A46E47; }
<div style="background-color:#A46E47">Inner text</div>
This div background color is #A46E47.
.myBorderColor { border: 1px solid #A46E47; }
<div style="border:3px solid #A46E47">Div</div>
This div border color is #A46E47.
.myOpacity80 { color: #A46E47; opacity: 0.8; }
<p style="color:#A46E47;opacity:0.8;">80%</p>
Text with #A46E47 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A46E47;}
<p style="text-shadow: 3px 3px 1px #A46E47">Text here.</p>
This text has shadow with #A46E47 color.
.textShadow {text-shadow: 3px 3px 1px #A46E47', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A46E47, 5px 5px 20px red">Text here.</p>
This text has shadow with #A46E47 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A46E47, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A46E47, Direction=45, Strength=4)">Text</p>
This text has shadow with #A46E47 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A46E47;
-webkit-box-shadow: 1px 1px 3px 2px #A46E47;
box-shadow: 1px 1px 3px 2px #A46E47;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A46E47; -webkit-box-shadow: 1px 1px 3px 2px #A46E47; box-shadow:1px 1px 3px 2px #A46E47;">
Div content here
</div>
This text has color #A46E47 on black background.
This text has color #A46E47 on white background.
This text has black color on #A46E47 background.
This text has white color on #A46E47 background.
Complementary color for #hex is #5B91B8.