HEX: #ADA25F
RGB: (173,162,95)
#ADA25F contains mainly red and green colors. Web safe color of #ADA25F is #999966 (or #996).
#ADA25F color RGB value is (173,162,95).
RGB: (173,162,95)
(68%, 64%, 37%)
R 173 of 255 = 68%
G 162 of 255 = 64%
B 95 of 255 = 37%
R + G + B ~ 56%. #ADA25F is middle color (not dark and not light).
R + G + B = 173 + 162 + 95 = 430 (100%)
R 173 of 430 ~ 40.23%
G 162 of 430 ~ 37.67%
B 95 of 430 ~ 22.09'%
#ADA25F color CMYK value is (0,6,45,32).
CMYK: (0,6,45,32) C0M6Y45K32 (0%,6%,45%,32%) (0.00/0.06/0.45/0.32)
Color #ADA25F in popluar color models
AD | A2 | 5F | |
---|---|---|---|
RGB | 173 | 162 | 95 |
HSL | 52° | 32.23% | 52.55% |
HSB/HSV | 52° | 45.09% | 67.84% |
CMYK | 0.00% | 6.36% | 45.09% |
32.16% |
Color #ADA25F in popluar number systems.
HEX | AD | A2 | 5F |
Decimal | 173 | 162 | 95 |
Binary | 10101101 | 10100010 | 1011111 |
Octal | 255 | 242 | 137 |
Shades of #ADA25F
Tints of #ADA25F
Examples of css and html codes for elements with #ADA25F color. Also use rgb(173,162,95) instead hex code.
.myTextColor { color: #ADA25F; }
<p style="color:#ADA25F">This sample text font color is #ADA25F.</p>
This text font color is #ADA25F.
.myBgColor { background-color: #ADA25F; }
<div style="background-color:#ADA25F">Inner text</div>
This div background color is #ADA25F.
.myBorderColor { border: 1px solid #ADA25F; }
<div style="border:3px solid #ADA25F">Div</div>
This div border color is #ADA25F.
.myOpacity80 { color: #ADA25F; opacity: 0.8; }
<p style="color:#ADA25F;opacity:0.8;">80%</p>
Text with #ADA25F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADA25F;}
<p style="text-shadow: 3px 3px 1px #ADA25F">Text here.</p>
This text has shadow with #ADA25F color.
.textShadow {text-shadow: 3px 3px 1px #ADA25F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADA25F, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADA25F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADA25F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADA25F, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADA25F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADA25F;
-webkit-box-shadow: 1px 1px 3px 2px #ADA25F;
box-shadow: 1px 1px 3px 2px #ADA25F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADA25F; -webkit-box-shadow: 1px 1px 3px 2px #ADA25F; box-shadow:1px 1px 3px 2px #ADA25F;">
Div content here
</div>
This text has color #ADA25F on black background.
This text has color #ADA25F on white background.
This text has black color on #ADA25F background.
This text has white color on #ADA25F background.
Complementary color for #hex is #525DA0.