HEX: #A4736A
RGB: (164,115,106)
#A4736A contains red, green and blue colors in about the same proportion. Web safe color of #A4736A is #996666 (or #966).
#A4736A color RGB value is (164,115,106).
RGB: (164,115,106)
(64%, 45%, 42%)
R 164 of 255 = 64%
G 115 of 255 = 45%
B 106 of 255 = 42%
R + G + B ~ 50%. #A4736A is middle color (not dark and not light).
R + G + B = 164 + 115 + 106 = 385 (100%)
R 164 of 385 ~ 42.6%
G 115 of 385 ~ 29.87%
B 106 of 385 ~ 27.53'%
#A4736A color CMYK value is (0,30,35,36).
CMYK: (0,30,35,36) C0M30Y35K36 (0%,30%,35%,36%) (0.00/0.30/0.35/0.36)
Color #A4736A in popluar color models
A4 | 73 | 6A | |
---|---|---|---|
RGB | 164 | 115 | 106 |
HSL | 9° | 24.17% | 52.94% |
HSB/HSV | 9° | 35.37% | 64.31% |
CMYK | 0.00% | 29.88% | 35.37% |
35.69% |
Color #A4736A in popluar number systems.
HEX | A4 | 73 | 6A |
Decimal | 164 | 115 | 106 |
Binary | 10100100 | 1110011 | 1101010 |
Octal | 244 | 163 | 152 |
Shades of #A4736A
Tints of #A4736A
Examples of css and html codes for elements with #A4736A color. Also use rgb(164,115,106) instead hex code.
.myTextColor { color: #A4736A; }
<p style="color:#A4736A">This sample text font color is #A4736A.</p>
This text font color is #A4736A.
.myBgColor { background-color: #A4736A; }
<div style="background-color:#A4736A">Inner text</div>
This div background color is #A4736A.
.myBorderColor { border: 1px solid #A4736A; }
<div style="border:3px solid #A4736A">Div</div>
This div border color is #A4736A.
.myOpacity80 { color: #A4736A; opacity: 0.8; }
<p style="color:#A4736A;opacity:0.8;">80%</p>
Text with #A4736A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A4736A;}
<p style="text-shadow: 3px 3px 1px #A4736A">Text here.</p>
This text has shadow with #A4736A color.
.textShadow {text-shadow: 3px 3px 1px #A4736A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A4736A, 5px 5px 20px red">Text here.</p>
This text has shadow with #A4736A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4736A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A4736A, Direction=45, Strength=4)">Text</p>
This text has shadow with #A4736A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A4736A;
-webkit-box-shadow: 1px 1px 3px 2px #A4736A;
box-shadow: 1px 1px 3px 2px #A4736A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A4736A; -webkit-box-shadow: 1px 1px 3px 2px #A4736A; box-shadow:1px 1px 3px 2px #A4736A;">
Div content here
</div>
This text has color #A4736A on black background.
This text has color #A4736A on white background.
This text has black color on #A4736A background.
This text has white color on #A4736A background.
Complementary color for #hex is #5B8C95.