HEX: #A88476
RGB: (168,132,118)
#A88476 contains red, green and blue colors in about the same proportion. Web safe color of #A88476 is #999966 (or #996).
#A88476 color RGB value is (168,132,118).
RGB: (168,132,118)
(66%, 52%, 46%)
R 168 of 255 = 66%
G 132 of 255 = 52%
B 118 of 255 = 46%
R + G + B ~ 55%. #A88476 is middle color (not dark and not light).
R + G + B = 168 + 132 + 118 = 418 (100%)
R 168 of 418 ~ 40.19%
G 132 of 418 ~ 31.58%
B 118 of 418 ~ 28.23'%
#A88476 color CMYK value is (0,21,30,34).
CMYK: (0,21,30,34)
C0M21Y30K34 (0%, 21%, 30%, 34%)
(0.00 / 0.21 / 0.30 / 0.34)
Color #A88476 in popluar color models
A8 | 84 | 76 | |
---|---|---|---|
RGB | 168 | 132 | 118 |
HSL | 17° | 22.32% | 56.08% |
HSB/HSV | 17° | 29.76% | 65.88% |
CMYK | 0.00% | 21.43% | 29.76% |
34.12% |
Color #A88476 in popluar number systems.
HEX | A8 | 84 | 76 |
Decimal | 168 | 132 | 118 |
Binary | 10101000 | 10000100 | 1110110 |
Octal | 250 | 204 | 166 |
Shades of #A88476
Tints of #A88476
Examples of css and html codes for elements with #A88476 color. Also use rgb(168,132,118) instead hex code.
.myTextColor { color: #A88476; }
<p style="color:#A88476">This sample text font color is #A88476.</p>
This text font color is #A88476.
.myBgColor { background-color: #A88476; }
<div style="background-color:#A88476">Inner text</div>
This div background color is #A88476.
.myBorderColor { border: 1px solid #A88476; }
<div style="border:3px solid #A88476">Div</div>
This div border color is #A88476.
.myOpacity80 { color: #A88476; opacity: 0.8; }
<p style="color:#A88476;opacity:0.8;">80%</p>
Text with #A88476 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A88476;}
<p style="text-shadow: 3px 3px 1px #A88476">Text here.</p>
This text has shadow with #A88476 color.
.textShadow {text-shadow: 3px 3px 1px #A88476', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A88476, 5px 5px 20px red">Text here.</p>
This text has shadow with #A88476 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A88476, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A88476, Direction=45, Strength=4)">Text</p>
This text has shadow with #A88476 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A88476;
-webkit-box-shadow: 1px 1px 3px 2px #A88476;
box-shadow: 1px 1px 3px 2px #A88476;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A88476; -webkit-box-shadow: 1px 1px 3px 2px #A88476; box-shadow:1px 1px 3px 2px #A88476;">
Div content here
</div>
This text has color #A88476 on black background.
This text has color #A88476 on white background.
This text has black color on #A88476 background.
This text has white color on #A88476 background.
Complementary color for #hex is #577B89.