HEX: #A496AB
RGB: (164,150,171)
#A496AB contains red, green and blue colors in about the same proportion. Web safe color of #A496AB is #999999 (or #999).
#A496AB color RGB value is (164,150,171).
RGB: (164,150,171)
(64%, 59%, 67%)
R 164 of 255 = 64%
G 150 of 255 = 59%
B 171 of 255 = 67%
R + G + B ~ 63%. #A496AB is quite light color.
R + G + B = 164 + 150 + 171 = 485 (100%)
R 164 of 485 ~ 33.81%
G 150 of 485 ~ 30.93%
B 171 of 485 ~ 35.26'%
#A496AB color CMYK value is (4,12,0,33).
CMYK: (4,12,0,33)
C4M12Y0K33 (4%, 12%, 0%, 33%)
(0.04 / 0.12 / 0.00 / 0.33)
Color #A496AB in popluar color models
A4 | 96 | AB | |
---|---|---|---|
RGB | 164 | 150 | 171 |
HSL | 280° | 11.11% | 62.94% |
HSB/HSV | 280° | 12.28% | 67.06% |
CMYK | 4.09% | 12.28% | 0.00% |
32.94% |
Color #A496AB in popluar number systems.
HEX | A4 | 96 | AB |
Decimal | 164 | 150 | 171 |
Binary | 10100100 | 10010110 | 10101011 |
Octal | 244 | 226 | 253 |
Shades of #A496AB
Tints of #A496AB
Examples of css and html codes for elements with #A496AB color. Also use rgb(164,150,171) instead hex code.
.myTextColor { color: #A496AB; }
<p style="color:#A496AB">This sample text font color is #A496AB.</p>
This text font color is #A496AB.
.myBgColor { background-color: #A496AB; }
<div style="background-color:#A496AB">Inner text</div>
This div background color is #A496AB.
.myBorderColor { border: 1px solid #A496AB; }
<div style="border:3px solid #A496AB">Div</div>
This div border color is #A496AB.
.myOpacity80 { color: #A496AB; opacity: 0.8; }
<p style="color:#A496AB;opacity:0.8;">80%</p>
Text with #A496AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A496AB;}
<p style="text-shadow: 3px 3px 1px #A496AB">Text here.</p>
This text has shadow with #A496AB color.
.textShadow {text-shadow: 3px 3px 1px #A496AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A496AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #A496AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A496AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A496AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A496AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A496AB;
-webkit-box-shadow: 1px 1px 3px 2px #A496AB;
box-shadow: 1px 1px 3px 2px #A496AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A496AB; -webkit-box-shadow: 1px 1px 3px 2px #A496AB; box-shadow:1px 1px 3px 2px #A496AB;">
Div content here
</div>
This text has color #A496AB on black background.
This text has color #A496AB on white background.
This text has black color on #A496AB background.
This text has white color on #A496AB background.
Complementary color for #hex is #5B6954.