HEX: #A66B2A
RGB: (166,107,42)
#A66B2A contains mainly red and green colors. Web safe color of #A66B2A is #996633 (or #963).
#A66B2A color RGB value is (166,107,42).
RGB: (166,107,42)
(65%, 42%, 16%)
R 166 of 255 = 65%
G 107 of 255 = 42%
B 42 of 255 = 16%
R + G + B ~ 41%. #A66B2A is middle color (not dark and not light).
R + G + B = 166 + 107 + 42 = 315 (100%)
R 166 of 315 ~ 52.7%
G 107 of 315 ~ 33.97%
B 42 of 315 ~ 13.33'%
#A66B2A color CMYK value is (0,36,75,35).
CMYK: (0,36,75,35)
C0M36Y75K35 (0%, 36%, 75%, 35%)
(0.00 / 0.36 / 0.75 / 0.35)
Color #A66B2A in popluar color models
A6 | 6B | 2A | |
---|---|---|---|
RGB | 166 | 107 | 42 |
HSL | 31° | 59.62% | 40.78% |
HSB/HSV | 31° | 74.70% | 65.10% |
CMYK | 0.00% | 35.54% | 74.70% |
34.90% |
Color #A66B2A in popluar number systems.
HEX | A6 | 6B | 2A |
Decimal | 166 | 107 | 42 |
Binary | 10100110 | 1101011 | 101010 |
Octal | 246 | 153 | 52 |
Shades of #A66B2A
Tints of #A66B2A
Examples of css and html codes for elements with #A66B2A color. Also use rgb(166,107,42) instead hex code.
.myTextColor { color: #A66B2A; }
<p style="color:#A66B2A">This sample text font color is #A66B2A.</p>
This text font color is #A66B2A.
.myBgColor { background-color: #A66B2A; }
<div style="background-color:#A66B2A">Inner text</div>
This div background color is #A66B2A.
.myBorderColor { border: 1px solid #A66B2A; }
<div style="border:3px solid #A66B2A">Div</div>
This div border color is #A66B2A.
.myOpacity80 { color: #A66B2A; opacity: 0.8; }
<p style="color:#A66B2A;opacity:0.8;">80%</p>
Text with #A66B2A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A66B2A;}
<p style="text-shadow: 3px 3px 1px #A66B2A">Text here.</p>
This text has shadow with #A66B2A color.
.textShadow {text-shadow: 3px 3px 1px #A66B2A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A66B2A, 5px 5px 20px red">Text here.</p>
This text has shadow with #A66B2A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A66B2A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A66B2A, Direction=45, Strength=4)">Text</p>
This text has shadow with #A66B2A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A66B2A;
-webkit-box-shadow: 1px 1px 3px 2px #A66B2A;
box-shadow: 1px 1px 3px 2px #A66B2A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A66B2A; -webkit-box-shadow: 1px 1px 3px 2px #A66B2A; box-shadow:1px 1px 3px 2px #A66B2A;">
Div content here
</div>
This text has color #A66B2A on black background.
This text has color #A66B2A on white background.
This text has black color on #A66B2A background.
This text has white color on #A66B2A background.
Complementary color for #hex is #5994D5.