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