HEX: #A7687A
RGB: (167,104,122)
#A7687A contains mainly red and blue colors. Web safe color of #A7687A is #996666 (or #966).
#A7687A color RGB value is (167,104,122).
RGB: (167,104,122)
(65%, 41%, 48%)
R 167 of 255 = 65%
G 104 of 255 = 41%
B 122 of 255 = 48%
R + G + B ~ 51%. #A7687A is middle color (not dark and not light).
R + G + B = 167 + 104 + 122 = 393 (100%)
R 167 of 393 ~ 42.49%
G 104 of 393 ~ 26.46%
B 122 of 393 ~ 31.04'%
#A7687A color CMYK value is (0,38,27,35).
CMYK: (0,38,27,35) C0M38Y27K35 (0%,38%,27%,35%) (0.00/0.38/0.27/0.35)
Color #A7687A in popluar color models
A7 | 68 | 7A | |
---|---|---|---|
RGB | 167 | 104 | 122 |
HSL | 343° | 26.36% | 53.14% |
HSB/HSV | 343° | 37.72% | 65.49% |
CMYK | 0.00% | 37.72% | 26.95% |
34.51% |
Color #A7687A in popluar number systems.
HEX | A7 | 68 | 7A |
Decimal | 167 | 104 | 122 |
Binary | 10100111 | 1101000 | 1111010 |
Octal | 247 | 150 | 172 |
Shades of #A7687A
Tints of #A7687A
Examples of css and html codes for elements with #A7687A color. Also use rgb(167,104,122) instead hex code.
.myTextColor { color: #A7687A; }
<p style="color:#A7687A">This sample text font color is #A7687A.</p>
This text font color is #A7687A.
.myBgColor { background-color: #A7687A; }
<div style="background-color:#A7687A">Inner text</div>
This div background color is #A7687A.
.myBorderColor { border: 1px solid #A7687A; }
<div style="border:3px solid #A7687A">Div</div>
This div border color is #A7687A.
.myOpacity80 { color: #A7687A; opacity: 0.8; }
<p style="color:#A7687A;opacity:0.8;">80%</p>
Text with #A7687A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A7687A;}
<p style="text-shadow: 3px 3px 1px #A7687A">Text here.</p>
This text has shadow with #A7687A color.
.textShadow {text-shadow: 3px 3px 1px #A7687A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A7687A, 5px 5px 20px red">Text here.</p>
This text has shadow with #A7687A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7687A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A7687A, Direction=45, Strength=4)">Text</p>
This text has shadow with #A7687A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A7687A;
-webkit-box-shadow: 1px 1px 3px 2px #A7687A;
box-shadow: 1px 1px 3px 2px #A7687A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7687A; -webkit-box-shadow: 1px 1px 3px 2px #A7687A; box-shadow:1px 1px 3px 2px #A7687A;">
Div content here
</div>
This text has color #A7687A on black background.
This text has color #A7687A on white background.
This text has black color on #A7687A background.
This text has white color on #A7687A background.
Complementary color for #hex is #589785.