HEX: #A59682
RGB: (165,150,130)
#A59682 contains red, green and blue colors in about the same proportion. Web safe color of #A59682 is #999999 (or #999).
#A59682 color RGB value is (165,150,130).
RGB: (165,150,130)
(65%, 59%, 51%)
R 165 of 255 = 65%
G 150 of 255 = 59%
B 130 of 255 = 51%
R + G + B ~ 58%. #A59682 is middle color (not dark and not light).
R + G + B = 165 + 150 + 130 = 445 (100%)
R 165 of 445 ~ 37.08%
G 150 of 445 ~ 33.71%
B 130 of 445 ~ 29.21'%
#A59682 color CMYK value is (0,9,21,35).
CMYK: (0,9,21,35) C0M9Y21K35 (0%,9%,21%,35%) (0.00/0.09/0.21/0.35)
Color #A59682 in popluar color models
A5 | 96 | 82 | |
---|---|---|---|
RGB | 165 | 150 | 130 |
HSL | 34° | 16.28% | 57.84% |
HSB/HSV | 34° | 21.21% | 64.71% |
CMYK | 0.00% | 9.09% | 21.21% |
35.29% |
Color #A59682 in popluar number systems.
HEX | A5 | 96 | 82 |
Decimal | 165 | 150 | 130 |
Binary | 10100101 | 10010110 | 10000010 |
Octal | 245 | 226 | 202 |
Shades of #A59682
Tints of #A59682
Examples of css and html codes for elements with #A59682 color. Also use rgb(165,150,130) instead hex code.
.myTextColor { color: #A59682; }
<p style="color:#A59682">This sample text font color is #A59682.</p>
This text font color is #A59682.
.myBgColor { background-color: #A59682; }
<div style="background-color:#A59682">Inner text</div>
This div background color is #A59682.
.myBorderColor { border: 1px solid #A59682; }
<div style="border:3px solid #A59682">Div</div>
This div border color is #A59682.
.myOpacity80 { color: #A59682; opacity: 0.8; }
<p style="color:#A59682;opacity:0.8;">80%</p>
Text with #A59682 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A59682;}
<p style="text-shadow: 3px 3px 1px #A59682">Text here.</p>
This text has shadow with #A59682 color.
.textShadow {text-shadow: 3px 3px 1px #A59682', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A59682, 5px 5px 20px red">Text here.</p>
This text has shadow with #A59682 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A59682, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A59682, Direction=45, Strength=4)">Text</p>
This text has shadow with #A59682 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A59682;
-webkit-box-shadow: 1px 1px 3px 2px #A59682;
box-shadow: 1px 1px 3px 2px #A59682;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A59682; -webkit-box-shadow: 1px 1px 3px 2px #A59682; box-shadow:1px 1px 3px 2px #A59682;">
Div content here
</div>
This text has color #A59682 on black background.
This text has color #A59682 on white background.
This text has black color on #A59682 background.
This text has white color on #A59682 background.
Complementary color for #hex is #5A697D.