HEX: #A4899F
RGB: (164,137,159)
#A4899F contains red, green and blue colors in about the same proportion. Web safe color of #A4899F is #999999 (or #999).
#A4899F color RGB value is (164,137,159).
RGB: (164,137,159)
(64%, 54%, 62%)
R 164 of 255 = 64%
G 137 of 255 = 54%
B 159 of 255 = 62%
R + G + B ~ 60%. #A4899F is middle color (not dark and not light).
R + G + B = 164 + 137 + 159 = 460 (100%)
R 164 of 460 ~ 35.65%
G 137 of 460 ~ 29.78%
B 159 of 460 ~ 34.57'%
#A4899F color CMYK value is (0,16,3,36).
CMYK: (0,16,3,36) C0M16Y3K36 (0%,16%,3%,36%) (0.00/0.16/0.03/0.36)
Color #A4899F in popluar color models
A4 | 89 | 9F | |
---|---|---|---|
RGB | 164 | 137 | 159 |
HSL | 311° | 12.92% | 59.02% |
HSB/HSV | 311° | 16.46% | 64.31% |
CMYK | 0.00% | 16.46% | 3.05% |
35.69% |
Color #A4899F in popluar number systems.
HEX | A4 | 89 | 9F |
Decimal | 164 | 137 | 159 |
Binary | 10100100 | 10001001 | 10011111 |
Octal | 244 | 211 | 237 |
Shades of #A4899F
Tints of #A4899F
Examples of css and html codes for elements with #A4899F color. Also use rgb(164,137,159) instead hex code.
.myTextColor { color: #A4899F; }
<p style="color:#A4899F">This sample text font color is #A4899F.</p>
This text font color is #A4899F.
.myBgColor { background-color: #A4899F; }
<div style="background-color:#A4899F">Inner text</div>
This div background color is #A4899F.
.myBorderColor { border: 1px solid #A4899F; }
<div style="border:3px solid #A4899F">Div</div>
This div border color is #A4899F.
.myOpacity80 { color: #A4899F; opacity: 0.8; }
<p style="color:#A4899F;opacity:0.8;">80%</p>
Text with #A4899F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A4899F;}
<p style="text-shadow: 3px 3px 1px #A4899F">Text here.</p>
This text has shadow with #A4899F color.
.textShadow {text-shadow: 3px 3px 1px #A4899F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A4899F, 5px 5px 20px red">Text here.</p>
This text has shadow with #A4899F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4899F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A4899F, Direction=45, Strength=4)">Text</p>
This text has shadow with #A4899F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A4899F;
-webkit-box-shadow: 1px 1px 3px 2px #A4899F;
box-shadow: 1px 1px 3px 2px #A4899F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A4899F; -webkit-box-shadow: 1px 1px 3px 2px #A4899F; box-shadow:1px 1px 3px 2px #A4899F;">
Div content here
</div>
This text has color #A4899F on black background.
This text has color #A4899F on white background.
This text has black color on #A4899F background.
This text has white color on #A4899F background.
Complementary color for #hex is #5B7660.