HEX: #A5B16C
RGB: (165,177,108)
#A5B16C contains mainly red and green colors. Web safe color of #A5B16C is #999966 (or #996).
#A5B16C color RGB value is (165,177,108).
RGB: (165,177,108)
(65%, 69%, 42%)
R 165 of 255 = 65%
G 177 of 255 = 69%
B 108 of 255 = 42%
R + G + B ~ 59%. #A5B16C is middle color (not dark and not light).
R + G + B = 165 + 177 + 108 = 450 (100%)
R 165 of 450 ~ 36.67%
G 177 of 450 ~ 39.33%
B 108 of 450 ~ 24'%
#A5B16C color CMYK value is (7,0,39,31).
CMYK: (7,0,39,31) C7M0Y39K31 (7%,0%,39%,31%) (0.07/0.00/0.39/0.31)
Color #A5B16C in popluar color models
A5 | B1 | 6C | |
---|---|---|---|
RGB | 165 | 177 | 108 |
HSL | 70° | 30.67% | 55.88% |
HSB/HSV | 70° | 38.98% | 69.41% |
CMYK | 6.78% | 0.00% | 38.98% |
30.59% |
Color #A5B16C in popluar number systems.
HEX | A5 | B1 | 6C |
Decimal | 165 | 177 | 108 |
Binary | 10100101 | 10110001 | 1101100 |
Octal | 245 | 261 | 154 |
Shades of #A5B16C
Tints of #A5B16C
Examples of css and html codes for elements with #A5B16C color. Also use rgb(165,177,108) instead hex code.
.myTextColor { color: #A5B16C; }
<p style="color:#A5B16C">This sample text font color is #A5B16C.</p>
This text font color is #A5B16C.
.myBgColor { background-color: #A5B16C; }
<div style="background-color:#A5B16C">Inner text</div>
This div background color is #A5B16C.
.myBorderColor { border: 1px solid #A5B16C; }
<div style="border:3px solid #A5B16C">Div</div>
This div border color is #A5B16C.
.myOpacity80 { color: #A5B16C; opacity: 0.8; }
<p style="color:#A5B16C;opacity:0.8;">80%</p>
Text with #A5B16C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5B16C;}
<p style="text-shadow: 3px 3px 1px #A5B16C">Text here.</p>
This text has shadow with #A5B16C color.
.textShadow {text-shadow: 3px 3px 1px #A5B16C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5B16C, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5B16C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5B16C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5B16C, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5B16C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5B16C;
-webkit-box-shadow: 1px 1px 3px 2px #A5B16C;
box-shadow: 1px 1px 3px 2px #A5B16C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5B16C; -webkit-box-shadow: 1px 1px 3px 2px #A5B16C; box-shadow:1px 1px 3px 2px #A5B16C;">
Div content here
</div>
This text has color #A5B16C on black background.
This text has color #A5B16C on white background.
This text has black color on #A5B16C background.
This text has white color on #A5B16C background.
Complementary color for #hex is #5A4E93.