HEX: #A58D63
RGB: (165,141,99)
#A58D63 contains mainly red and green colors. Web safe color of #A58D63 is #999966 (or #996).
#A58D63 color RGB value is (165,141,99).
RGB: (165,141,99)
(65%, 55%, 39%)
R 165 of 255 = 65%
G 141 of 255 = 55%
B 99 of 255 = 39%
R + G + B ~ 53%. #A58D63 is middle color (not dark and not light).
R + G + B = 165 + 141 + 99 = 405 (100%)
R 165 of 405 ~ 40.74%
G 141 of 405 ~ 34.81%
B 99 of 405 ~ 24.44'%
#A58D63 color CMYK value is (0,15,40,35).
CMYK: (0,15,40,35)
C0M15Y40K35 (0%, 15%, 40%, 35%)
(0.00 / 0.15 / 0.40 / 0.35)
Color #A58D63 in popluar color models
A5 | 8D | 63 | |
---|---|---|---|
RGB | 165 | 141 | 99 |
HSL | 38° | 26.83% | 51.76% |
HSB/HSV | 38° | 40.00% | 64.71% |
CMYK | 0.00% | 14.55% | 40.00% |
35.29% |
Color #A58D63 in popluar number systems.
HEX | A5 | 8D | 63 |
Decimal | 165 | 141 | 99 |
Binary | 10100101 | 10001101 | 1100011 |
Octal | 245 | 215 | 143 |
Shades of #A58D63
Tints of #A58D63
Examples of css and html codes for elements with #A58D63 color. Also use rgb(165,141,99) instead hex code.
.myTextColor { color: #A58D63; }
<p style="color:#A58D63">This sample text font color is #A58D63.</p>
This text font color is #A58D63.
.myBgColor { background-color: #A58D63; }
<div style="background-color:#A58D63">Inner text</div>
This div background color is #A58D63.
.myBorderColor { border: 1px solid #A58D63; }
<div style="border:3px solid #A58D63">Div</div>
This div border color is #A58D63.
.myOpacity80 { color: #A58D63; opacity: 0.8; }
<p style="color:#A58D63;opacity:0.8;">80%</p>
Text with #A58D63 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A58D63;}
<p style="text-shadow: 3px 3px 1px #A58D63">Text here.</p>
This text has shadow with #A58D63 color.
.textShadow {text-shadow: 3px 3px 1px #A58D63', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A58D63, 5px 5px 20px red">Text here.</p>
This text has shadow with #A58D63 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A58D63, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A58D63, Direction=45, Strength=4)">Text</p>
This text has shadow with #A58D63 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A58D63;
-webkit-box-shadow: 1px 1px 3px 2px #A58D63;
box-shadow: 1px 1px 3px 2px #A58D63;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A58D63; -webkit-box-shadow: 1px 1px 3px 2px #A58D63; box-shadow:1px 1px 3px 2px #A58D63;">
Div content here
</div>
This text has color #A58D63 on black background.
This text has color #A58D63 on white background.
This text has black color on #A58D63 background.
This text has white color on #A58D63 background.
Complementary color for #hex is #5A729C.