HEX: #A1996D
RGB: (161,153,109)
#A1996D contains red, green and blue colors in about the same proportion. Web safe color of #A1996D is #999966 (or #996).
#A1996D color RGB value is (161,153,109).
RGB: (161,153,109)
(63%, 60%, 43%)
R 161 of 255 = 63%
G 153 of 255 = 60%
B 109 of 255 = 43%
R + G + B ~ 55%. #A1996D is middle color (not dark and not light).
R + G + B = 161 + 153 + 109 = 423 (100%)
R 161 of 423 ~ 38.06%
G 153 of 423 ~ 36.17%
B 109 of 423 ~ 25.77'%
#A1996D color CMYK value is (0,5,32,37).
CMYK: (0,5,32,37) C0M5Y32K37 (0%,5%,32%,37%) (0.00/0.05/0.32/0.37)
Color #A1996D in popluar color models
A1 | 99 | 6D | |
---|---|---|---|
RGB | 161 | 153 | 109 |
HSL | 51° | 21.67% | 52.94% |
HSB/HSV | 51° | 32.30% | 63.14% |
CMYK | 0.00% | 4.97% | 32.30% |
36.86% |
Color #A1996D in popluar number systems.
HEX | A1 | 99 | 6D |
Decimal | 161 | 153 | 109 |
Binary | 10100001 | 10011001 | 1101101 |
Octal | 241 | 231 | 155 |
Shades of #A1996D
Tints of #A1996D
Examples of css and html codes for elements with #A1996D color. Also use rgb(161,153,109) instead hex code.
.myTextColor { color: #A1996D; }
<p style="color:#A1996D">This sample text font color is #A1996D.</p>
This text font color is #A1996D.
.myBgColor { background-color: #A1996D; }
<div style="background-color:#A1996D">Inner text</div>
This div background color is #A1996D.
.myBorderColor { border: 1px solid #A1996D; }
<div style="border:3px solid #A1996D">Div</div>
This div border color is #A1996D.
.myOpacity80 { color: #A1996D; opacity: 0.8; }
<p style="color:#A1996D;opacity:0.8;">80%</p>
Text with #A1996D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A1996D;}
<p style="text-shadow: 3px 3px 1px #A1996D">Text here.</p>
This text has shadow with #A1996D color.
.textShadow {text-shadow: 3px 3px 1px #A1996D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A1996D, 5px 5px 20px red">Text here.</p>
This text has shadow with #A1996D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A1996D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A1996D, Direction=45, Strength=4)">Text</p>
This text has shadow with #A1996D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A1996D;
-webkit-box-shadow: 1px 1px 3px 2px #A1996D;
box-shadow: 1px 1px 3px 2px #A1996D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A1996D; -webkit-box-shadow: 1px 1px 3px 2px #A1996D; box-shadow:1px 1px 3px 2px #A1996D;">
Div content here
</div>
This text has color #A1996D on black background.
This text has color #A1996D on white background.
This text has black color on #A1996D background.
This text has white color on #A1996D background.
Complementary color for #hex is #5E6692.