HEX: #A5626E
RGB: (165,98,110)
#A5626E contains mainly red and blue colors. Web safe color of #A5626E is #996666 (or #966).
#A5626E color RGB value is (165,98,110).
RGB: (165,98,110)
(65%, 38%, 43%)
R 165 of 255 = 65%
G 98 of 255 = 38%
B 110 of 255 = 43%
R + G + B ~ 49%. #A5626E is middle color (not dark and not light).
R + G + B = 165 + 98 + 110 = 373 (100%)
R 165 of 373 ~ 44.24%
G 98 of 373 ~ 26.27%
B 110 of 373 ~ 29.49'%
#A5626E color CMYK value is (0,41,33,35).
CMYK: (0,41,33,35) C0M41Y33K35 (0%,41%,33%,35%) (0.00/0.41/0.33/0.35)
Color #A5626E in popluar color models
A5 | 62 | 6E | |
---|---|---|---|
RGB | 165 | 98 | 110 |
HSL | 349° | 27.13% | 51.57% |
HSB/HSV | 349° | 40.61% | 64.71% |
CMYK | 0.00% | 40.61% | 33.33% |
35.29% |
Color #A5626E in popluar number systems.
HEX | A5 | 62 | 6E |
Decimal | 165 | 98 | 110 |
Binary | 10100101 | 1100010 | 1101110 |
Octal | 245 | 142 | 156 |
Shades of #A5626E
Tints of #A5626E
Examples of css and html codes for elements with #A5626E color. Also use rgb(165,98,110) instead hex code.
.myTextColor { color: #A5626E; }
<p style="color:#A5626E">This sample text font color is #A5626E.</p>
This text font color is #A5626E.
.myBgColor { background-color: #A5626E; }
<div style="background-color:#A5626E">Inner text</div>
This div background color is #A5626E.
.myBorderColor { border: 1px solid #A5626E; }
<div style="border:3px solid #A5626E">Div</div>
This div border color is #A5626E.
.myOpacity80 { color: #A5626E; opacity: 0.8; }
<p style="color:#A5626E;opacity:0.8;">80%</p>
Text with #A5626E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5626E;}
<p style="text-shadow: 3px 3px 1px #A5626E">Text here.</p>
This text has shadow with #A5626E color.
.textShadow {text-shadow: 3px 3px 1px #A5626E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5626E, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5626E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5626E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5626E, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5626E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5626E;
-webkit-box-shadow: 1px 1px 3px 2px #A5626E;
box-shadow: 1px 1px 3px 2px #A5626E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5626E; -webkit-box-shadow: 1px 1px 3px 2px #A5626E; box-shadow:1px 1px 3px 2px #A5626E;">
Div content here
</div>
This text has color #A5626E on black background.
This text has color #A5626E on white background.
This text has black color on #A5626E background.
This text has white color on #A5626E background.
Complementary color for #hex is #5A9D91.