HEX: #A8AE4D
RGB: (168,174,77)
#A8AE4D contains mainly red and green colors. Web safe color of #A8AE4D is #999933 (or #993).
#A8AE4D color RGB value is (168,174,77).
RGB: (168,174,77)
(66%, 68%, 30%)
R 168 of 255 = 66%
G 174 of 255 = 68%
B 77 of 255 = 30%
R + G + B ~ 55%. #A8AE4D is middle color (not dark and not light).
R + G + B = 168 + 174 + 77 = 419 (100%)
R 168 of 419 ~ 40.1%
G 174 of 419 ~ 41.53%
B 77 of 419 ~ 18.38'%
#A8AE4D color CMYK value is (3,0,56,32).
CMYK: (3,0,56,32) C3M0Y56K32 (3%,0%,56%,32%) (0.03/0.00/0.56/0.32)
Color #A8AE4D in popluar color models
A8 | AE | 4D | |
---|---|---|---|
RGB | 168 | 174 | 77 |
HSL | 64° | 38.65% | 49.22% |
HSB/HSV | 64° | 55.75% | 68.24% |
CMYK | 3.45% | 0.00% | 55.75% |
31.76% |
Color #A8AE4D in popluar number systems.
HEX | A8 | AE | 4D |
Decimal | 168 | 174 | 77 |
Binary | 10101000 | 10101110 | 1001101 |
Octal | 250 | 256 | 115 |
Shades of #A8AE4D
Tints of #A8AE4D
Examples of css and html codes for elements with #A8AE4D color. Also use rgb(168,174,77) instead hex code.
.myTextColor { color: #A8AE4D; }
<p style="color:#A8AE4D">This sample text font color is #A8AE4D.</p>
This text font color is #A8AE4D.
.myBgColor { background-color: #A8AE4D; }
<div style="background-color:#A8AE4D">Inner text</div>
This div background color is #A8AE4D.
.myBorderColor { border: 1px solid #A8AE4D; }
<div style="border:3px solid #A8AE4D">Div</div>
This div border color is #A8AE4D.
.myOpacity80 { color: #A8AE4D; opacity: 0.8; }
<p style="color:#A8AE4D;opacity:0.8;">80%</p>
Text with #A8AE4D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A8AE4D;}
<p style="text-shadow: 3px 3px 1px #A8AE4D">Text here.</p>
This text has shadow with #A8AE4D color.
.textShadow {text-shadow: 3px 3px 1px #A8AE4D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A8AE4D, 5px 5px 20px red">Text here.</p>
This text has shadow with #A8AE4D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A8AE4D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A8AE4D, Direction=45, Strength=4)">Text</p>
This text has shadow with #A8AE4D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A8AE4D;
-webkit-box-shadow: 1px 1px 3px 2px #A8AE4D;
box-shadow: 1px 1px 3px 2px #A8AE4D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A8AE4D; -webkit-box-shadow: 1px 1px 3px 2px #A8AE4D; box-shadow:1px 1px 3px 2px #A8AE4D;">
Div content here
</div>
This text has color #A8AE4D on black background.
This text has color #A8AE4D on white background.
This text has black color on #A8AE4D background.
This text has white color on #A8AE4D background.
Complementary color for #hex is #5751B2.