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