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