HEX: #A4998D
RGB: (164,153,141)
#A4998D contains red, green and blue colors in about the same proportion. Web safe color of #A4998D is #999999 (or #999).
#A4998D color RGB value is (164,153,141).
RGB: (164,153,141)
(64%, 60%, 55%)
R 164 of 255 = 64%
G 153 of 255 = 60%
B 141 of 255 = 55%
R + G + B ~ 60%. #A4998D is middle color (not dark and not light).
R + G + B = 164 + 153 + 141 = 458 (100%)
R 164 of 458 ~ 35.81%
G 153 of 458 ~ 33.41%
B 141 of 458 ~ 30.79'%
#A4998D color CMYK value is (0,7,14,36).
CMYK: (0,7,14,36)
C0M7Y14K36 (0%, 7%, 14%, 36%)
(0.00 / 0.07 / 0.14 / 0.36)
Color #A4998D in popluar color models
A4 | 99 | 8D | |
---|---|---|---|
RGB | 164 | 153 | 141 |
HSL | 31° | 11.22% | 59.80% |
HSB/HSV | 31° | 14.02% | 64.31% |
CMYK | 0.00% | 6.71% | 14.02% |
35.69% |
Color #A4998D in popluar number systems.
HEX | A4 | 99 | 8D |
Decimal | 164 | 153 | 141 |
Binary | 10100100 | 10011001 | 10001101 |
Octal | 244 | 231 | 215 |
Shades of #A4998D
Tints of #A4998D
Examples of css and html codes for elements with #A4998D color. Also use rgb(164,153,141) instead hex code.
.myTextColor { color: #A4998D; }
<p style="color:#A4998D">This sample text font color is #A4998D.</p>
This text font color is #A4998D.
.myBgColor { background-color: #A4998D; }
<div style="background-color:#A4998D">Inner text</div>
This div background color is #A4998D.
.myBorderColor { border: 1px solid #A4998D; }
<div style="border:3px solid #A4998D">Div</div>
This div border color is #A4998D.
.myOpacity80 { color: #A4998D; opacity: 0.8; }
<p style="color:#A4998D;opacity:0.8;">80%</p>
Text with #A4998D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A4998D;}
<p style="text-shadow: 3px 3px 1px #A4998D">Text here.</p>
This text has shadow with #A4998D color.
.textShadow {text-shadow: 3px 3px 1px #A4998D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A4998D, 5px 5px 20px red">Text here.</p>
This text has shadow with #A4998D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4998D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A4998D, Direction=45, Strength=4)">Text</p>
This text has shadow with #A4998D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A4998D;
-webkit-box-shadow: 1px 1px 3px 2px #A4998D;
box-shadow: 1px 1px 3px 2px #A4998D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A4998D; -webkit-box-shadow: 1px 1px 3px 2px #A4998D; box-shadow:1px 1px 3px 2px #A4998D;">
Div content here
</div>
This text has color #A4998D on black background.
This text has color #A4998D on white background.
This text has black color on #A4998D background.
This text has white color on #A4998D background.
Complementary color for #hex is #5B6672.