HEX: #A5973A
RGB: (165,151,58)
#A5973A contains mainly red and green colors. Web safe color of #A5973A is #999933 (or #993).
#A5973A color RGB value is (165,151,58).
RGB: (165,151,58)
(65%, 59%, 23%)
R 165 of 255 = 65%
G 151 of 255 = 59%
B 58 of 255 = 23%
R + G + B ~ 49%. #A5973A is middle color (not dark and not light).
R + G + B = 165 + 151 + 58 = 374 (100%)
R 165 of 374 ~ 44.12%
G 151 of 374 ~ 40.37%
B 58 of 374 ~ 15.51'%
#A5973A color CMYK value is (0,8,65,35).
CMYK: (0,8,65,35)
C0M8Y65K35 (0%, 8%, 65%, 35%)
(0.00 / 0.08 / 0.65 / 0.35)
Color #A5973A in popluar color models
A5 | 97 | 3A | |
---|---|---|---|
RGB | 165 | 151 | 58 |
HSL | 52° | 47.98% | 43.73% |
HSB/HSV | 52° | 64.85% | 64.71% |
CMYK | 0.00% | 8.48% | 64.85% |
35.29% |
Color #A5973A in popluar number systems.
HEX | A5 | 97 | 3A |
Decimal | 165 | 151 | 58 |
Binary | 10100101 | 10010111 | 111010 |
Octal | 245 | 227 | 72 |
Shades of #A5973A
Tints of #A5973A
Examples of css and html codes for elements with #A5973A color. Also use rgb(165,151,58) instead hex code.
.myTextColor { color: #A5973A; }
<p style="color:#A5973A">This sample text font color is #A5973A.</p>
This text font color is #A5973A.
.myBgColor { background-color: #A5973A; }
<div style="background-color:#A5973A">Inner text</div>
This div background color is #A5973A.
.myBorderColor { border: 1px solid #A5973A; }
<div style="border:3px solid #A5973A">Div</div>
This div border color is #A5973A.
.myOpacity80 { color: #A5973A; opacity: 0.8; }
<p style="color:#A5973A;opacity:0.8;">80%</p>
Text with #A5973A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5973A;}
<p style="text-shadow: 3px 3px 1px #A5973A">Text here.</p>
This text has shadow with #A5973A color.
.textShadow {text-shadow: 3px 3px 1px #A5973A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5973A, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5973A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5973A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5973A, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5973A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5973A;
-webkit-box-shadow: 1px 1px 3px 2px #A5973A;
box-shadow: 1px 1px 3px 2px #A5973A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5973A; -webkit-box-shadow: 1px 1px 3px 2px #A5973A; box-shadow:1px 1px 3px 2px #A5973A;">
Div content here
</div>
This text has color #A5973A on black background.
This text has color #A5973A on white background.
This text has black color on #A5973A background.
This text has white color on #A5973A background.
Complementary color for #hex is #5A68C5.