HEX: #A47959
RGB: (164,121,89)
#A47959 contains mainly red and green colors. Web safe color of #A47959 is #996666 (or #966).
#A47959 color RGB value is (164,121,89).
RGB: (164,121,89)
(64%, 47%, 35%)
R 164 of 255 = 64%
G 121 of 255 = 47%
B 89 of 255 = 35%
R + G + B ~ 49%. #A47959 is middle color (not dark and not light).
R + G + B = 164 + 121 + 89 = 374 (100%)
R 164 of 374 ~ 43.85%
G 121 of 374 ~ 32.35%
B 89 of 374 ~ 23.8'%
#A47959 color CMYK value is (0,26,46,36).
CMYK: (0,26,46,36) C0M26Y46K36 (0%,26%,46%,36%) (0.00/0.26/0.46/0.36)
Color #A47959 in popluar color models
A4 | 79 | 59 | |
---|---|---|---|
RGB | 164 | 121 | 89 |
HSL | 26° | 29.64% | 49.61% |
HSB/HSV | 26° | 45.73% | 64.31% |
CMYK | 0.00% | 26.22% | 45.73% |
35.69% |
Color #A47959 in popluar number systems.
HEX | A4 | 79 | 59 |
Decimal | 164 | 121 | 89 |
Binary | 10100100 | 1111001 | 1011001 |
Octal | 244 | 171 | 131 |
Shades of #A47959
Tints of #A47959
Examples of css and html codes for elements with #A47959 color. Also use rgb(164,121,89) instead hex code.
.myTextColor { color: #A47959; }
<p style="color:#A47959">This sample text font color is #A47959.</p>
This text font color is #A47959.
.myBgColor { background-color: #A47959; }
<div style="background-color:#A47959">Inner text</div>
This div background color is #A47959.
.myBorderColor { border: 1px solid #A47959; }
<div style="border:3px solid #A47959">Div</div>
This div border color is #A47959.
.myOpacity80 { color: #A47959; opacity: 0.8; }
<p style="color:#A47959;opacity:0.8;">80%</p>
Text with #A47959 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A47959;}
<p style="text-shadow: 3px 3px 1px #A47959">Text here.</p>
This text has shadow with #A47959 color.
.textShadow {text-shadow: 3px 3px 1px #A47959', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A47959, 5px 5px 20px red">Text here.</p>
This text has shadow with #A47959 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A47959, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A47959, Direction=45, Strength=4)">Text</p>
This text has shadow with #A47959 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A47959;
-webkit-box-shadow: 1px 1px 3px 2px #A47959;
box-shadow: 1px 1px 3px 2px #A47959;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A47959; -webkit-box-shadow: 1px 1px 3px 2px #A47959; box-shadow:1px 1px 3px 2px #A47959;">
Div content here
</div>
This text has color #A47959 on black background.
This text has color #A47959 on white background.
This text has black color on #A47959 background.
This text has white color on #A47959 background.
Complementary color for #hex is #5B86A6.