HEX: #A49FAE
RGB: (164,159,174)
#A49FAE contains red, green and blue colors in about the same proportion. Web safe color of #A49FAE is #999999 (or #999).
#A49FAE color RGB value is (164,159,174).
RGB: (164,159,174)
(64%, 62%, 68%)
R 164 of 255 = 64%
G 159 of 255 = 62%
B 174 of 255 = 68%
R + G + B ~ 65%. #A49FAE is quite light color.
R + G + B = 164 + 159 + 174 = 497 (100%)
R 164 of 497 ~ 33%
G 159 of 497 ~ 31.99%
B 174 of 497 ~ 35.01'%
#A49FAE color CMYK value is (6,9,0,32).
CMYK: (6,9,0,32)
C6M9Y0K32 (6%, 9%, 0%, 32%)
(0.06 / 0.09 / 0.00 / 0.32)
Color #A49FAE in popluar color models
A4 | 9F | AE | |
---|---|---|---|
RGB | 164 | 159 | 174 |
HSL | 260° | 8.47% | 65.29% |
HSB/HSV | 260° | 8.62% | 68.24% |
CMYK | 5.75% | 8.62% | 0.00% |
31.76% |
Color #A49FAE in popluar number systems.
HEX | A4 | 9F | AE |
Decimal | 164 | 159 | 174 |
Binary | 10100100 | 10011111 | 10101110 |
Octal | 244 | 237 | 256 |
Shades of #A49FAE
Tints of #A49FAE
Examples of css and html codes for elements with #A49FAE color. Also use rgb(164,159,174) instead hex code.
.myTextColor { color: #A49FAE; }
<p style="color:#A49FAE">This sample text font color is #A49FAE.</p>
This text font color is #A49FAE.
.myBgColor { background-color: #A49FAE; }
<div style="background-color:#A49FAE">Inner text</div>
This div background color is #A49FAE.
.myBorderColor { border: 1px solid #A49FAE; }
<div style="border:3px solid #A49FAE">Div</div>
This div border color is #A49FAE.
.myOpacity80 { color: #A49FAE; opacity: 0.8; }
<p style="color:#A49FAE;opacity:0.8;">80%</p>
Text with #A49FAE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A49FAE;}
<p style="text-shadow: 3px 3px 1px #A49FAE">Text here.</p>
This text has shadow with #A49FAE color.
.textShadow {text-shadow: 3px 3px 1px #A49FAE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A49FAE, 5px 5px 20px red">Text here.</p>
This text has shadow with #A49FAE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A49FAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A49FAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #A49FAE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A49FAE;
-webkit-box-shadow: 1px 1px 3px 2px #A49FAE;
box-shadow: 1px 1px 3px 2px #A49FAE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A49FAE; -webkit-box-shadow: 1px 1px 3px 2px #A49FAE; box-shadow:1px 1px 3px 2px #A49FAE;">
Div content here
</div>
This text has color #A49FAE on black background.
This text has color #A49FAE on white background.
This text has black color on #A49FAE background.
This text has white color on #A49FAE background.
Complementary color for #hex is #5B6051.