HEX: #A9A17D
RGB: (169,161,125)
#A9A17D contains red, green and blue colors in about the same proportion. Web safe color of #A9A17D is #999966 (or #996).
#A9A17D color RGB value is (169,161,125).
RGB: (169,161,125)
(66%, 63%, 49%)
R 169 of 255 = 66%
G 161 of 255 = 63%
B 125 of 255 = 49%
R + G + B ~ 59%. #A9A17D is middle color (not dark and not light).
R + G + B = 169 + 161 + 125 = 455 (100%)
R 169 of 455 ~ 37.14%
G 161 of 455 ~ 35.38%
B 125 of 455 ~ 27.47'%
#A9A17D color CMYK value is (0,5,26,34).
CMYK: (0,5,26,34) C0M5Y26K34 (0%,5%,26%,34%) (0.00/0.05/0.26/0.34)
Color #A9A17D in popluar color models
A9 | A1 | 7D | |
---|---|---|---|
RGB | 169 | 161 | 125 |
HSL | 49° | 20.37% | 57.65% |
HSB/HSV | 49° | 26.04% | 66.27% |
CMYK | 0.00% | 4.73% | 26.04% |
33.73% |
Color #A9A17D in popluar number systems.
HEX | A9 | A1 | 7D |
Decimal | 169 | 161 | 125 |
Binary | 10101001 | 10100001 | 1111101 |
Octal | 251 | 241 | 175 |
Shades of #A9A17D
Tints of #A9A17D
Examples of css and html codes for elements with #A9A17D color. Also use rgb(169,161,125) instead hex code.
.myTextColor { color: #A9A17D; }
<p style="color:#A9A17D">This sample text font color is #A9A17D.</p>
This text font color is #A9A17D.
.myBgColor { background-color: #A9A17D; }
<div style="background-color:#A9A17D">Inner text</div>
This div background color is #A9A17D.
.myBorderColor { border: 1px solid #A9A17D; }
<div style="border:3px solid #A9A17D">Div</div>
This div border color is #A9A17D.
.myOpacity80 { color: #A9A17D; opacity: 0.8; }
<p style="color:#A9A17D;opacity:0.8;">80%</p>
Text with #A9A17D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A9A17D;}
<p style="text-shadow: 3px 3px 1px #A9A17D">Text here.</p>
This text has shadow with #A9A17D color.
.textShadow {text-shadow: 3px 3px 1px #A9A17D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A9A17D, 5px 5px 20px red">Text here.</p>
This text has shadow with #A9A17D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A9A17D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A9A17D, Direction=45, Strength=4)">Text</p>
This text has shadow with #A9A17D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A9A17D;
-webkit-box-shadow: 1px 1px 3px 2px #A9A17D;
box-shadow: 1px 1px 3px 2px #A9A17D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A9A17D; -webkit-box-shadow: 1px 1px 3px 2px #A9A17D; box-shadow:1px 1px 3px 2px #A9A17D;">
Div content here
</div>
This text has color #A9A17D on black background.
This text has color #A9A17D on white background.
This text has black color on #A9A17D background.
This text has white color on #A9A17D background.
Complementary color for #hex is #565E82.