HEX: #A88463
RGB: (168,132,99)
#A88463 contains mainly red and green colors. Web safe color of #A88463 is #999966 (or #996).
#A88463 color RGB value is (168,132,99).
RGB: (168,132,99)
(66%, 52%, 39%)
R 168 of 255 = 66%
G 132 of 255 = 52%
B 99 of 255 = 39%
R + G + B ~ 52%. #A88463 is middle color (not dark and not light).
R + G + B = 168 + 132 + 99 = 399 (100%)
R 168 of 399 ~ 42.11%
G 132 of 399 ~ 33.08%
B 99 of 399 ~ 24.81'%
#A88463 color CMYK value is (0,21,41,34).
CMYK: (0,21,41,34)
C0M21Y41K34 (0%, 21%, 41%, 34%)
(0.00 / 0.21 / 0.41 / 0.34)
Color #A88463 in popluar color models
A8 | 84 | 63 | |
---|---|---|---|
RGB | 168 | 132 | 99 |
HSL | 29° | 28.40% | 52.35% |
HSB/HSV | 29° | 41.07% | 65.88% |
CMYK | 0.00% | 21.43% | 41.07% |
34.12% |
Color #A88463 in popluar number systems.
HEX | A8 | 84 | 63 |
Decimal | 168 | 132 | 99 |
Binary | 10101000 | 10000100 | 1100011 |
Octal | 250 | 204 | 143 |
Shades of #A88463
Tints of #A88463
Examples of css and html codes for elements with #A88463 color. Also use rgb(168,132,99) instead hex code.
.myTextColor { color: #A88463; }
<p style="color:#A88463">This sample text font color is #A88463.</p>
This text font color is #A88463.
.myBgColor { background-color: #A88463; }
<div style="background-color:#A88463">Inner text</div>
This div background color is #A88463.
.myBorderColor { border: 1px solid #A88463; }
<div style="border:3px solid #A88463">Div</div>
This div border color is #A88463.
.myOpacity80 { color: #A88463; opacity: 0.8; }
<p style="color:#A88463;opacity:0.8;">80%</p>
Text with #A88463 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A88463;}
<p style="text-shadow: 3px 3px 1px #A88463">Text here.</p>
This text has shadow with #A88463 color.
.textShadow {text-shadow: 3px 3px 1px #A88463', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A88463, 5px 5px 20px red">Text here.</p>
This text has shadow with #A88463 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A88463, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A88463, Direction=45, Strength=4)">Text</p>
This text has shadow with #A88463 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A88463;
-webkit-box-shadow: 1px 1px 3px 2px #A88463;
box-shadow: 1px 1px 3px 2px #A88463;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A88463; -webkit-box-shadow: 1px 1px 3px 2px #A88463; box-shadow:1px 1px 3px 2px #A88463;">
Div content here
</div>
This text has color #A88463 on black background.
This text has color #A88463 on white background.
This text has black color on #A88463 background.
This text has white color on #A88463 background.
Complementary color for #hex is #577B9C.