HEX: #A48B84
RGB: (164,139,132)
#A48B84 contains red, green and blue colors in about the same proportion. Web safe color of #A48B84 is #999999 (or #999).
#A48B84 color RGB value is (164,139,132).
RGB: (164,139,132)
(64%, 55%, 52%)
R 164 of 255 = 64%
G 139 of 255 = 55%
B 132 of 255 = 52%
R + G + B ~ 57%. #A48B84 is middle color (not dark and not light).
R + G + B = 164 + 139 + 132 = 435 (100%)
R 164 of 435 ~ 37.7%
G 139 of 435 ~ 31.95%
B 132 of 435 ~ 30.34'%
#A48B84 color CMYK value is (0,15,20,36).
CMYK: (0,15,20,36)
C0M15Y20K36 (0%, 15%, 20%, 36%)
(0.00 / 0.15 / 0.20 / 0.36)
Color #A48B84 in popluar color models
A4 | 8B | 84 | |
---|---|---|---|
RGB | 164 | 139 | 132 |
HSL | 13° | 14.95% | 58.04% |
HSB/HSV | 13° | 19.51% | 64.31% |
CMYK | 0.00% | 15.24% | 19.51% |
35.69% |
Color #A48B84 in popluar number systems.
HEX | A4 | 8B | 84 |
Decimal | 164 | 139 | 132 |
Binary | 10100100 | 10001011 | 10000100 |
Octal | 244 | 213 | 204 |
Shades of #A48B84
Tints of #A48B84
Examples of css and html codes for elements with #A48B84 color. Also use rgb(164,139,132) instead hex code.
.myTextColor { color: #A48B84; }
<p style="color:#A48B84">This sample text font color is #A48B84.</p>
This text font color is #A48B84.
.myBgColor { background-color: #A48B84; }
<div style="background-color:#A48B84">Inner text</div>
This div background color is #A48B84.
.myBorderColor { border: 1px solid #A48B84; }
<div style="border:3px solid #A48B84">Div</div>
This div border color is #A48B84.
.myOpacity80 { color: #A48B84; opacity: 0.8; }
<p style="color:#A48B84;opacity:0.8;">80%</p>
Text with #A48B84 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A48B84;}
<p style="text-shadow: 3px 3px 1px #A48B84">Text here.</p>
This text has shadow with #A48B84 color.
.textShadow {text-shadow: 3px 3px 1px #A48B84', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A48B84, 5px 5px 20px red">Text here.</p>
This text has shadow with #A48B84 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A48B84, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A48B84, Direction=45, Strength=4)">Text</p>
This text has shadow with #A48B84 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A48B84;
-webkit-box-shadow: 1px 1px 3px 2px #A48B84;
box-shadow: 1px 1px 3px 2px #A48B84;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A48B84; -webkit-box-shadow: 1px 1px 3px 2px #A48B84; box-shadow:1px 1px 3px 2px #A48B84;">
Div content here
</div>
This text has color #A48B84 on black background.
This text has color #A48B84 on white background.
This text has black color on #A48B84 background.
This text has white color on #A48B84 background.
Complementary color for #hex is #5B747B.