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