HEX: #A5867D
RGB: (165,134,125)
#A5867D contains red, green and blue colors in about the same proportion. Web safe color of #A5867D is #999966 (or #996).
#A5867D color RGB value is (165,134,125).
RGB: (165,134,125)
(65%, 53%, 49%)
R 165 of 255 = 65%
G 134 of 255 = 53%
B 125 of 255 = 49%
R + G + B ~ 56%. #A5867D is middle color (not dark and not light).
R + G + B = 165 + 134 + 125 = 424 (100%)
R 165 of 424 ~ 38.92%
G 134 of 424 ~ 31.6%
B 125 of 424 ~ 29.48'%
#A5867D color CMYK value is (0,19,24,35).
CMYK: (0,19,24,35)
C0M19Y24K35 (0%, 19%, 24%, 35%)
(0.00 / 0.19 / 0.24 / 0.35)
Color #A5867D in popluar color models
A5 | 86 | 7D | |
---|---|---|---|
RGB | 165 | 134 | 125 |
HSL | 14° | 18.18% | 56.86% |
HSB/HSV | 14° | 24.24% | 64.71% |
CMYK | 0.00% | 18.79% | 24.24% |
35.29% |
Color #A5867D in popluar number systems.
HEX | A5 | 86 | 7D |
Decimal | 165 | 134 | 125 |
Binary | 10100101 | 10000110 | 1111101 |
Octal | 245 | 206 | 175 |
Shades of #A5867D
Tints of #A5867D
Examples of css and html codes for elements with #A5867D color. Also use rgb(165,134,125) instead hex code.
.myTextColor { color: #A5867D; }
<p style="color:#A5867D">This sample text font color is #A5867D.</p>
This text font color is #A5867D.
.myBgColor { background-color: #A5867D; }
<div style="background-color:#A5867D">Inner text</div>
This div background color is #A5867D.
.myBorderColor { border: 1px solid #A5867D; }
<div style="border:3px solid #A5867D">Div</div>
This div border color is #A5867D.
.myOpacity80 { color: #A5867D; opacity: 0.8; }
<p style="color:#A5867D;opacity:0.8;">80%</p>
Text with #A5867D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5867D;}
<p style="text-shadow: 3px 3px 1px #A5867D">Text here.</p>
This text has shadow with #A5867D color.
.textShadow {text-shadow: 3px 3px 1px #A5867D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5867D, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5867D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5867D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5867D, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5867D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5867D;
-webkit-box-shadow: 1px 1px 3px 2px #A5867D;
box-shadow: 1px 1px 3px 2px #A5867D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5867D; -webkit-box-shadow: 1px 1px 3px 2px #A5867D; box-shadow:1px 1px 3px 2px #A5867D;">
Div content here
</div>
This text has color #A5867D on black background.
This text has color #A5867D on white background.
This text has black color on #A5867D background.
This text has white color on #A5867D background.
Complementary color for #hex is #5A7982.