HEX: #A6414C
RGB: (166,65,76)
#A6414C contains mainly red color. Web safe color of #A6414C is #993333 (or #933).
#A6414C color RGB value is (166,65,76).
RGB: (166,65,76)
(65%, 25%, 30%)
R 166 of 255 = 65%
G 65 of 255 = 25%
B 76 of 255 = 30%
R + G + B ~ 40%. #A6414C is middle color (not dark and not light).
R + G + B = 166 + 65 + 76 = 307 (100%)
R 166 of 307 ~ 54.07%
G 65 of 307 ~ 21.17%
B 76 of 307 ~ 24.76'%
#A6414C color CMYK value is (0,61,54,35).
CMYK: (0,61,54,35) C0M61Y54K35 (0%,61%,54%,35%) (0.00/0.61/0.54/0.35)
Color #A6414C in popluar color models
A6 | 41 | 4C | |
---|---|---|---|
RGB | 166 | 65 | 76 |
HSL | 353° | 43.72% | 45.29% |
HSB/HSV | 353° | 60.84% | 65.10% |
CMYK | 0.00% | 60.84% | 54.22% |
34.90% |
Color #A6414C in popluar number systems.
HEX | A6 | 41 | 4C |
Decimal | 166 | 65 | 76 |
Binary | 10100110 | 1000001 | 1001100 |
Octal | 246 | 101 | 114 |
Shades of #A6414C
Tints of #A6414C
Examples of css and html codes for elements with #A6414C color. Also use rgb(166,65,76) instead hex code.
.myTextColor { color: #A6414C; }
<p style="color:#A6414C">This sample text font color is #A6414C.</p>
This text font color is #A6414C.
.myBgColor { background-color: #A6414C; }
<div style="background-color:#A6414C">Inner text</div>
This div background color is #A6414C.
.myBorderColor { border: 1px solid #A6414C; }
<div style="border:3px solid #A6414C">Div</div>
This div border color is #A6414C.
.myOpacity80 { color: #A6414C; opacity: 0.8; }
<p style="color:#A6414C;opacity:0.8;">80%</p>
Text with #A6414C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A6414C;}
<p style="text-shadow: 3px 3px 1px #A6414C">Text here.</p>
This text has shadow with #A6414C color.
.textShadow {text-shadow: 3px 3px 1px #A6414C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A6414C, 5px 5px 20px red">Text here.</p>
This text has shadow with #A6414C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A6414C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A6414C, Direction=45, Strength=4)">Text</p>
This text has shadow with #A6414C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A6414C;
-webkit-box-shadow: 1px 1px 3px 2px #A6414C;
box-shadow: 1px 1px 3px 2px #A6414C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A6414C; -webkit-box-shadow: 1px 1px 3px 2px #A6414C; box-shadow:1px 1px 3px 2px #A6414C;">
Div content here
</div>
This text has color #A6414C on black background.
This text has color #A6414C on white background.
This text has black color on #A6414C background.
This text has white color on #A6414C background.
Complementary color for #hex is #59BEB3.