HEX: #A5A67E
RGB: (165,166,126)
#A5A67E contains red, green and blue colors in about the same proportion. Web safe color of #A5A67E is #999966 (or #996).
#A5A67E color RGB value is (165,166,126).
RGB: (165,166,126)
(65%, 65%, 49%)
R 165 of 255 = 65%
G 166 of 255 = 65%
B 126 of 255 = 49%
R + G + B ~ 60%. #A5A67E is middle color (not dark and not light).
R + G + B = 165 + 166 + 126 = 457 (100%)
R 165 of 457 ~ 36.11%
G 166 of 457 ~ 36.32%
B 126 of 457 ~ 27.57'%
#A5A67E color CMYK value is (1,0,24,35).
CMYK: (1,0,24,35) C1M0Y24K35 (1%,0%,24%,35%) (0.01/0.00/0.24/0.35)
Color #A5A67E in popluar color models
A5 | A6 | 7E | |
---|---|---|---|
RGB | 165 | 166 | 126 |
HSL | 62° | 18.35% | 57.25% |
HSB/HSV | 62° | 24.10% | 65.10% |
CMYK | 0.60% | 0.00% | 24.10% |
34.90% |
Color #A5A67E in popluar number systems.
HEX | A5 | A6 | 7E |
Decimal | 165 | 166 | 126 |
Binary | 10100101 | 10100110 | 1111110 |
Octal | 245 | 246 | 176 |
Shades of #A5A67E
Tints of #A5A67E
Examples of css and html codes for elements with #A5A67E color. Also use rgb(165,166,126) instead hex code.
.myTextColor { color: #A5A67E; }
<p style="color:#A5A67E">This sample text font color is #A5A67E.</p>
This text font color is #A5A67E.
.myBgColor { background-color: #A5A67E; }
<div style="background-color:#A5A67E">Inner text</div>
This div background color is #A5A67E.
.myBorderColor { border: 1px solid #A5A67E; }
<div style="border:3px solid #A5A67E">Div</div>
This div border color is #A5A67E.
.myOpacity80 { color: #A5A67E; opacity: 0.8; }
<p style="color:#A5A67E;opacity:0.8;">80%</p>
Text with #A5A67E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5A67E;}
<p style="text-shadow: 3px 3px 1px #A5A67E">Text here.</p>
This text has shadow with #A5A67E color.
.textShadow {text-shadow: 3px 3px 1px #A5A67E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5A67E, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5A67E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5A67E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5A67E, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5A67E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5A67E;
-webkit-box-shadow: 1px 1px 3px 2px #A5A67E;
box-shadow: 1px 1px 3px 2px #A5A67E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5A67E; -webkit-box-shadow: 1px 1px 3px 2px #A5A67E; box-shadow:1px 1px 3px 2px #A5A67E;">
Div content here
</div>
This text has color #A5A67E on black background.
This text has color #A5A67E on white background.
This text has black color on #A5A67E background.
This text has white color on #A5A67E background.
Complementary color for #hex is #5A5981.