HEX: #A59438
RGB: (165,148,56)
#A59438 contains mainly red and green colors. Web safe color of #A59438 is #999933 (or #993).
#A59438 color RGB value is (165,148,56).
RGB: (165,148,56)
(65%, 58%, 22%)
R 165 of 255 = 65%
G 148 of 255 = 58%
B 56 of 255 = 22%
R + G + B ~ 48%. #A59438 is middle color (not dark and not light).
R + G + B = 165 + 148 + 56 = 369 (100%)
R 165 of 369 ~ 44.72%
G 148 of 369 ~ 40.11%
B 56 of 369 ~ 15.18'%
#A59438 color CMYK value is (0,10,66,35).
CMYK: (0,10,66,35)
C0M10Y66K35 (0%, 10%, 66%, 35%)
(0.00 / 0.10 / 0.66 / 0.35)
Color #A59438 in popluar color models
A5 | 94 | 38 | |
---|---|---|---|
RGB | 165 | 148 | 56 |
HSL | 51° | 49.32% | 43.33% |
HSB/HSV | 51° | 66.06% | 64.71% |
CMYK | 0.00% | 10.30% | 66.06% |
35.29% |
Color #A59438 in popluar number systems.
HEX | A5 | 94 | 38 |
Decimal | 165 | 148 | 56 |
Binary | 10100101 | 10010100 | 111000 |
Octal | 245 | 224 | 70 |
Shades of #A59438
Tints of #A59438
Examples of css and html codes for elements with #A59438 color. Also use rgb(165,148,56) instead hex code.
.myTextColor { color: #A59438; }
<p style="color:#A59438">This sample text font color is #A59438.</p>
This text font color is #A59438.
.myBgColor { background-color: #A59438; }
<div style="background-color:#A59438">Inner text</div>
This div background color is #A59438.
.myBorderColor { border: 1px solid #A59438; }
<div style="border:3px solid #A59438">Div</div>
This div border color is #A59438.
.myOpacity80 { color: #A59438; opacity: 0.8; }
<p style="color:#A59438;opacity:0.8;">80%</p>
Text with #A59438 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A59438;}
<p style="text-shadow: 3px 3px 1px #A59438">Text here.</p>
This text has shadow with #A59438 color.
.textShadow {text-shadow: 3px 3px 1px #A59438', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A59438, 5px 5px 20px red">Text here.</p>
This text has shadow with #A59438 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A59438, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A59438, Direction=45, Strength=4)">Text</p>
This text has shadow with #A59438 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A59438;
-webkit-box-shadow: 1px 1px 3px 2px #A59438;
box-shadow: 1px 1px 3px 2px #A59438;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A59438; -webkit-box-shadow: 1px 1px 3px 2px #A59438; box-shadow:1px 1px 3px 2px #A59438;">
Div content here
</div>
This text has color #A59438 on black background.
This text has color #A59438 on white background.
This text has black color on #A59438 background.
This text has white color on #A59438 background.
Complementary color for #hex is #5A6BC7.