HEX: #A58530
RGB: (165,133,48)
#A58530 contains mainly red and green colors. Web safe color of #A58530 is #999933 (or #993).
#A58530 color RGB value is (165,133,48).
RGB: (165,133,48)
(65%, 52%, 19%)
R 165 of 255 = 65%
G 133 of 255 = 52%
B 48 of 255 = 19%
R + G + B ~ 45%. #A58530 is middle color (not dark and not light).
R + G + B = 165 + 133 + 48 = 346 (100%)
R 165 of 346 ~ 47.69%
G 133 of 346 ~ 38.44%
B 48 of 346 ~ 13.87'%
#A58530 color CMYK value is (0,19,71,35).
CMYK: (0,19,71,35)
C0M19Y71K35 (0%, 19%, 71%, 35%)
(0.00 / 0.19 / 0.71 / 0.35)
Color #A58530 in popluar color models
A5 | 85 | 30 | |
---|---|---|---|
RGB | 165 | 133 | 48 |
HSL | 44° | 54.93% | 41.76% |
HSB/HSV | 44° | 70.91% | 64.71% |
CMYK | 0.00% | 19.39% | 70.91% |
35.29% |
Color #A58530 in popluar number systems.
HEX | A5 | 85 | 30 |
Decimal | 165 | 133 | 48 |
Binary | 10100101 | 10000101 | 110000 |
Octal | 245 | 205 | 60 |
Shades of #A58530
Tints of #A58530
Examples of css and html codes for elements with #A58530 color. Also use rgb(165,133,48) instead hex code.
.myTextColor { color: #A58530; }
<p style="color:#A58530">This sample text font color is #A58530.</p>
This text font color is #A58530.
.myBgColor { background-color: #A58530; }
<div style="background-color:#A58530">Inner text</div>
This div background color is #A58530.
.myBorderColor { border: 1px solid #A58530; }
<div style="border:3px solid #A58530">Div</div>
This div border color is #A58530.
.myOpacity80 { color: #A58530; opacity: 0.8; }
<p style="color:#A58530;opacity:0.8;">80%</p>
Text with #A58530 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A58530;}
<p style="text-shadow: 3px 3px 1px #A58530">Text here.</p>
This text has shadow with #A58530 color.
.textShadow {text-shadow: 3px 3px 1px #A58530', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A58530, 5px 5px 20px red">Text here.</p>
This text has shadow with #A58530 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A58530, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A58530, Direction=45, Strength=4)">Text</p>
This text has shadow with #A58530 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A58530;
-webkit-box-shadow: 1px 1px 3px 2px #A58530;
box-shadow: 1px 1px 3px 2px #A58530;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A58530; -webkit-box-shadow: 1px 1px 3px 2px #A58530; box-shadow:1px 1px 3px 2px #A58530;">
Div content here
</div>
This text has color #A58530 on black background.
This text has color #A58530 on white background.
This text has black color on #A58530 background.
This text has white color on #A58530 background.
Complementary color for #hex is #5A7ACF.