HEX: #A4738F
RGB: (164,115,143)
#A4738F contains red, green and blue colors in about the same proportion. Web safe color of #A4738F is #996699 (or #969).
#A4738F color RGB value is (164,115,143).
RGB: (164,115,143)
(64%, 45%, 56%)
R 164 of 255 = 64%
G 115 of 255 = 45%
B 143 of 255 = 56%
R + G + B ~ 55%. #A4738F is middle color (not dark and not light).
R + G + B = 164 + 115 + 143 = 422 (100%)
R 164 of 422 ~ 38.86%
G 115 of 422 ~ 27.25%
B 143 of 422 ~ 33.89'%
#A4738F color CMYK value is (0,30,13,36).
CMYK: (0,30,13,36)
C0M30Y13K36 (0%, 30%, 13%, 36%)
(0.00 / 0.30 / 0.13 / 0.36)
Color #A4738F in popluar color models
A4 | 73 | 8F | |
---|---|---|---|
RGB | 164 | 115 | 143 |
HSL | 326° | 21.21% | 54.71% |
HSB/HSV | 326° | 29.88% | 64.31% |
CMYK | 0.00% | 29.88% | 12.80% |
35.69% |
Color #A4738F in popluar number systems.
HEX | A4 | 73 | 8F |
Decimal | 164 | 115 | 143 |
Binary | 10100100 | 1110011 | 10001111 |
Octal | 244 | 163 | 217 |
Shades of #A4738F
Tints of #A4738F
Examples of css and html codes for elements with #A4738F color. Also use rgb(164,115,143) instead hex code.
.myTextColor { color: #A4738F; }
<p style="color:#A4738F">This sample text font color is #A4738F.</p>
This text font color is #A4738F.
.myBgColor { background-color: #A4738F; }
<div style="background-color:#A4738F">Inner text</div>
This div background color is #A4738F.
.myBorderColor { border: 1px solid #A4738F; }
<div style="border:3px solid #A4738F">Div</div>
This div border color is #A4738F.
.myOpacity80 { color: #A4738F; opacity: 0.8; }
<p style="color:#A4738F;opacity:0.8;">80%</p>
Text with #A4738F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A4738F;}
<p style="text-shadow: 3px 3px 1px #A4738F">Text here.</p>
This text has shadow with #A4738F color.
.textShadow {text-shadow: 3px 3px 1px #A4738F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A4738F, 5px 5px 20px red">Text here.</p>
This text has shadow with #A4738F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4738F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A4738F, Direction=45, Strength=4)">Text</p>
This text has shadow with #A4738F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A4738F;
-webkit-box-shadow: 1px 1px 3px 2px #A4738F;
box-shadow: 1px 1px 3px 2px #A4738F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A4738F; -webkit-box-shadow: 1px 1px 3px 2px #A4738F; box-shadow:1px 1px 3px 2px #A4738F;">
Div content here
</div>
This text has color #A4738F on black background.
This text has color #A4738F on white background.
This text has black color on #A4738F background.
This text has white color on #A4738F background.
Complementary color for #hex is #5B8C70.