HEX: #A6738D
RGB: (166,115,141)
#A6738D contains red, green and blue colors in about the same proportion. Web safe color of #A6738D is #996699 (or #969).
#A6738D color RGB value is (166,115,141).
RGB: (166,115,141)
(65%, 45%, 55%)
R 166 of 255 = 65%
G 115 of 255 = 45%
B 141 of 255 = 55%
R + G + B ~ 55%. #A6738D is middle color (not dark and not light).
R + G + B = 166 + 115 + 141 = 422 (100%)
R 166 of 422 ~ 39.34%
G 115 of 422 ~ 27.25%
B 141 of 422 ~ 33.41'%
#A6738D color CMYK value is (0,31,15,35).
CMYK: (0,31,15,35)
C0M31Y15K35 (0%, 31%, 15%, 35%)
(0.00 / 0.31 / 0.15 / 0.35)
Color #A6738D in popluar color models
A6 | 73 | 8D | |
---|---|---|---|
RGB | 166 | 115 | 141 |
HSL | 329° | 22.27% | 55.10% |
HSB/HSV | 329° | 30.72% | 65.10% |
CMYK | 0.00% | 30.72% | 15.06% |
34.90% |
Color #A6738D in popluar number systems.
HEX | A6 | 73 | 8D |
Decimal | 166 | 115 | 141 |
Binary | 10100110 | 1110011 | 10001101 |
Octal | 246 | 163 | 215 |
Shades of #A6738D
Tints of #A6738D
Examples of css and html codes for elements with #A6738D color. Also use rgb(166,115,141) instead hex code.
.myTextColor { color: #A6738D; }
<p style="color:#A6738D">This sample text font color is #A6738D.</p>
This text font color is #A6738D.
.myBgColor { background-color: #A6738D; }
<div style="background-color:#A6738D">Inner text</div>
This div background color is #A6738D.
.myBorderColor { border: 1px solid #A6738D; }
<div style="border:3px solid #A6738D">Div</div>
This div border color is #A6738D.
.myOpacity80 { color: #A6738D; opacity: 0.8; }
<p style="color:#A6738D;opacity:0.8;">80%</p>
Text with #A6738D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A6738D;}
<p style="text-shadow: 3px 3px 1px #A6738D">Text here.</p>
This text has shadow with #A6738D color.
.textShadow {text-shadow: 3px 3px 1px #A6738D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A6738D, 5px 5px 20px red">Text here.</p>
This text has shadow with #A6738D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A6738D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A6738D, Direction=45, Strength=4)">Text</p>
This text has shadow with #A6738D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A6738D;
-webkit-box-shadow: 1px 1px 3px 2px #A6738D;
box-shadow: 1px 1px 3px 2px #A6738D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A6738D; -webkit-box-shadow: 1px 1px 3px 2px #A6738D; box-shadow:1px 1px 3px 2px #A6738D;">
Div content here
</div>
This text has color #A6738D on black background.
This text has color #A6738D on white background.
This text has black color on #A6738D background.
This text has white color on #A6738D background.
Complementary color for #hex is #598C72.