HEX: #A85585
RGB: (168,85,133)
#A85585 contains mainly red and blue colors. Web safe color of #A85585 is #996699 (or #969).
#A85585 color RGB value is (168,85,133).
RGB: (168,85,133)
(66%, 33%, 52%)
R 168 of 255 = 66%
G 85 of 255 = 33%
B 133 of 255 = 52%
R + G + B ~ 50%. #A85585 is middle color (not dark and not light).
R + G + B = 168 + 85 + 133 = 386 (100%)
R 168 of 386 ~ 43.52%
G 85 of 386 ~ 22.02%
B 133 of 386 ~ 34.46'%
#A85585 color CMYK value is (0,49,21,34).
CMYK: (0,49,21,34) C0M49Y21K34 (0%,49%,21%,34%) (0.00/0.49/0.21/0.34)
Color #A85585 in popluar color models
A8 | 55 | 85 | |
---|---|---|---|
RGB | 168 | 85 | 133 |
HSL | 325° | 32.81% | 49.61% |
HSB/HSV | 325° | 49.40% | 65.88% |
CMYK | 0.00% | 49.40% | 20.83% |
34.12% |
Color #A85585 in popluar number systems.
HEX | A8 | 55 | 85 |
Decimal | 168 | 85 | 133 |
Binary | 10101000 | 1010101 | 10000101 |
Octal | 250 | 125 | 205 |
Shades of #A85585
Tints of #A85585
Examples of css and html codes for elements with #A85585 color. Also use rgb(168,85,133) instead hex code.
.myTextColor { color: #A85585; }
<p style="color:#A85585">This sample text font color is #A85585.</p>
This text font color is #A85585.
.myBgColor { background-color: #A85585; }
<div style="background-color:#A85585">Inner text</div>
This div background color is #A85585.
.myBorderColor { border: 1px solid #A85585; }
<div style="border:3px solid #A85585">Div</div>
This div border color is #A85585.
.myOpacity80 { color: #A85585; opacity: 0.8; }
<p style="color:#A85585;opacity:0.8;">80%</p>
Text with #A85585 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A85585;}
<p style="text-shadow: 3px 3px 1px #A85585">Text here.</p>
This text has shadow with #A85585 color.
.textShadow {text-shadow: 3px 3px 1px #A85585', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A85585, 5px 5px 20px red">Text here.</p>
This text has shadow with #A85585 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A85585, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A85585, Direction=45, Strength=4)">Text</p>
This text has shadow with #A85585 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A85585;
-webkit-box-shadow: 1px 1px 3px 2px #A85585;
box-shadow: 1px 1px 3px 2px #A85585;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A85585; -webkit-box-shadow: 1px 1px 3px 2px #A85585; box-shadow:1px 1px 3px 2px #A85585;">
Div content here
</div>
This text has color #A85585 on black background.
This text has color #A85585 on white background.
This text has black color on #A85585 background.
This text has white color on #A85585 background.
Complementary color for #hex is #57AA7A.