HEX: #A4820C
RGB: (164,130,12)
#A4820C contains mainly red and green colors. Web safe color of #A4820C is #999900 (or #990).
#A4820C color RGB value is (164,130,12).
RGB: (164,130,12)
(64%, 51%, 5%)
R 164 of 255 = 64%
G 130 of 255 = 51%
B 12 of 255 = 5%
R + G + B ~ 40%. #A4820C is middle color (not dark and not light).
R + G + B = 164 + 130 + 12 = 306 (100%)
R 164 of 306 ~ 53.59%
G 130 of 306 ~ 42.48%
B 12 of 306 ~ 3.92'%
#A4820C color CMYK value is (0,21,93,36).
CMYK: (0,21,93,36)
C0M21Y93K36 (0%, 21%, 93%, 36%)
(0.00 / 0.21 / 0.93 / 0.36)
Color #A4820C in popluar color models
A4 | 82 | 0C | |
---|---|---|---|
RGB | 164 | 130 | 12 |
HSL | 47° | 86.36% | 34.51% |
HSB/HSV | 47° | 92.68% | 64.31% |
CMYK | 0.00% | 20.73% | 92.68% |
35.69% |
Color #A4820C in popluar number systems.
HEX | A4 | 82 | 0C |
Decimal | 164 | 130 | 12 |
Binary | 10100100 | 10000010 | 1100 |
Octal | 244 | 202 | 14 |
Shades of #A4820C
Tints of #A4820C
Examples of css and html codes for elements with #A4820C color. Also use rgb(164,130,12) instead hex code.
.myTextColor { color: #A4820C; }
<p style="color:#A4820C">This sample text font color is #A4820C.</p>
This text font color is #A4820C.
.myBgColor { background-color: #A4820C; }
<div style="background-color:#A4820C">Inner text</div>
This div background color is #A4820C.
.myBorderColor { border: 1px solid #A4820C; }
<div style="border:3px solid #A4820C">Div</div>
This div border color is #A4820C.
.myOpacity80 { color: #A4820C; opacity: 0.8; }
<p style="color:#A4820C;opacity:0.8;">80%</p>
Text with #A4820C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A4820C;}
<p style="text-shadow: 3px 3px 1px #A4820C">Text here.</p>
This text has shadow with #A4820C color.
.textShadow {text-shadow: 3px 3px 1px #A4820C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A4820C, 5px 5px 20px red">Text here.</p>
This text has shadow with #A4820C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4820C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A4820C, Direction=45, Strength=4)">Text</p>
This text has shadow with #A4820C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A4820C;
-webkit-box-shadow: 1px 1px 3px 2px #A4820C;
box-shadow: 1px 1px 3px 2px #A4820C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A4820C; -webkit-box-shadow: 1px 1px 3px 2px #A4820C; box-shadow:1px 1px 3px 2px #A4820C;">
Div content here
</div>
This text has color #A4820C on black background.
This text has color #A4820C on white background.
This text has black color on #A4820C background.
This text has white color on #A4820C background.
Complementary color for #hex is #5B7DF3.