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