HEX: #A48D79
RGB: (164,141,121)
#A48D79 contains red, green and blue colors in about the same proportion. Web safe color of #A48D79 is #999966 (or #996).
#A48D79 color RGB value is (164,141,121).
RGB: (164,141,121)
(64%, 55%, 47%)
R 164 of 255 = 64%
G 141 of 255 = 55%
B 121 of 255 = 47%
R + G + B ~ 55%. #A48D79 is middle color (not dark and not light).
R + G + B = 164 + 141 + 121 = 426 (100%)
R 164 of 426 ~ 38.5%
G 141 of 426 ~ 33.1%
B 121 of 426 ~ 28.4'%
#A48D79 color CMYK value is (0,14,26,36).
CMYK: (0,14,26,36) C0M14Y26K36 (0%,14%,26%,36%) (0.00/0.14/0.26/0.36)
Color #A48D79 in popluar color models
A4 | 8D | 79 | |
---|---|---|---|
RGB | 164 | 141 | 121 |
HSL | 28° | 19.11% | 55.88% |
HSB/HSV | 28° | 26.22% | 64.31% |
CMYK | 0.00% | 14.02% | 26.22% |
35.69% |
Color #A48D79 in popluar number systems.
HEX | A4 | 8D | 79 |
Decimal | 164 | 141 | 121 |
Binary | 10100100 | 10001101 | 1111001 |
Octal | 244 | 215 | 171 |
Shades of #A48D79
Tints of #A48D79
Examples of css and html codes for elements with #A48D79 color. Also use rgb(164,141,121) instead hex code.
.myTextColor { color: #A48D79; }
<p style="color:#A48D79">This sample text font color is #A48D79.</p>
This text font color is #A48D79.
.myBgColor { background-color: #A48D79; }
<div style="background-color:#A48D79">Inner text</div>
This div background color is #A48D79.
.myBorderColor { border: 1px solid #A48D79; }
<div style="border:3px solid #A48D79">Div</div>
This div border color is #A48D79.
.myOpacity80 { color: #A48D79; opacity: 0.8; }
<p style="color:#A48D79;opacity:0.8;">80%</p>
Text with #A48D79 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A48D79;}
<p style="text-shadow: 3px 3px 1px #A48D79">Text here.</p>
This text has shadow with #A48D79 color.
.textShadow {text-shadow: 3px 3px 1px #A48D79', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A48D79, 5px 5px 20px red">Text here.</p>
This text has shadow with #A48D79 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A48D79, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A48D79, Direction=45, Strength=4)">Text</p>
This text has shadow with #A48D79 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A48D79;
-webkit-box-shadow: 1px 1px 3px 2px #A48D79;
box-shadow: 1px 1px 3px 2px #A48D79;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A48D79; -webkit-box-shadow: 1px 1px 3px 2px #A48D79; box-shadow:1px 1px 3px 2px #A48D79;">
Div content here
</div>
This text has color #A48D79 on black background.
This text has color #A48D79 on white background.
This text has black color on #A48D79 background.
This text has white color on #A48D79 background.
Complementary color for #hex is #5B7286.