HEX: #A57119
RGB: (165,113,25)
#A57119 contains mainly red and green colors. Web safe color of #A57119 is #996600 (or #960).
#A57119 color RGB value is (165,113,25).
RGB: (165,113,25)
(65%, 44%, 10%)
R 165 of 255 = 65%
G 113 of 255 = 44%
B 25 of 255 = 10%
R + G + B ~ 40%. #A57119 is middle color (not dark and not light).
R + G + B = 165 + 113 + 25 = 303 (100%)
R 165 of 303 ~ 54.46%
G 113 of 303 ~ 37.29%
B 25 of 303 ~ 8.25'%
#A57119 color CMYK value is (0,32,85,35).
CMYK: (0,32,85,35)
C0M32Y85K35 (0%, 32%, 85%, 35%)
(0.00 / 0.32 / 0.85 / 0.35)
Color #A57119 in popluar color models
A5 | 71 | 19 | |
---|---|---|---|
RGB | 165 | 113 | 25 |
HSL | 38° | 73.68% | 37.25% |
HSB/HSV | 38° | 84.85% | 64.71% |
CMYK | 0.00% | 31.52% | 84.85% |
35.29% |
Color #A57119 in popluar number systems.
HEX | A5 | 71 | 19 |
Decimal | 165 | 113 | 25 |
Binary | 10100101 | 1110001 | 11001 |
Octal | 245 | 161 | 31 |
Shades of #A57119
Tints of #A57119
Examples of css and html codes for elements with #A57119 color. Also use rgb(165,113,25) instead hex code.
.myTextColor { color: #A57119; }
<p style="color:#A57119">This sample text font color is #A57119.</p>
This text font color is #A57119.
.myBgColor { background-color: #A57119; }
<div style="background-color:#A57119">Inner text</div>
This div background color is #A57119.
.myBorderColor { border: 1px solid #A57119; }
<div style="border:3px solid #A57119">Div</div>
This div border color is #A57119.
.myOpacity80 { color: #A57119; opacity: 0.8; }
<p style="color:#A57119;opacity:0.8;">80%</p>
Text with #A57119 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A57119;}
<p style="text-shadow: 3px 3px 1px #A57119">Text here.</p>
This text has shadow with #A57119 color.
.textShadow {text-shadow: 3px 3px 1px #A57119', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A57119, 5px 5px 20px red">Text here.</p>
This text has shadow with #A57119 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A57119, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A57119, Direction=45, Strength=4)">Text</p>
This text has shadow with #A57119 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A57119;
-webkit-box-shadow: 1px 1px 3px 2px #A57119;
box-shadow: 1px 1px 3px 2px #A57119;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A57119; -webkit-box-shadow: 1px 1px 3px 2px #A57119; box-shadow:1px 1px 3px 2px #A57119;">
Div content here
</div>
This text has color #A57119 on black background.
This text has color #A57119 on white background.
This text has black color on #A57119 background.
This text has white color on #A57119 background.
Complementary color for #hex is #5A8EE6.