HEX: #A7496D
RGB: (167,73,109)
#A7496D contains mainly red and blue colors. Web safe color of #A7496D is #993366 (or #936).
#A7496D color RGB value is (167,73,109).
RGB: (167,73,109)
(65%, 29%, 43%)
R 167 of 255 = 65%
G 73 of 255 = 29%
B 109 of 255 = 43%
R + G + B ~ 46%. #A7496D is middle color (not dark and not light).
R + G + B = 167 + 73 + 109 = 349 (100%)
R 167 of 349 ~ 47.85%
G 73 of 349 ~ 20.92%
B 109 of 349 ~ 31.23'%
#A7496D color CMYK value is (0,56,35,35).
CMYK: (0,56,35,35)
C0M56Y35K35 (0%, 56%, 35%, 35%)
(0.00 / 0.56 / 0.35 / 0.35)
Color #A7496D in popluar color models
A7 | 49 | 6D | |
---|---|---|---|
RGB | 167 | 73 | 109 |
HSL | 337° | 39.17% | 47.06% |
HSB/HSV | 337° | 56.29% | 65.49% |
CMYK | 0.00% | 56.29% | 34.73% |
34.51% |
Color #A7496D in popluar number systems.
HEX | A7 | 49 | 6D |
Decimal | 167 | 73 | 109 |
Binary | 10100111 | 1001001 | 1101101 |
Octal | 247 | 111 | 155 |
Shades of #A7496D
Tints of #A7496D
Examples of css and html codes for elements with #A7496D color. Also use rgb(167,73,109) instead hex code.
.myTextColor { color: #A7496D; }
<p style="color:#A7496D">This sample text font color is #A7496D.</p>
This text font color is #A7496D.
.myBgColor { background-color: #A7496D; }
<div style="background-color:#A7496D">Inner text</div>
This div background color is #A7496D.
.myBorderColor { border: 1px solid #A7496D; }
<div style="border:3px solid #A7496D">Div</div>
This div border color is #A7496D.
.myOpacity80 { color: #A7496D; opacity: 0.8; }
<p style="color:#A7496D;opacity:0.8;">80%</p>
Text with #A7496D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A7496D;}
<p style="text-shadow: 3px 3px 1px #A7496D">Text here.</p>
This text has shadow with #A7496D color.
.textShadow {text-shadow: 3px 3px 1px #A7496D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A7496D, 5px 5px 20px red">Text here.</p>
This text has shadow with #A7496D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7496D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A7496D, Direction=45, Strength=4)">Text</p>
This text has shadow with #A7496D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A7496D;
-webkit-box-shadow: 1px 1px 3px 2px #A7496D;
box-shadow: 1px 1px 3px 2px #A7496D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7496D; -webkit-box-shadow: 1px 1px 3px 2px #A7496D; box-shadow:1px 1px 3px 2px #A7496D;">
Div content here
</div>
This text has color #A7496D on black background.
This text has color #A7496D on white background.
This text has black color on #A7496D background.
This text has white color on #A7496D background.
Complementary color for #hex is #58B692.