HEX: #A6888E
RGB: (166,136,142)
#A6888E contains red, green and blue colors in about the same proportion. Web safe color of #A6888E is #999999 (or #999).
#A6888E color RGB value is (166,136,142).
RGB: (166,136,142)
(65%, 53%, 56%)
R 166 of 255 = 65%
G 136 of 255 = 53%
B 142 of 255 = 56%
R + G + B ~ 58%. #A6888E is middle color (not dark and not light).
R + G + B = 166 + 136 + 142 = 444 (100%)
R 166 of 444 ~ 37.39%
G 136 of 444 ~ 30.63%
B 142 of 444 ~ 31.98'%
#A6888E color CMYK value is (0,18,14,35).
CMYK: (0,18,14,35) C0M18Y14K35 (0%,18%,14%,35%) (0.00/0.18/0.14/0.35)
Color #A6888E in popluar color models
A6 | 88 | 8E | |
---|---|---|---|
RGB | 166 | 136 | 142 |
HSL | 348° | 14.42% | 59.22% |
HSB/HSV | 348° | 18.07% | 65.10% |
CMYK | 0.00% | 18.07% | 14.46% |
34.90% |
Color #A6888E in popluar number systems.
HEX | A6 | 88 | 8E |
Decimal | 166 | 136 | 142 |
Binary | 10100110 | 10001000 | 10001110 |
Octal | 246 | 210 | 216 |
Shades of #A6888E
Tints of #A6888E
Examples of css and html codes for elements with #A6888E color. Also use rgb(166,136,142) instead hex code.
.myTextColor { color: #A6888E; }
<p style="color:#A6888E">This sample text font color is #A6888E.</p>
This text font color is #A6888E.
.myBgColor { background-color: #A6888E; }
<div style="background-color:#A6888E">Inner text</div>
This div background color is #A6888E.
.myBorderColor { border: 1px solid #A6888E; }
<div style="border:3px solid #A6888E">Div</div>
This div border color is #A6888E.
.myOpacity80 { color: #A6888E; opacity: 0.8; }
<p style="color:#A6888E;opacity:0.8;">80%</p>
Text with #A6888E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A6888E;}
<p style="text-shadow: 3px 3px 1px #A6888E">Text here.</p>
This text has shadow with #A6888E color.
.textShadow {text-shadow: 3px 3px 1px #A6888E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A6888E, 5px 5px 20px red">Text here.</p>
This text has shadow with #A6888E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A6888E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A6888E, Direction=45, Strength=4)">Text</p>
This text has shadow with #A6888E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A6888E;
-webkit-box-shadow: 1px 1px 3px 2px #A6888E;
box-shadow: 1px 1px 3px 2px #A6888E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A6888E; -webkit-box-shadow: 1px 1px 3px 2px #A6888E; box-shadow:1px 1px 3px 2px #A6888E;">
Div content here
</div>
This text has color #A6888E on black background.
This text has color #A6888E on white background.
This text has black color on #A6888E background.
This text has white color on #A6888E background.
Complementary color for #hex is #597771.