HEX: #A88C60
RGB: (168,140,96)
#A88C60 contains mainly red and green colors. Web safe color of #A88C60 is #999966 (or #996).
#A88C60 color RGB value is (168,140,96).
RGB: (168,140,96)
(66%, 55%, 38%)
R 168 of 255 = 66%
G 140 of 255 = 55%
B 96 of 255 = 38%
R + G + B ~ 53%. #A88C60 is middle color (not dark and not light).
R + G + B = 168 + 140 + 96 = 404 (100%)
R 168 of 404 ~ 41.58%
G 140 of 404 ~ 34.65%
B 96 of 404 ~ 23.76'%
#A88C60 color CMYK value is (0,17,43,34).
CMYK: (0,17,43,34) C0M17Y43K34 (0%,17%,43%,34%) (0.00/0.17/0.43/0.34)
Color #A88C60 in popluar color models
A8 | 8C | 60 | |
---|---|---|---|
RGB | 168 | 140 | 96 |
HSL | 37° | 29.27% | 51.76% |
HSB/HSV | 37° | 42.86% | 65.88% |
CMYK | 0.00% | 16.67% | 42.86% |
34.12% |
Color #A88C60 in popluar number systems.
HEX | A8 | 8C | 60 |
Decimal | 168 | 140 | 96 |
Binary | 10101000 | 10001100 | 1100000 |
Octal | 250 | 214 | 140 |
Shades of #A88C60
Tints of #A88C60
Examples of css and html codes for elements with #A88C60 color. Also use rgb(168,140,96) instead hex code.
.myTextColor { color: #A88C60; }
<p style="color:#A88C60">This sample text font color is #A88C60.</p>
This text font color is #A88C60.
.myBgColor { background-color: #A88C60; }
<div style="background-color:#A88C60">Inner text</div>
This div background color is #A88C60.
.myBorderColor { border: 1px solid #A88C60; }
<div style="border:3px solid #A88C60">Div</div>
This div border color is #A88C60.
.myOpacity80 { color: #A88C60; opacity: 0.8; }
<p style="color:#A88C60;opacity:0.8;">80%</p>
Text with #A88C60 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A88C60;}
<p style="text-shadow: 3px 3px 1px #A88C60">Text here.</p>
This text has shadow with #A88C60 color.
.textShadow {text-shadow: 3px 3px 1px #A88C60', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A88C60, 5px 5px 20px red">Text here.</p>
This text has shadow with #A88C60 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A88C60, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A88C60, Direction=45, Strength=4)">Text</p>
This text has shadow with #A88C60 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A88C60;
-webkit-box-shadow: 1px 1px 3px 2px #A88C60;
box-shadow: 1px 1px 3px 2px #A88C60;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A88C60; -webkit-box-shadow: 1px 1px 3px 2px #A88C60; box-shadow:1px 1px 3px 2px #A88C60;">
Div content here
</div>
This text has color #A88C60 on black background.
This text has color #A88C60 on white background.
This text has black color on #A88C60 background.
This text has white color on #A88C60 background.
Complementary color for #hex is #57739F.