HEX: #ADA463
RGB: (173,164,99)
#ADA463 contains mainly red and green colors. #ADA463 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.
#ADA463 color RGB value is (173,164,99).
RGB: (173,164,99)
(68%, 64%, 39%)
R 173 of 255 = 68%
G 164 of 255 = 64%
B 99 of 255 = 39%
R + G + B ~ 57%. #ADA463 is middle color (not dark and not light).
R + G + B = 173 + 164 + 99 = 436 (100%)
R 173 of 436 ~ 39.68%
G 164 of 436 ~ 37.61%
B 99 of 436 ~ 22.71'%
#ADA463 rengi CMYK tonu (0,5,43,32).
CMYK: (0,5,43,32)
C0M5Y43K32 (0%, 5%, 43%, 32%)
(0.00 / 0.05 / 0.43 / 0.32)
Color #ADA463 in popluar color models
AD | A4 | 63 | |
---|---|---|---|
RGB | 173 | 164 | 99 |
HSL | 53° | 31.09% | 53.33% |
HSB/HSV | 53° | 42.77% | 67.84% |
CMYK | 0.00% | 5.20% | 42.77% |
32.16% |
Color #ADA463 in popluar number systems.
HEX | AD | A4 | 63 |
Decimal | 173 | 164 | 99 |
Binary | 10101101 | 10100100 | 1100011 |
Octal | 255 | 244 | 143 |
Shades of #ADA463
Tints of #ADA463
Examples of css and html codes for elements with #ADA463 color. Also use rgb(173,164,99) instead hex code.
.myTextColor { color: #ADA463; }
<p style="color:#ADA463">This sample text font color is #ADA463.</p>
This text font color is #ADA463.
.myBgColor { background-color: #ADA463; }
<div style="background-color:#ADA463">Inner text</div>
This div background color is #ADA463.
.myBorderColor { border: 1px solid #ADA463; }
<div style="border:3px solid #ADA463">Div</div>
This div border color is #ADA463.
.myOpacity80 { color: #ADA463; opacity: 0.8; }
<p style="color:#ADA463;opacity:0.8;">80%</p>
Text with #ADA463 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADA463;}
<p style="text-shadow: 3px 3px 1px #ADA463">Text here.</p>
This text has shadow with #ADA463 color.
.textShadow {text-shadow: 3px 3px 1px #ADA463', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADA463, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADA463 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADA463, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADA463, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADA463 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADA463;
-webkit-box-shadow: 1px 1px 3px 2px #ADA463;
box-shadow: 1px 1px 3px 2px #ADA463;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADA463; -webkit-box-shadow: 1px 1px 3px 2px #ADA463; box-shadow:1px 1px 3px 2px #ADA463;">
Div content here
</div>
This text has color #ADA463 on black background.
This text has color #ADA463 on white background.
This text has black color on #ADA463 background.
This text has white color on #ADA463 background.
Complementary color for #hex is #525B9C.