HEX: #ACAE5F
RGB: (172,174,95)
#ACAE5F contains mainly red and green colors. Web safe color of #ACAE5F is #999966 (or #996).
#ACAE5F color RGB value is (172,174,95).
RGB: (172,174,95)
(67%, 68%, 37%)
R 172 of 255 = 67%
G 174 of 255 = 68%
B 95 of 255 = 37%
R + G + B ~ 57%. #ACAE5F is middle color (not dark and not light).
R + G + B = 172 + 174 + 95 = 441 (100%)
R 172 of 441 ~ 39%
G 174 of 441 ~ 39.46%
B 95 of 441 ~ 21.54'%
#ACAE5F color CMYK value is (1,0,45,32).
CMYK: (1,0,45,32)
C1M0Y45K32 (1%, 0%, 45%, 32%)
(0.01 / 0.00 / 0.45 / 0.32)
Color #ACAE5F in popluar color models
AC | AE | 5F | |
---|---|---|---|
RGB | 172 | 174 | 95 |
HSL | 62° | 32.78% | 52.75% |
HSB/HSV | 62° | 45.40% | 68.24% |
CMYK | 1.15% | 0.00% | 45.40% |
31.76% |
Color #ACAE5F in popluar number systems.
HEX | AC | AE | 5F |
Decimal | 172 | 174 | 95 |
Binary | 10101100 | 10101110 | 1011111 |
Octal | 254 | 256 | 137 |
Shades of #ACAE5F
Tints of #ACAE5F
Examples of css and html codes for elements with #ACAE5F color. Also use rgb(172,174,95) instead hex code.
.myTextColor { color: #ACAE5F; }
<p style="color:#ACAE5F">This sample text font color is #ACAE5F.</p>
This text font color is #ACAE5F.
.myBgColor { background-color: #ACAE5F; }
<div style="background-color:#ACAE5F">Inner text</div>
This div background color is #ACAE5F.
.myBorderColor { border: 1px solid #ACAE5F; }
<div style="border:3px solid #ACAE5F">Div</div>
This div border color is #ACAE5F.
.myOpacity80 { color: #ACAE5F; opacity: 0.8; }
<p style="color:#ACAE5F;opacity:0.8;">80%</p>
Text with #ACAE5F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACAE5F;}
<p style="text-shadow: 3px 3px 1px #ACAE5F">Text here.</p>
This text has shadow with #ACAE5F color.
.textShadow {text-shadow: 3px 3px 1px #ACAE5F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACAE5F, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACAE5F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACAE5F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACAE5F, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACAE5F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACAE5F;
-webkit-box-shadow: 1px 1px 3px 2px #ACAE5F;
box-shadow: 1px 1px 3px 2px #ACAE5F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACAE5F; -webkit-box-shadow: 1px 1px 3px 2px #ACAE5F; box-shadow:1px 1px 3px 2px #ACAE5F;">
Div content here
</div>
This text has color #ACAE5F on black background.
This text has color #ACAE5F on white background.
This text has black color on #ACAE5F background.
This text has white color on #ACAE5F background.
Complementary color for #hex is #5351A0.