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