HEX: #A5725E
RGB: (165,114,94)
#A5725E contains mainly red and green colors. Web safe color of #A5725E is #996666 (or #966).
#A5725E color RGB value is (165,114,94).
RGB: (165,114,94)
(65%, 45%, 37%)
R 165 of 255 = 65%
G 114 of 255 = 45%
B 94 of 255 = 37%
R + G + B ~ 49%. #A5725E is middle color (not dark and not light).
R + G + B = 165 + 114 + 94 = 373 (100%)
R 165 of 373 ~ 44.24%
G 114 of 373 ~ 30.56%
B 94 of 373 ~ 25.2'%
#A5725E color CMYK value is (0,31,43,35).
CMYK: (0,31,43,35) C0M31Y43K35 (0%,31%,43%,35%) (0.00/0.31/0.43/0.35)
Color #A5725E in popluar color models
A5 | 72 | 5E | |
---|---|---|---|
RGB | 165 | 114 | 94 |
HSL | 17° | 28.29% | 50.78% |
HSB/HSV | 17° | 43.03% | 64.71% |
CMYK | 0.00% | 30.91% | 43.03% |
35.29% |
Color #A5725E in popluar number systems.
HEX | A5 | 72 | 5E |
Decimal | 165 | 114 | 94 |
Binary | 10100101 | 1110010 | 1011110 |
Octal | 245 | 162 | 136 |
Shades of #A5725E
Tints of #A5725E
Examples of css and html codes for elements with #A5725E color. Also use rgb(165,114,94) instead hex code.
.myTextColor { color: #A5725E; }
<p style="color:#A5725E">This sample text font color is #A5725E.</p>
This text font color is #A5725E.
.myBgColor { background-color: #A5725E; }
<div style="background-color:#A5725E">Inner text</div>
This div background color is #A5725E.
.myBorderColor { border: 1px solid #A5725E; }
<div style="border:3px solid #A5725E">Div</div>
This div border color is #A5725E.
.myOpacity80 { color: #A5725E; opacity: 0.8; }
<p style="color:#A5725E;opacity:0.8;">80%</p>
Text with #A5725E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5725E;}
<p style="text-shadow: 3px 3px 1px #A5725E">Text here.</p>
This text has shadow with #A5725E color.
.textShadow {text-shadow: 3px 3px 1px #A5725E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5725E, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5725E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5725E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5725E, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5725E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5725E;
-webkit-box-shadow: 1px 1px 3px 2px #A5725E;
box-shadow: 1px 1px 3px 2px #A5725E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5725E; -webkit-box-shadow: 1px 1px 3px 2px #A5725E; box-shadow:1px 1px 3px 2px #A5725E;">
Div content here
</div>
This text has color #A5725E on black background.
This text has color #A5725E on white background.
This text has black color on #A5725E background.
This text has white color on #A5725E background.
Complementary color for #hex is #5A8DA1.