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