HEX: #A5836C
RGB: (165,131,108)
#A5836C contains red, green and blue colors in about the same proportion. Web safe color of #A5836C is #999966 (or #996).
#A5836C color RGB value is (165,131,108).
RGB: (165,131,108)
(65%, 51%, 42%)
R 165 of 255 = 65%
G 131 of 255 = 51%
B 108 of 255 = 42%
R + G + B ~ 53%. #A5836C is middle color (not dark and not light).
R + G + B = 165 + 131 + 108 = 404 (100%)
R 165 of 404 ~ 40.84%
G 131 of 404 ~ 32.43%
B 108 of 404 ~ 26.73'%
#A5836C color CMYK value is (0,21,35,35).
CMYK: (0,21,35,35)
C0M21Y35K35 (0%, 21%, 35%, 35%)
(0.00 / 0.21 / 0.35 / 0.35)
Color #A5836C in popluar color models
A5 | 83 | 6C | |
---|---|---|---|
RGB | 165 | 131 | 108 |
HSL | 24° | 24.05% | 53.53% |
HSB/HSV | 24° | 34.55% | 64.71% |
CMYK | 0.00% | 20.61% | 34.55% |
35.29% |
Color #A5836C in popluar number systems.
HEX | A5 | 83 | 6C |
Decimal | 165 | 131 | 108 |
Binary | 10100101 | 10000011 | 1101100 |
Octal | 245 | 203 | 154 |
Shades of #A5836C
Tints of #A5836C
Examples of css and html codes for elements with #A5836C color. Also use rgb(165,131,108) instead hex code.
.myTextColor { color: #A5836C; }
<p style="color:#A5836C">This sample text font color is #A5836C.</p>
This text font color is #A5836C.
.myBgColor { background-color: #A5836C; }
<div style="background-color:#A5836C">Inner text</div>
This div background color is #A5836C.
.myBorderColor { border: 1px solid #A5836C; }
<div style="border:3px solid #A5836C">Div</div>
This div border color is #A5836C.
.myOpacity80 { color: #A5836C; opacity: 0.8; }
<p style="color:#A5836C;opacity:0.8;">80%</p>
Text with #A5836C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5836C;}
<p style="text-shadow: 3px 3px 1px #A5836C">Text here.</p>
This text has shadow with #A5836C color.
.textShadow {text-shadow: 3px 3px 1px #A5836C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5836C, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5836C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5836C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5836C, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5836C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5836C;
-webkit-box-shadow: 1px 1px 3px 2px #A5836C;
box-shadow: 1px 1px 3px 2px #A5836C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5836C; -webkit-box-shadow: 1px 1px 3px 2px #A5836C; box-shadow:1px 1px 3px 2px #A5836C;">
Div content here
</div>
This text has color #A5836C on black background.
This text has color #A5836C on white background.
This text has black color on #A5836C background.
This text has white color on #A5836C background.
Complementary color for #hex is #5A7C93.