HEX: #A49FAB
RGB: (164,159,171)
#A49FAB contains red, green and blue colors in about the same proportion. Web safe color of #A49FAB is #999999 (or #999).
#A49FAB color RGB value is (164,159,171).
RGB: (164,159,171)
(64%, 62%, 67%)
R 164 of 255 = 64%
G 159 of 255 = 62%
B 171 of 255 = 67%
R + G + B ~ 64%. #A49FAB is quite light color.
R + G + B = 164 + 159 + 171 = 494 (100%)
R 164 of 494 ~ 33.2%
G 159 of 494 ~ 32.19%
B 171 of 494 ~ 34.62'%
#A49FAB color CMYK value is (4,7,0,33).
CMYK: (4,7,0,33)
C4M7Y0K33 (4%, 7%, 0%, 33%)
(0.04 / 0.07 / 0.00 / 0.33)
Color #A49FAB in popluar color models
A4 | 9F | AB | |
---|---|---|---|
RGB | 164 | 159 | 171 |
HSL | 265° | 6.67% | 64.71% |
HSB/HSV | 265° | 7.02% | 67.06% |
CMYK | 4.09% | 7.02% | 0.00% |
32.94% |
Color #A49FAB in popluar number systems.
HEX | A4 | 9F | AB |
Decimal | 164 | 159 | 171 |
Binary | 10100100 | 10011111 | 10101011 |
Octal | 244 | 237 | 253 |
Shades of #A49FAB
Tints of #A49FAB
Examples of css and html codes for elements with #A49FAB color. Also use rgb(164,159,171) instead hex code.
.myTextColor { color: #A49FAB; }
<p style="color:#A49FAB">This sample text font color is #A49FAB.</p>
This text font color is #A49FAB.
.myBgColor { background-color: #A49FAB; }
<div style="background-color:#A49FAB">Inner text</div>
This div background color is #A49FAB.
.myBorderColor { border: 1px solid #A49FAB; }
<div style="border:3px solid #A49FAB">Div</div>
This div border color is #A49FAB.
.myOpacity80 { color: #A49FAB; opacity: 0.8; }
<p style="color:#A49FAB;opacity:0.8;">80%</p>
Text with #A49FAB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A49FAB;}
<p style="text-shadow: 3px 3px 1px #A49FAB">Text here.</p>
This text has shadow with #A49FAB color.
.textShadow {text-shadow: 3px 3px 1px #A49FAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A49FAB, 5px 5px 20px red">Text here.</p>
This text has shadow with #A49FAB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A49FAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A49FAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A49FAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A49FAB;
-webkit-box-shadow: 1px 1px 3px 2px #A49FAB;
box-shadow: 1px 1px 3px 2px #A49FAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A49FAB; -webkit-box-shadow: 1px 1px 3px 2px #A49FAB; box-shadow:1px 1px 3px 2px #A49FAB;">
Div content here
</div>
This text has color #A49FAB on black background.
This text has color #A49FAB on white background.
This text has black color on #A49FAB background.
This text has white color on #A49FAB background.
Complementary color for #hex is #5B6054.