HEX: #A58E5A
RGB: (165,142,90)
#A58E5A contains mainly red and green colors. Web safe color of #A58E5A is #999966 (or #996).
#A58E5A color RGB value is (165,142,90).
RGB: (165,142,90)
(65%, 56%, 35%)
R 165 of 255 = 65%
G 142 of 255 = 56%
B 90 of 255 = 35%
R + G + B ~ 52%. #A58E5A is middle color (not dark and not light).
R + G + B = 165 + 142 + 90 = 397 (100%)
R 165 of 397 ~ 41.56%
G 142 of 397 ~ 35.77%
B 90 of 397 ~ 22.67'%
#A58E5A color CMYK value is (0,14,45,35).
CMYK: (0,14,45,35) C0M14Y45K35 (0%,14%,45%,35%) (0.00/0.14/0.45/0.35)
Color #A58E5A in popluar color models
A5 | 8E | 5A | |
---|---|---|---|
RGB | 165 | 142 | 90 |
HSL | 42° | 29.41% | 50.00% |
HSB/HSV | 42° | 45.45% | 64.71% |
CMYK | 0.00% | 13.94% | 45.45% |
35.29% |
Color #A58E5A in popluar number systems.
HEX | A5 | 8E | 5A |
Decimal | 165 | 142 | 90 |
Binary | 10100101 | 10001110 | 1011010 |
Octal | 245 | 216 | 132 |
Shades of #A58E5A
Tints of #A58E5A
Examples of css and html codes for elements with #A58E5A color. Also use rgb(165,142,90) instead hex code.
.myTextColor { color: #A58E5A; }
<p style="color:#A58E5A">This sample text font color is #A58E5A.</p>
This text font color is #A58E5A.
.myBgColor { background-color: #A58E5A; }
<div style="background-color:#A58E5A">Inner text</div>
This div background color is #A58E5A.
.myBorderColor { border: 1px solid #A58E5A; }
<div style="border:3px solid #A58E5A">Div</div>
This div border color is #A58E5A.
.myOpacity80 { color: #A58E5A; opacity: 0.8; }
<p style="color:#A58E5A;opacity:0.8;">80%</p>
Text with #A58E5A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A58E5A;}
<p style="text-shadow: 3px 3px 1px #A58E5A">Text here.</p>
This text has shadow with #A58E5A color.
.textShadow {text-shadow: 3px 3px 1px #A58E5A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A58E5A, 5px 5px 20px red">Text here.</p>
This text has shadow with #A58E5A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A58E5A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A58E5A, Direction=45, Strength=4)">Text</p>
This text has shadow with #A58E5A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A58E5A;
-webkit-box-shadow: 1px 1px 3px 2px #A58E5A;
box-shadow: 1px 1px 3px 2px #A58E5A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A58E5A; -webkit-box-shadow: 1px 1px 3px 2px #A58E5A; box-shadow:1px 1px 3px 2px #A58E5A;">
Div content here
</div>
This text has color #A58E5A on black background.
This text has color #A58E5A on white background.
This text has black color on #A58E5A background.
This text has white color on #A58E5A background.
Complementary color for #hex is #5A71A5.