HEX: #A58CAE
RGB: (165,140,174)
#A58CAE contains red, green and blue colors in about the same proportion. Web safe color of #A58CAE is #999999 (or #999).
#A58CAE color RGB value is (165,140,174).
RGB: (165,140,174)
(65%, 55%, 68%)
R 165 of 255 = 65%
G 140 of 255 = 55%
B 174 of 255 = 68%
R + G + B ~ 63%. #A58CAE is quite light color.
R + G + B = 165 + 140 + 174 = 479 (100%)
R 165 of 479 ~ 34.45%
G 140 of 479 ~ 29.23%
B 174 of 479 ~ 36.33'%
#A58CAE color CMYK value is (5,20,0,32).
CMYK: (5,20,0,32)
C5M20Y0K32 (5%, 20%, 0%, 32%)
(0.05 / 0.20 / 0.00 / 0.32)
Color #A58CAE in popluar color models
A5 | 8C | AE | |
---|---|---|---|
RGB | 165 | 140 | 174 |
HSL | 284° | 17.35% | 61.57% |
HSB/HSV | 284° | 19.54% | 68.24% |
CMYK | 5.17% | 19.54% | 0.00% |
31.76% |
Color #A58CAE in popluar number systems.
HEX | A5 | 8C | AE |
Decimal | 165 | 140 | 174 |
Binary | 10100101 | 10001100 | 10101110 |
Octal | 245 | 214 | 256 |
Shades of #A58CAE
Tints of #A58CAE
Examples of css and html codes for elements with #A58CAE color. Also use rgb(165,140,174) instead hex code.
.myTextColor { color: #A58CAE; }
<p style="color:#A58CAE">This sample text font color is #A58CAE.</p>
This text font color is #A58CAE.
.myBgColor { background-color: #A58CAE; }
<div style="background-color:#A58CAE">Inner text</div>
This div background color is #A58CAE.
.myBorderColor { border: 1px solid #A58CAE; }
<div style="border:3px solid #A58CAE">Div</div>
This div border color is #A58CAE.
.myOpacity80 { color: #A58CAE; opacity: 0.8; }
<p style="color:#A58CAE;opacity:0.8;">80%</p>
Text with #A58CAE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A58CAE;}
<p style="text-shadow: 3px 3px 1px #A58CAE">Text here.</p>
This text has shadow with #A58CAE color.
.textShadow {text-shadow: 3px 3px 1px #A58CAE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A58CAE, 5px 5px 20px red">Text here.</p>
This text has shadow with #A58CAE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A58CAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A58CAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #A58CAE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A58CAE;
-webkit-box-shadow: 1px 1px 3px 2px #A58CAE;
box-shadow: 1px 1px 3px 2px #A58CAE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A58CAE; -webkit-box-shadow: 1px 1px 3px 2px #A58CAE; box-shadow:1px 1px 3px 2px #A58CAE;">
Div content here
</div>
This text has color #A58CAE on black background.
This text has color #A58CAE on white background.
This text has black color on #A58CAE background.
This text has white color on #A58CAE background.
Complementary color for #hex is #5A7351.