HEX: #A5410D
RGB: (165,65,13)
#A5410D contains mainly red color. Web safe color of #A5410D is #993300 (or #930).
#A5410D color RGB value is (165,65,13).
RGB: (165,65,13)
(65%, 25%, 5%)
R 165 of 255 = 65%
G 65 of 255 = 25%
B 13 of 255 = 5%
R + G + B ~ 32%. #A5410D is quite dark color.
R + G + B = 165 + 65 + 13 = 243 (100%)
R 165 of 243 ~ 67.9%
G 65 of 243 ~ 26.75%
B 13 of 243 ~ 5.35'%
#A5410D color CMYK value is (0,61,92,35).
CMYK: (0,61,92,35)
C0M61Y92K35 (0%, 61%, 92%, 35%)
(0.00 / 0.61 / 0.92 / 0.35)
Color #A5410D in popluar color models
A5 | 41 | 0D | |
---|---|---|---|
RGB | 165 | 65 | 13 |
HSL | 21° | 85.39% | 34.90% |
HSB/HSV | 21° | 92.12% | 64.71% |
CMYK | 0.00% | 60.61% | 92.12% |
35.29% |
Color #A5410D in popluar number systems.
HEX | A5 | 41 | 0D |
Decimal | 165 | 65 | 13 |
Binary | 10100101 | 1000001 | 1101 |
Octal | 245 | 101 | 15 |
Shades of #A5410D
Tints of #A5410D
Examples of css and html codes for elements with #A5410D color. Also use rgb(165,65,13) instead hex code.
.myTextColor { color: #A5410D; }
<p style="color:#A5410D">This sample text font color is #A5410D.</p>
This text font color is #A5410D.
.myBgColor { background-color: #A5410D; }
<div style="background-color:#A5410D">Inner text</div>
This div background color is #A5410D.
.myBorderColor { border: 1px solid #A5410D; }
<div style="border:3px solid #A5410D">Div</div>
This div border color is #A5410D.
.myOpacity80 { color: #A5410D; opacity: 0.8; }
<p style="color:#A5410D;opacity:0.8;">80%</p>
Text with #A5410D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5410D;}
<p style="text-shadow: 3px 3px 1px #A5410D">Text here.</p>
This text has shadow with #A5410D color.
.textShadow {text-shadow: 3px 3px 1px #A5410D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5410D, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5410D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5410D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5410D, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5410D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5410D;
-webkit-box-shadow: 1px 1px 3px 2px #A5410D;
box-shadow: 1px 1px 3px 2px #A5410D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5410D; -webkit-box-shadow: 1px 1px 3px 2px #A5410D; box-shadow:1px 1px 3px 2px #A5410D;">
Div content here
</div>
This text has color #A5410D on black background.
This text has color #A5410D on white background.
This text has black color on #A5410D background.
This text has white color on #A5410D background.
Complementary color for #hex is #5ABEF2.