HEX: #A6625A
RGB: (166,98,90)
#A6625A contains mainly red color. Web safe color of #A6625A is #996666 (or #966).
#A6625A color RGB value is (166,98,90).
RGB: (166,98,90)
(65%, 38%, 35%)
R 166 of 255 = 65%
G 98 of 255 = 38%
B 90 of 255 = 35%
R + G + B ~ 46%. #A6625A is middle color (not dark and not light).
R + G + B = 166 + 98 + 90 = 354 (100%)
R 166 of 354 ~ 46.89%
G 98 of 354 ~ 27.68%
B 90 of 354 ~ 25.42'%
#A6625A color CMYK value is (0,41,46,35).
CMYK: (0,41,46,35)
C0M41Y46K35 (0%, 41%, 46%, 35%)
(0.00 / 0.41 / 0.46 / 0.35)
Color #A6625A in popluar color models
A6 | 62 | 5A | |
---|---|---|---|
RGB | 166 | 98 | 90 |
HSL | 6° | 29.92% | 50.20% |
HSB/HSV | 6° | 45.78% | 65.10% |
CMYK | 0.00% | 40.96% | 45.78% |
34.90% |
Color #A6625A in popluar number systems.
HEX | A6 | 62 | 5A |
Decimal | 166 | 98 | 90 |
Binary | 10100110 | 1100010 | 1011010 |
Octal | 246 | 142 | 132 |
Shades of #A6625A
Tints of #A6625A
Examples of css and html codes for elements with #A6625A color. Also use rgb(166,98,90) instead hex code.
.myTextColor { color: #A6625A; }
<p style="color:#A6625A">This sample text font color is #A6625A.</p>
This text font color is #A6625A.
.myBgColor { background-color: #A6625A; }
<div style="background-color:#A6625A">Inner text</div>
This div background color is #A6625A.
.myBorderColor { border: 1px solid #A6625A; }
<div style="border:3px solid #A6625A">Div</div>
This div border color is #A6625A.
.myOpacity80 { color: #A6625A; opacity: 0.8; }
<p style="color:#A6625A;opacity:0.8;">80%</p>
Text with #A6625A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A6625A;}
<p style="text-shadow: 3px 3px 1px #A6625A">Text here.</p>
This text has shadow with #A6625A color.
.textShadow {text-shadow: 3px 3px 1px #A6625A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A6625A, 5px 5px 20px red">Text here.</p>
This text has shadow with #A6625A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A6625A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A6625A, Direction=45, Strength=4)">Text</p>
This text has shadow with #A6625A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A6625A;
-webkit-box-shadow: 1px 1px 3px 2px #A6625A;
box-shadow: 1px 1px 3px 2px #A6625A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A6625A; -webkit-box-shadow: 1px 1px 3px 2px #A6625A; box-shadow:1px 1px 3px 2px #A6625A;">
Div content here
</div>
This text has color #A6625A on black background.
This text has color #A6625A on white background.
This text has black color on #A6625A background.
This text has white color on #A6625A background.
Complementary color for #hex is #599DA5.