HEX: #A7636A
RGB: (167,99,106)
#A7636A contains mainly red color. Web safe color of #A7636A is #996666 (or #966).
#A7636A color RGB value is (167,99,106).
RGB: (167,99,106)
(65%, 39%, 42%)
R 167 of 255 = 65%
G 99 of 255 = 39%
B 106 of 255 = 42%
R + G + B ~ 49%. #A7636A is middle color (not dark and not light).
R + G + B = 167 + 99 + 106 = 372 (100%)
R 167 of 372 ~ 44.89%
G 99 of 372 ~ 26.61%
B 106 of 372 ~ 28.49'%
#A7636A color CMYK value is (0,41,37,35).
CMYK: (0,41,37,35) C0M41Y37K35 (0%,41%,37%,35%) (0.00/0.41/0.37/0.35)
Color #A7636A in popluar color models
A7 | 63 | 6A | |
---|---|---|---|
RGB | 167 | 99 | 106 |
HSL | 354° | 27.87% | 52.16% |
HSB/HSV | 354° | 40.72% | 65.49% |
CMYK | 0.00% | 40.72% | 36.53% |
34.51% |
Color #A7636A in popluar number systems.
HEX | A7 | 63 | 6A |
Decimal | 167 | 99 | 106 |
Binary | 10100111 | 1100011 | 1101010 |
Octal | 247 | 143 | 152 |
Shades of #A7636A
Tints of #A7636A
Examples of css and html codes for elements with #A7636A color. Also use rgb(167,99,106) instead hex code.
.myTextColor { color: #A7636A; }
<p style="color:#A7636A">This sample text font color is #A7636A.</p>
This text font color is #A7636A.
.myBgColor { background-color: #A7636A; }
<div style="background-color:#A7636A">Inner text</div>
This div background color is #A7636A.
.myBorderColor { border: 1px solid #A7636A; }
<div style="border:3px solid #A7636A">Div</div>
This div border color is #A7636A.
.myOpacity80 { color: #A7636A; opacity: 0.8; }
<p style="color:#A7636A;opacity:0.8;">80%</p>
Text with #A7636A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A7636A;}
<p style="text-shadow: 3px 3px 1px #A7636A">Text here.</p>
This text has shadow with #A7636A color.
.textShadow {text-shadow: 3px 3px 1px #A7636A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A7636A, 5px 5px 20px red">Text here.</p>
This text has shadow with #A7636A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7636A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A7636A, Direction=45, Strength=4)">Text</p>
This text has shadow with #A7636A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A7636A;
-webkit-box-shadow: 1px 1px 3px 2px #A7636A;
box-shadow: 1px 1px 3px 2px #A7636A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7636A; -webkit-box-shadow: 1px 1px 3px 2px #A7636A; box-shadow:1px 1px 3px 2px #A7636A;">
Div content here
</div>
This text has color #A7636A on black background.
This text has color #A7636A on white background.
This text has black color on #A7636A background.
This text has white color on #A7636A background.
Complementary color for #hex is #589C95.