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