HEX: #A5988A
RGB: (165,152,138)
#A5988A contains red, green and blue colors in about the same proportion. Web safe color of #A5988A is #999999 (or #999).
#A5988A color RGB value is (165,152,138).
RGB: (165,152,138)
(65%, 60%, 54%)
R 165 of 255 = 65%
G 152 of 255 = 60%
B 138 of 255 = 54%
R + G + B ~ 60%. #A5988A is middle color (not dark and not light).
R + G + B = 165 + 152 + 138 = 455 (100%)
R 165 of 455 ~ 36.26%
G 152 of 455 ~ 33.41%
B 138 of 455 ~ 30.33'%
#A5988A color CMYK value is (0,8,16,35).
CMYK: (0,8,16,35) C0M8Y16K35 (0%,8%,16%,35%) (0.00/0.08/0.16/0.35)
Color #A5988A in popluar color models
A5 | 98 | 8A | |
---|---|---|---|
RGB | 165 | 152 | 138 |
HSL | 31° | 13.04% | 59.41% |
HSB/HSV | 31° | 16.36% | 64.71% |
CMYK | 0.00% | 7.88% | 16.36% |
35.29% |
Color #A5988A in popluar number systems.
HEX | A5 | 98 | 8A |
Decimal | 165 | 152 | 138 |
Binary | 10100101 | 10011000 | 10001010 |
Octal | 245 | 230 | 212 |
Shades of #A5988A
Tints of #A5988A
Examples of css and html codes for elements with #A5988A color. Also use rgb(165,152,138) instead hex code.
.myTextColor { color: #A5988A; }
<p style="color:#A5988A">This sample text font color is #A5988A.</p>
This text font color is #A5988A.
.myBgColor { background-color: #A5988A; }
<div style="background-color:#A5988A">Inner text</div>
This div background color is #A5988A.
.myBorderColor { border: 1px solid #A5988A; }
<div style="border:3px solid #A5988A">Div</div>
This div border color is #A5988A.
.myOpacity80 { color: #A5988A; opacity: 0.8; }
<p style="color:#A5988A;opacity:0.8;">80%</p>
Text with #A5988A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5988A;}
<p style="text-shadow: 3px 3px 1px #A5988A">Text here.</p>
This text has shadow with #A5988A color.
.textShadow {text-shadow: 3px 3px 1px #A5988A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5988A, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5988A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5988A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5988A, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5988A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5988A;
-webkit-box-shadow: 1px 1px 3px 2px #A5988A;
box-shadow: 1px 1px 3px 2px #A5988A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5988A; -webkit-box-shadow: 1px 1px 3px 2px #A5988A; box-shadow:1px 1px 3px 2px #A5988A;">
Div content here
</div>
This text has color #A5988A on black background.
This text has color #A5988A on white background.
This text has black color on #A5988A background.
This text has white color on #A5988A background.
Complementary color for #hex is #5A6775.