HEX: #A4996B
RGB: (164,153,107)
#A4996B contains red, green and blue colors in about the same proportion. Web safe color of #A4996B is #999966 (or #996).
#A4996B color RGB value is (164,153,107).
RGB: (164,153,107)
(64%, 60%, 42%)
R 164 of 255 = 64%
G 153 of 255 = 60%
B 107 of 255 = 42%
R + G + B ~ 55%. #A4996B is middle color (not dark and not light).
R + G + B = 164 + 153 + 107 = 424 (100%)
R 164 of 424 ~ 38.68%
G 153 of 424 ~ 36.08%
B 107 of 424 ~ 25.24'%
#A4996B color CMYK value is (0,7,35,36).
CMYK: (0,7,35,36)
C0M7Y35K36 (0%, 7%, 35%, 36%)
(0.00 / 0.07 / 0.35 / 0.36)
Color #A4996B in popluar color models
A4 | 99 | 6B | |
---|---|---|---|
RGB | 164 | 153 | 107 |
HSL | 48° | 23.85% | 53.14% |
HSB/HSV | 48° | 34.76% | 64.31% |
CMYK | 0.00% | 6.71% | 34.76% |
35.69% |
Color #A4996B in popluar number systems.
HEX | A4 | 99 | 6B |
Decimal | 164 | 153 | 107 |
Binary | 10100100 | 10011001 | 1101011 |
Octal | 244 | 231 | 153 |
Shades of #A4996B
Tints of #A4996B
Examples of css and html codes for elements with #A4996B color. Also use rgb(164,153,107) instead hex code.
.myTextColor { color: #A4996B; }
<p style="color:#A4996B">This sample text font color is #A4996B.</p>
This text font color is #A4996B.
.myBgColor { background-color: #A4996B; }
<div style="background-color:#A4996B">Inner text</div>
This div background color is #A4996B.
.myBorderColor { border: 1px solid #A4996B; }
<div style="border:3px solid #A4996B">Div</div>
This div border color is #A4996B.
.myOpacity80 { color: #A4996B; opacity: 0.8; }
<p style="color:#A4996B;opacity:0.8;">80%</p>
Text with #A4996B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A4996B;}
<p style="text-shadow: 3px 3px 1px #A4996B">Text here.</p>
This text has shadow with #A4996B color.
.textShadow {text-shadow: 3px 3px 1px #A4996B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A4996B, 5px 5px 20px red">Text here.</p>
This text has shadow with #A4996B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4996B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A4996B, Direction=45, Strength=4)">Text</p>
This text has shadow with #A4996B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A4996B;
-webkit-box-shadow: 1px 1px 3px 2px #A4996B;
box-shadow: 1px 1px 3px 2px #A4996B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A4996B; -webkit-box-shadow: 1px 1px 3px 2px #A4996B; box-shadow:1px 1px 3px 2px #A4996B;">
Div content here
</div>
This text has color #A4996B on black background.
This text has color #A4996B on white background.
This text has black color on #A4996B background.
This text has white color on #A4996B background.
Complementary color for #hex is #5B6694.