HEX: #A5814F
RGB: (165,129,79)
#A5814F contains mainly red and green colors. Web safe color of #A5814F is #999966 (or #996).
#A5814F color RGB value is (165,129,79).
RGB: (165,129,79)
(65%, 51%, 31%)
R 165 of 255 = 65%
G 129 of 255 = 51%
B 79 of 255 = 31%
R + G + B ~ 49%. #A5814F is middle color (not dark and not light).
R + G + B = 165 + 129 + 79 = 373 (100%)
R 165 of 373 ~ 44.24%
G 129 of 373 ~ 34.58%
B 79 of 373 ~ 21.18'%
#A5814F color CMYK value is (0,22,52,35).
CMYK: (0,22,52,35) C0M22Y52K35 (0%,22%,52%,35%) (0.00/0.22/0.52/0.35)
Color #A5814F in popluar color models
A5 | 81 | 4F | |
---|---|---|---|
RGB | 165 | 129 | 79 |
HSL | 35° | 35.25% | 47.84% |
HSB/HSV | 35° | 52.12% | 64.71% |
CMYK | 0.00% | 21.82% | 52.12% |
35.29% |
Color #A5814F in popluar number systems.
HEX | A5 | 81 | 4F |
Decimal | 165 | 129 | 79 |
Binary | 10100101 | 10000001 | 1001111 |
Octal | 245 | 201 | 117 |
Shades of #A5814F
Tints of #A5814F
Examples of css and html codes for elements with #A5814F color. Also use rgb(165,129,79) instead hex code.
.myTextColor { color: #A5814F; }
<p style="color:#A5814F">This sample text font color is #A5814F.</p>
This text font color is #A5814F.
.myBgColor { background-color: #A5814F; }
<div style="background-color:#A5814F">Inner text</div>
This div background color is #A5814F.
.myBorderColor { border: 1px solid #A5814F; }
<div style="border:3px solid #A5814F">Div</div>
This div border color is #A5814F.
.myOpacity80 { color: #A5814F; opacity: 0.8; }
<p style="color:#A5814F;opacity:0.8;">80%</p>
Text with #A5814F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5814F;}
<p style="text-shadow: 3px 3px 1px #A5814F">Text here.</p>
This text has shadow with #A5814F color.
.textShadow {text-shadow: 3px 3px 1px #A5814F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5814F, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5814F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5814F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5814F, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5814F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5814F;
-webkit-box-shadow: 1px 1px 3px 2px #A5814F;
box-shadow: 1px 1px 3px 2px #A5814F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5814F; -webkit-box-shadow: 1px 1px 3px 2px #A5814F; box-shadow:1px 1px 3px 2px #A5814F;">
Div content here
</div>
This text has color #A5814F on black background.
This text has color #A5814F on white background.
This text has black color on #A5814F background.
This text has white color on #A5814F background.
Complementary color for #hex is #5A7EB0.