HEX: #A58B6E
RGB: (165,139,110)
#A58B6E contains red, green and blue colors in about the same proportion. Web safe color of #A58B6E is #999966 (or #996).
#A58B6E color RGB value is (165,139,110).
RGB: (165,139,110)
(65%, 55%, 43%)
R 165 of 255 = 65%
G 139 of 255 = 55%
B 110 of 255 = 43%
R + G + B ~ 54%. #A58B6E is middle color (not dark and not light).
R + G + B = 165 + 139 + 110 = 414 (100%)
R 165 of 414 ~ 39.86%
G 139 of 414 ~ 33.57%
B 110 of 414 ~ 26.57'%
#A58B6E color CMYK value is (0,16,33,35).
CMYK: (0,16,33,35) C0M16Y33K35 (0%,16%,33%,35%) (0.00/0.16/0.33/0.35)
Color #A58B6E in popluar color models
A5 | 8B | 6E | |
---|---|---|---|
RGB | 165 | 139 | 110 |
HSL | 32° | 23.40% | 53.92% |
HSB/HSV | 32° | 33.33% | 64.71% |
CMYK | 0.00% | 15.76% | 33.33% |
35.29% |
Color #A58B6E in popluar number systems.
HEX | A5 | 8B | 6E |
Decimal | 165 | 139 | 110 |
Binary | 10100101 | 10001011 | 1101110 |
Octal | 245 | 213 | 156 |
Shades of #A58B6E
Tints of #A58B6E
Examples of css and html codes for elements with #A58B6E color. Also use rgb(165,139,110) instead hex code.
.myTextColor { color: #A58B6E; }
<p style="color:#A58B6E">This sample text font color is #A58B6E.</p>
This text font color is #A58B6E.
.myBgColor { background-color: #A58B6E; }
<div style="background-color:#A58B6E">Inner text</div>
This div background color is #A58B6E.
.myBorderColor { border: 1px solid #A58B6E; }
<div style="border:3px solid #A58B6E">Div</div>
This div border color is #A58B6E.
.myOpacity80 { color: #A58B6E; opacity: 0.8; }
<p style="color:#A58B6E;opacity:0.8;">80%</p>
Text with #A58B6E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A58B6E;}
<p style="text-shadow: 3px 3px 1px #A58B6E">Text here.</p>
This text has shadow with #A58B6E color.
.textShadow {text-shadow: 3px 3px 1px #A58B6E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A58B6E, 5px 5px 20px red">Text here.</p>
This text has shadow with #A58B6E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A58B6E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A58B6E, Direction=45, Strength=4)">Text</p>
This text has shadow with #A58B6E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A58B6E;
-webkit-box-shadow: 1px 1px 3px 2px #A58B6E;
box-shadow: 1px 1px 3px 2px #A58B6E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A58B6E; -webkit-box-shadow: 1px 1px 3px 2px #A58B6E; box-shadow:1px 1px 3px 2px #A58B6E;">
Div content here
</div>
This text has color #A58B6E on black background.
This text has color #A58B6E on white background.
This text has black color on #A58B6E background.
This text has white color on #A58B6E background.
Complementary color for #hex is #5A7491.