HEX: #ADB859
RGB: (173,184,89)
#ADB859 contains mainly red and green colors. #ADB859 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.
#ADB859 color RGB value is (173,184,89).
RGB: (173,184,89)
(68%, 72%, 35%)
R 173 of 255 = 68%
G 184 of 255 = 72%
B 89 of 255 = 35%
R + G + B ~ 58%. #ADB859 is middle color (not dark and not light).
R + G + B = 173 + 184 + 89 = 446 (100%)
R 173 of 446 ~ 38.79%
G 184 of 446 ~ 41.26%
B 89 of 446 ~ 19.96'%
#ADB859 rengi CMYK tonu (6,0,52,28).
CMYK: (6,0,52,28)
C6M0Y52K28 (6%, 0%, 52%, 28%)
(0.06 / 0.00 / 0.52 / 0.28)
Color #ADB859 in popluar color models
AD | B8 | 59 | |
---|---|---|---|
RGB | 173 | 184 | 89 |
HSL | 67° | 40.08% | 53.53% |
HSB/HSV | 67° | 51.63% | 72.16% |
CMYK | 5.98% | 0.00% | 51.63% |
27.84% |
Color #ADB859 in popluar number systems.
HEX | AD | B8 | 59 |
Decimal | 173 | 184 | 89 |
Binary | 10101101 | 10111000 | 1011001 |
Octal | 255 | 270 | 131 |
Shades of #ADB859
Tints of #ADB859
Examples of css and html codes for elements with #ADB859 color. Also use rgb(173,184,89) instead hex code.
.myTextColor { color: #ADB859; }
<p style="color:#ADB859">This sample text font color is #ADB859.</p>
This text font color is #ADB859.
.myBgColor { background-color: #ADB859; }
<div style="background-color:#ADB859">Inner text</div>
This div background color is #ADB859.
.myBorderColor { border: 1px solid #ADB859; }
<div style="border:3px solid #ADB859">Div</div>
This div border color is #ADB859.
.myOpacity80 { color: #ADB859; opacity: 0.8; }
<p style="color:#ADB859;opacity:0.8;">80%</p>
Text with #ADB859 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADB859;}
<p style="text-shadow: 3px 3px 1px #ADB859">Text here.</p>
This text has shadow with #ADB859 color.
.textShadow {text-shadow: 3px 3px 1px #ADB859', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADB859, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADB859 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADB859, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADB859, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADB859 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADB859;
-webkit-box-shadow: 1px 1px 3px 2px #ADB859;
box-shadow: 1px 1px 3px 2px #ADB859;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADB859; -webkit-box-shadow: 1px 1px 3px 2px #ADB859; box-shadow:1px 1px 3px 2px #ADB859;">
Div content here
</div>
This text has color #ADB859 on black background.
This text has color #ADB859 on white background.
This text has black color on #ADB859 background.
This text has white color on #ADB859 background.
Complementary color for #hex is #5247A6.