HEX: #A5B673
RGB: (165,182,115)
#A5B673 contains mainly red and green colors. Web safe color of #A5B673 is #99CC66 (or #9C6).
#A5B673 color RGB value is (165,182,115).
RGB: (165,182,115)
(65%, 71%, 45%)
R 165 of 255 = 65%
G 182 of 255 = 71%
B 115 of 255 = 45%
R + G + B ~ 60%. #A5B673 is middle color (not dark and not light).
R + G + B = 165 + 182 + 115 = 462 (100%)
R 165 of 462 ~ 35.71%
G 182 of 462 ~ 39.39%
B 115 of 462 ~ 24.89'%
#A5B673 color CMYK value is (9,0,37,29).
CMYK: (9,0,37,29)
C9M0Y37K29 (9%, 0%, 37%, 29%)
(0.09 / 0.00 / 0.37 / 0.29)
Color #A5B673 in popluar color models
A5 | B6 | 73 | |
---|---|---|---|
RGB | 165 | 182 | 115 |
HSL | 75° | 31.46% | 58.24% |
HSB/HSV | 75° | 36.81% | 71.37% |
CMYK | 9.34% | 0.00% | 36.81% |
28.63% |
Color #A5B673 in popluar number systems.
HEX | A5 | B6 | 73 |
Decimal | 165 | 182 | 115 |
Binary | 10100101 | 10110110 | 1110011 |
Octal | 245 | 266 | 163 |
Shades of #A5B673
Tints of #A5B673
Examples of css and html codes for elements with #A5B673 color. Also use rgb(165,182,115) instead hex code.
.myTextColor { color: #A5B673; }
<p style="color:#A5B673">This sample text font color is #A5B673.</p>
This text font color is #A5B673.
.myBgColor { background-color: #A5B673; }
<div style="background-color:#A5B673">Inner text</div>
This div background color is #A5B673.
.myBorderColor { border: 1px solid #A5B673; }
<div style="border:3px solid #A5B673">Div</div>
This div border color is #A5B673.
.myOpacity80 { color: #A5B673; opacity: 0.8; }
<p style="color:#A5B673;opacity:0.8;">80%</p>
Text with #A5B673 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5B673;}
<p style="text-shadow: 3px 3px 1px #A5B673">Text here.</p>
This text has shadow with #A5B673 color.
.textShadow {text-shadow: 3px 3px 1px #A5B673', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5B673, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5B673 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5B673, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5B673, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5B673 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5B673;
-webkit-box-shadow: 1px 1px 3px 2px #A5B673;
box-shadow: 1px 1px 3px 2px #A5B673;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5B673; -webkit-box-shadow: 1px 1px 3px 2px #A5B673; box-shadow:1px 1px 3px 2px #A5B673;">
Div content here
</div>
This text has color #A5B673 on black background.
This text has color #A5B673 on white background.
This text has black color on #A5B673 background.
This text has white color on #A5B673 background.
Complementary color for #hex is #5A498C.