HEX: #A56C59
RGB: (165,108,89)
#A56C59 contains mainly red and green colors. Web safe color of #A56C59 is #996666 (or #966).
#A56C59 color RGB value is (165,108,89).
RGB: (165,108,89)
(65%, 42%, 35%)
R 165 of 255 = 65%
G 108 of 255 = 42%
B 89 of 255 = 35%
R + G + B ~ 47%. #A56C59 is middle color (not dark and not light).
R + G + B = 165 + 108 + 89 = 362 (100%)
R 165 of 362 ~ 45.58%
G 108 of 362 ~ 29.83%
B 89 of 362 ~ 24.59'%
#A56C59 color CMYK value is (0,35,46,35).
CMYK: (0,35,46,35)
C0M35Y46K35 (0%, 35%, 46%, 35%)
(0.00 / 0.35 / 0.46 / 0.35)
Color #A56C59 in popluar color models
A5 | 6C | 59 | |
---|---|---|---|
RGB | 165 | 108 | 89 |
HSL | 15° | 29.92% | 49.80% |
HSB/HSV | 15° | 46.06% | 64.71% |
CMYK | 0.00% | 34.55% | 46.06% |
35.29% |
Color #A56C59 in popluar number systems.
HEX | A5 | 6C | 59 |
Decimal | 165 | 108 | 89 |
Binary | 10100101 | 1101100 | 1011001 |
Octal | 245 | 154 | 131 |
Shades of #A56C59
Tints of #A56C59
Examples of css and html codes for elements with #A56C59 color. Also use rgb(165,108,89) instead hex code.
.myTextColor { color: #A56C59; }
<p style="color:#A56C59">This sample text font color is #A56C59.</p>
This text font color is #A56C59.
.myBgColor { background-color: #A56C59; }
<div style="background-color:#A56C59">Inner text</div>
This div background color is #A56C59.
.myBorderColor { border: 1px solid #A56C59; }
<div style="border:3px solid #A56C59">Div</div>
This div border color is #A56C59.
.myOpacity80 { color: #A56C59; opacity: 0.8; }
<p style="color:#A56C59;opacity:0.8;">80%</p>
Text with #A56C59 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A56C59;}
<p style="text-shadow: 3px 3px 1px #A56C59">Text here.</p>
This text has shadow with #A56C59 color.
.textShadow {text-shadow: 3px 3px 1px #A56C59', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A56C59, 5px 5px 20px red">Text here.</p>
This text has shadow with #A56C59 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A56C59, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A56C59, Direction=45, Strength=4)">Text</p>
This text has shadow with #A56C59 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A56C59;
-webkit-box-shadow: 1px 1px 3px 2px #A56C59;
box-shadow: 1px 1px 3px 2px #A56C59;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A56C59; -webkit-box-shadow: 1px 1px 3px 2px #A56C59; box-shadow:1px 1px 3px 2px #A56C59;">
Div content here
</div>
This text has color #A56C59 on black background.
This text has color #A56C59 on white background.
This text has black color on #A56C59 background.
This text has white color on #A56C59 background.
Complementary color for #hex is #5A93A6.