HEX: #A8736A
RGB: (168,115,106)
#A8736A contains mainly red and green colors. Web safe color of #A8736A is #996666 (or #966).
#A8736A color RGB value is (168,115,106).
RGB: (168,115,106)
(66%, 45%, 42%)
R 168 of 255 = 66%
G 115 of 255 = 45%
B 106 of 255 = 42%
R + G + B ~ 51%. #A8736A is middle color (not dark and not light).
R + G + B = 168 + 115 + 106 = 389 (100%)
R 168 of 389 ~ 43.19%
G 115 of 389 ~ 29.56%
B 106 of 389 ~ 27.25'%
#A8736A color CMYK value is (0,32,37,34).
CMYK: (0,32,37,34) C0M32Y37K34 (0%,32%,37%,34%) (0.00/0.32/0.37/0.34)
Color #A8736A in popluar color models
A8 | 73 | 6A | |
---|---|---|---|
RGB | 168 | 115 | 106 |
HSL | 9° | 26.27% | 53.73% |
HSB/HSV | 9° | 36.90% | 65.88% |
CMYK | 0.00% | 31.55% | 36.90% |
34.12% |
Color #A8736A in popluar number systems.
HEX | A8 | 73 | 6A |
Decimal | 168 | 115 | 106 |
Binary | 10101000 | 1110011 | 1101010 |
Octal | 250 | 163 | 152 |
Shades of #A8736A
Tints of #A8736A
Examples of css and html codes for elements with #A8736A color. Also use rgb(168,115,106) instead hex code.
.myTextColor { color: #A8736A; }
<p style="color:#A8736A">This sample text font color is #A8736A.</p>
This text font color is #A8736A.
.myBgColor { background-color: #A8736A; }
<div style="background-color:#A8736A">Inner text</div>
This div background color is #A8736A.
.myBorderColor { border: 1px solid #A8736A; }
<div style="border:3px solid #A8736A">Div</div>
This div border color is #A8736A.
.myOpacity80 { color: #A8736A; opacity: 0.8; }
<p style="color:#A8736A;opacity:0.8;">80%</p>
Text with #A8736A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A8736A;}
<p style="text-shadow: 3px 3px 1px #A8736A">Text here.</p>
This text has shadow with #A8736A color.
.textShadow {text-shadow: 3px 3px 1px #A8736A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A8736A, 5px 5px 20px red">Text here.</p>
This text has shadow with #A8736A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A8736A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A8736A, Direction=45, Strength=4)">Text</p>
This text has shadow with #A8736A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A8736A;
-webkit-box-shadow: 1px 1px 3px 2px #A8736A;
box-shadow: 1px 1px 3px 2px #A8736A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A8736A; -webkit-box-shadow: 1px 1px 3px 2px #A8736A; box-shadow:1px 1px 3px 2px #A8736A;">
Div content here
</div>
This text has color #A8736A on black background.
This text has color #A8736A on white background.
This text has black color on #A8736A background.
This text has white color on #A8736A background.
Complementary color for #hex is #578C95.