HEX: #A5AD63
RGB: (165,173,99)
#A5AD63 contains mainly red and green colors. Web safe color of #A5AD63 is #999966 (or #996).
#A5AD63 color RGB value is (165,173,99).
RGB: (165,173,99)
(65%, 68%, 39%)
R 165 of 255 = 65%
G 173 of 255 = 68%
B 99 of 255 = 39%
R + G + B ~ 57%. #A5AD63 is middle color (not dark and not light).
R + G + B = 165 + 173 + 99 = 437 (100%)
R 165 of 437 ~ 37.76%
G 173 of 437 ~ 39.59%
B 99 of 437 ~ 22.65'%
#A5AD63 color CMYK value is (5,0,43,32).
CMYK: (5,0,43,32)
C5M0Y43K32 (5%, 0%, 43%, 32%)
(0.05 / 0.00 / 0.43 / 0.32)
Color #A5AD63 in popluar color models
A5 | AD | 63 | |
---|---|---|---|
RGB | 165 | 173 | 99 |
HSL | 66° | 31.09% | 53.33% |
HSB/HSV | 66° | 42.77% | 67.84% |
CMYK | 4.62% | 0.00% | 42.77% |
32.16% |
Color #A5AD63 in popluar number systems.
HEX | A5 | AD | 63 |
Decimal | 165 | 173 | 99 |
Binary | 10100101 | 10101101 | 1100011 |
Octal | 245 | 255 | 143 |
Shades of #A5AD63
Tints of #A5AD63
Examples of css and html codes for elements with #A5AD63 color. Also use rgb(165,173,99) instead hex code.
.myTextColor { color: #A5AD63; }
<p style="color:#A5AD63">This sample text font color is #A5AD63.</p>
This text font color is #A5AD63.
.myBgColor { background-color: #A5AD63; }
<div style="background-color:#A5AD63">Inner text</div>
This div background color is #A5AD63.
.myBorderColor { border: 1px solid #A5AD63; }
<div style="border:3px solid #A5AD63">Div</div>
This div border color is #A5AD63.
.myOpacity80 { color: #A5AD63; opacity: 0.8; }
<p style="color:#A5AD63;opacity:0.8;">80%</p>
Text with #A5AD63 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5AD63;}
<p style="text-shadow: 3px 3px 1px #A5AD63">Text here.</p>
This text has shadow with #A5AD63 color.
.textShadow {text-shadow: 3px 3px 1px #A5AD63', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5AD63, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5AD63 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5AD63, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5AD63, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5AD63 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5AD63;
-webkit-box-shadow: 1px 1px 3px 2px #A5AD63;
box-shadow: 1px 1px 3px 2px #A5AD63;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5AD63; -webkit-box-shadow: 1px 1px 3px 2px #A5AD63; box-shadow:1px 1px 3px 2px #A5AD63;">
Div content here
</div>
This text has color #A5AD63 on black background.
This text has color #A5AD63 on white background.
This text has black color on #A5AD63 background.
This text has white color on #A5AD63 background.
Complementary color for #hex is #5A529C.