Shades of Rust #A84E0E
Tints of Rust #A84E0E
RGB
CMYK
RGB Variations
Color information
#A84E0E (or 0xA84E0E) is known color: Rust. HEX triplet: A8, 4E and 0E. RGB value is (168,78,14). Sum of RGB (Red+Green+Blue) = 168+78+14=260 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.62% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A84E0E is #57B1F1. Grayscale: #616161. Windows color (decimal): -5747186 or 937640. OLE color: 937640.
HSL color Cylindrical-coordinate representation of color #A84E0E: hue angle of 24.94º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A84E0E is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 78 | 14 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.34 |
| HSL | 24.94º | 0.85% | 0.36% | - |
| HSV(B) | 24.94º | 0.92% | 0.66% | - |
| XYZ | 18.95 | 13.81 | 2.08 | - |
| YUV | 97.61 | 80.82 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 78 | 14 | 0 | 0.54 | 0.92 | 0.34 | 24.94 | 0.85 | 0.36 |
| Hex | A8 | 4E | E | 0 | 36 | 5C | 22 | 19 | 55 | 24 |
| Octal | 250 | 116 | 16 | 0 | 66 | 134 | 42 | 31 | 125 | 44 |
| Binary | 10101000 | 1001110 | 1110 | 0 | 110110 | 1011100 | 100010 | 11001 | 1010101 | 100100 |
Color Harmonies of #A84E0E
Complementary color
Monochromatic Colors of #A84E0E
Black with #A84E0E
Text Example
Text Example
White with #A84E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84E0E; }
p { color: rgb(168,78,14); }
H1.HeaderClassName
{
color: #A84E0E;
}
.AnyTagClassName
{
color: #A84E0E;
}
</style>
background-color css
<style>
a { background-color: #A84E0E; }
a { background-color: rgb(168,78,14); }
div.DivClassName
{
background-color: #A84E0E;
}
.BgClassName
{
background-color: #A84E0E;
}
</style>
border-color css
<style>
span { border-color: #A84E0E; }
span { border-color: rgb(168,78,14); }
td.TdClassName
{
border-color: #A84E0E;
}
.TagClassName
{
border-color: #A84E0E;
}
</style>