HEX: #AD963A
RGB: (173,150,58)
#AD963A contains mainly red and green colors. #AD963A ‘ nin web güvenlik rengi #999933 (ya da #993) dir.
#AD963A color RGB value is (173,150,58).
RGB: (173,150,58)
(68%, 59%, 23%)
R 173 of 255 = 68%
G 150 of 255 = 59%
B 58 of 255 = 23%
R + G + B ~ 50%. #AD963A is middle color (not dark and not light).
R + G + B = 173 + 150 + 58 = 381 (100%)
R 173 of 381 ~ 45.41%
G 150 of 381 ~ 39.37%
B 58 of 381 ~ 15.22'%
#AD963A rengi CMYK tonu (0,13,66,32).
CMYK: (0,13,66,32)
C0M13Y66K32 (0%, 13%, 66%, 32%)
(0.00 / 0.13 / 0.66 / 0.32)
Color #AD963A in popluar color models
AD | 96 | 3A | |
---|---|---|---|
RGB | 173 | 150 | 58 |
HSL | 48° | 49.78% | 45.29% |
HSB/HSV | 48° | 66.47% | 67.84% |
CMYK | 0.00% | 13.29% | 66.47% |
32.16% |
Color #AD963A in popluar number systems.
HEX | AD | 96 | 3A |
Decimal | 173 | 150 | 58 |
Binary | 10101101 | 10010110 | 111010 |
Octal | 255 | 226 | 72 |
Shades of #AD963A
Tints of #AD963A
Examples of css and html codes for elements with #AD963A color. Also use rgb(173,150,58) instead hex code.
.myTextColor { color: #AD963A; }
<p style="color:#AD963A">This sample text font color is #AD963A.</p>
This text font color is #AD963A.
.myBgColor { background-color: #AD963A; }
<div style="background-color:#AD963A">Inner text</div>
This div background color is #AD963A.
.myBorderColor { border: 1px solid #AD963A; }
<div style="border:3px solid #AD963A">Div</div>
This div border color is #AD963A.
.myOpacity80 { color: #AD963A; opacity: 0.8; }
<p style="color:#AD963A;opacity:0.8;">80%</p>
Text with #AD963A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD963A;}
<p style="text-shadow: 3px 3px 1px #AD963A">Text here.</p>
This text has shadow with #AD963A color.
.textShadow {text-shadow: 3px 3px 1px #AD963A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD963A, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD963A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD963A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD963A, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD963A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD963A;
-webkit-box-shadow: 1px 1px 3px 2px #AD963A;
box-shadow: 1px 1px 3px 2px #AD963A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD963A; -webkit-box-shadow: 1px 1px 3px 2px #AD963A; box-shadow:1px 1px 3px 2px #AD963A;">
Div content here
</div>
This text has color #AD963A on black background.
This text has color #AD963A on white background.
This text has black color on #AD963A background.
This text has white color on #AD963A background.
Complementary color for #hex is #5269C5.