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