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