HEX: #A5B380
RGB: (165,179,128)
#A5B380 contains red, green and blue colors in about the same proportion. Web safe color of #A5B380 is #999966 (or #996).
#A5B380 color RGB value is (165,179,128).
RGB: (165,179,128)
(65%, 70%, 50%)
R 165 of 255 = 65%
G 179 of 255 = 70%
B 128 of 255 = 50%
R + G + B ~ 62%. #A5B380 is quite light color.
R + G + B = 165 + 179 + 128 = 472 (100%)
R 165 of 472 ~ 34.96%
G 179 of 472 ~ 37.92%
B 128 of 472 ~ 27.12'%
#A5B380 color CMYK value is (8,0,28,30).
CMYK: (8,0,28,30) C8M0Y28K30 (8%,0%,28%,30%) (0.08/0.00/0.28/0.30)
Color #A5B380 in popluar color models
A5 | B3 | 80 | |
---|---|---|---|
RGB | 165 | 179 | 128 |
HSL | 76° | 25.12% | 60.20% |
HSB/HSV | 76° | 28.49% | 70.20% |
CMYK | 7.82% | 0.00% | 28.49% |
29.80% |
Color #A5B380 in popluar number systems.
HEX | A5 | B3 | 80 |
Decimal | 165 | 179 | 128 |
Binary | 10100101 | 10110011 | 10000000 |
Octal | 245 | 263 | 200 |
Shades of #A5B380
Tints of #A5B380
Examples of css and html codes for elements with #A5B380 color. Also use rgb(165,179,128) instead hex code.
.myTextColor { color: #A5B380; }
<p style="color:#A5B380">This sample text font color is #A5B380.</p>
This text font color is #A5B380.
.myBgColor { background-color: #A5B380; }
<div style="background-color:#A5B380">Inner text</div>
This div background color is #A5B380.
.myBorderColor { border: 1px solid #A5B380; }
<div style="border:3px solid #A5B380">Div</div>
This div border color is #A5B380.
.myOpacity80 { color: #A5B380; opacity: 0.8; }
<p style="color:#A5B380;opacity:0.8;">80%</p>
Text with #A5B380 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5B380;}
<p style="text-shadow: 3px 3px 1px #A5B380">Text here.</p>
This text has shadow with #A5B380 color.
.textShadow {text-shadow: 3px 3px 1px #A5B380', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5B380, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5B380 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5B380, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5B380, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5B380 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5B380;
-webkit-box-shadow: 1px 1px 3px 2px #A5B380;
box-shadow: 1px 1px 3px 2px #A5B380;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5B380; -webkit-box-shadow: 1px 1px 3px 2px #A5B380; box-shadow:1px 1px 3px 2px #A5B380;">
Div content here
</div>
This text has color #A5B380 on black background.
This text has color #A5B380 on white background.
This text has black color on #A5B380 background.
This text has white color on #A5B380 background.
Complementary color for #hex is #5A4C7F.