HEX: #A4999A
RGB: (164,153,154)
#A4999A contains red, green and blue colors in about the same proportion. Web safe color of #A4999A is #999999 (or #999).
#A4999A color RGB value is (164,153,154).
RGB: (164,153,154)
(64%, 60%, 60%)
R 164 of 255 = 64%
G 153 of 255 = 60%
B 154 of 255 = 60%
R + G + B ~ 61%. #A4999A is quite light color.
R + G + B = 164 + 153 + 154 = 471 (100%)
R 164 of 471 ~ 34.82%
G 153 of 471 ~ 32.48%
B 154 of 471 ~ 32.7'%
#A4999A color CMYK value is (0,7,6,36).
CMYK: (0,7,6,36)
C0M7Y6K36 (0%, 7%, 6%, 36%)
(0.00 / 0.07 / 0.06 / 0.36)
Color #A4999A in popluar color models
A4 | 99 | 9A | |
---|---|---|---|
RGB | 164 | 153 | 154 |
HSL | 355° | 5.70% | 62.16% |
HSB/HSV | 355° | 6.71% | 64.31% |
CMYK | 0.00% | 6.71% | 6.10% |
35.69% |
Color #A4999A in popluar number systems.
HEX | A4 | 99 | 9A |
Decimal | 164 | 153 | 154 |
Binary | 10100100 | 10011001 | 10011010 |
Octal | 244 | 231 | 232 |
Shades of #A4999A
Tints of #A4999A
Examples of css and html codes for elements with #A4999A color. Also use rgb(164,153,154) instead hex code.
.myTextColor { color: #A4999A; }
<p style="color:#A4999A">This sample text font color is #A4999A.</p>
This text font color is #A4999A.
.myBgColor { background-color: #A4999A; }
<div style="background-color:#A4999A">Inner text</div>
This div background color is #A4999A.
.myBorderColor { border: 1px solid #A4999A; }
<div style="border:3px solid #A4999A">Div</div>
This div border color is #A4999A.
.myOpacity80 { color: #A4999A; opacity: 0.8; }
<p style="color:#A4999A;opacity:0.8;">80%</p>
Text with #A4999A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A4999A;}
<p style="text-shadow: 3px 3px 1px #A4999A">Text here.</p>
This text has shadow with #A4999A color.
.textShadow {text-shadow: 3px 3px 1px #A4999A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A4999A, 5px 5px 20px red">Text here.</p>
This text has shadow with #A4999A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4999A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A4999A, Direction=45, Strength=4)">Text</p>
This text has shadow with #A4999A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A4999A;
-webkit-box-shadow: 1px 1px 3px 2px #A4999A;
box-shadow: 1px 1px 3px 2px #A4999A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A4999A; -webkit-box-shadow: 1px 1px 3px 2px #A4999A; box-shadow:1px 1px 3px 2px #A4999A;">
Div content here
</div>
This text has color #A4999A on black background.
This text has color #A4999A on white background.
This text has black color on #A4999A background.
This text has white color on #A4999A background.
Complementary color for #hex is #5B6665.