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