HEX: #ABA67D
RGB: (171,166,125)
#ABA67D contains red, green and blue colors in about the same proportion. Web safe color of #ABA67D is #999966 (or #996).
#ABA67D color RGB value is (171,166,125).
RGB: (171,166,125)
(67%, 65%, 49%)
R 171 of 255 = 67%
G 166 of 255 = 65%
B 125 of 255 = 49%
R + G + B ~ 60%. #ABA67D is middle color (not dark and not light).
R + G + B = 171 + 166 + 125 = 462 (100%)
R 171 of 462 ~ 37.01%
G 166 of 462 ~ 35.93%
B 125 of 462 ~ 27.06'%
#ABA67D color CMYK value is (0,3,27,33).
CMYK: (0,3,27,33)
C0M3Y27K33 (0%, 3%, 27%, 33%)
(0.00 / 0.03 / 0.27 / 0.33)
Color #ABA67D in popluar color models
AB | A6 | 7D | |
---|---|---|---|
RGB | 171 | 166 | 125 |
HSL | 53° | 21.50% | 58.04% |
HSB/HSV | 53° | 26.90% | 67.06% |
CMYK | 0.00% | 2.92% | 26.90% |
32.94% |
Color #ABA67D in popluar number systems.
HEX | AB | A6 | 7D |
Decimal | 171 | 166 | 125 |
Binary | 10101011 | 10100110 | 1111101 |
Octal | 253 | 246 | 175 |
Shades of #ABA67D
Tints of #ABA67D
Examples of css and html codes for elements with #ABA67D color. Also use rgb(171,166,125) instead hex code.
.myTextColor { color: #ABA67D; }
<p style="color:#ABA67D">This sample text font color is #ABA67D.</p>
This text font color is #ABA67D.
.myBgColor { background-color: #ABA67D; }
<div style="background-color:#ABA67D">Inner text</div>
This div background color is #ABA67D.
.myBorderColor { border: 1px solid #ABA67D; }
<div style="border:3px solid #ABA67D">Div</div>
This div border color is #ABA67D.
.myOpacity80 { color: #ABA67D; opacity: 0.8; }
<p style="color:#ABA67D;opacity:0.8;">80%</p>
Text with #ABA67D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABA67D;}
<p style="text-shadow: 3px 3px 1px #ABA67D">Text here.</p>
This text has shadow with #ABA67D color.
.textShadow {text-shadow: 3px 3px 1px #ABA67D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABA67D, 5px 5px 20px red">Text here.</p>
This text has shadow with #ABA67D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABA67D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABA67D, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABA67D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABA67D;
-webkit-box-shadow: 1px 1px 3px 2px #ABA67D;
box-shadow: 1px 1px 3px 2px #ABA67D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABA67D; -webkit-box-shadow: 1px 1px 3px 2px #ABA67D; box-shadow:1px 1px 3px 2px #ABA67D;">
Div content here
</div>
This text has color #ABA67D on black background.
This text has color #ABA67D on white background.
This text has black color on #ABA67D background.
This text has white color on #ABA67D background.
Complementary color for #hex is #545982.