HEX: #A5785F
RGB: (165,120,95)
#A5785F contains mainly red and green colors. Web safe color of #A5785F is #996666 (or #966).
#A5785F color RGB value is (165,120,95).
RGB: (165,120,95)
(65%, 47%, 37%)
R 165 of 255 = 65%
G 120 of 255 = 47%
B 95 of 255 = 37%
R + G + B ~ 50%. #A5785F is middle color (not dark and not light).
R + G + B = 165 + 120 + 95 = 380 (100%)
R 165 of 380 ~ 43.42%
G 120 of 380 ~ 31.58%
B 95 of 380 ~ 25'%
#A5785F color CMYK value is (0,27,42,35).
CMYK: (0,27,42,35) C0M27Y42K35 (0%,27%,42%,35%) (0.00/0.27/0.42/0.35)
Color #A5785F in popluar color models
A5 | 78 | 5F | |
---|---|---|---|
RGB | 165 | 120 | 95 |
HSL | 21° | 28.00% | 50.98% |
HSB/HSV | 21° | 42.42% | 64.71% |
CMYK | 0.00% | 27.27% | 42.42% |
35.29% |
Color #A5785F in popluar number systems.
HEX | A5 | 78 | 5F |
Decimal | 165 | 120 | 95 |
Binary | 10100101 | 1111000 | 1011111 |
Octal | 245 | 170 | 137 |
Shades of #A5785F
Tints of #A5785F
Examples of css and html codes for elements with #A5785F color. Also use rgb(165,120,95) instead hex code.
.myTextColor { color: #A5785F; }
<p style="color:#A5785F">This sample text font color is #A5785F.</p>
This text font color is #A5785F.
.myBgColor { background-color: #A5785F; }
<div style="background-color:#A5785F">Inner text</div>
This div background color is #A5785F.
.myBorderColor { border: 1px solid #A5785F; }
<div style="border:3px solid #A5785F">Div</div>
This div border color is #A5785F.
.myOpacity80 { color: #A5785F; opacity: 0.8; }
<p style="color:#A5785F;opacity:0.8;">80%</p>
Text with #A5785F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5785F;}
<p style="text-shadow: 3px 3px 1px #A5785F">Text here.</p>
This text has shadow with #A5785F color.
.textShadow {text-shadow: 3px 3px 1px #A5785F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5785F, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5785F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5785F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5785F, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5785F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5785F;
-webkit-box-shadow: 1px 1px 3px 2px #A5785F;
box-shadow: 1px 1px 3px 2px #A5785F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5785F; -webkit-box-shadow: 1px 1px 3px 2px #A5785F; box-shadow:1px 1px 3px 2px #A5785F;">
Div content here
</div>
This text has color #A5785F on black background.
This text has color #A5785F on white background.
This text has black color on #A5785F background.
This text has white color on #A5785F background.
Complementary color for #hex is #5A87A0.