Shades of Rust #A84D0E
Tints of Rust #A84D0E
RGB
CMYK
RGB Variations
Color information
#A84D0E (or 0xA84D0E) is known color: Rust. HEX triplet: A8, 4D and 0E. RGB value is (168,77,14). Sum of RGB (Red+Green+Blue) = 168+77+14=259 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.86% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A84D0E is #57B2F1. Grayscale: #616161. Windows color (decimal): -5747442 or 937384. OLE color: 937384.
HSL color Cylindrical-coordinate representation of color #A84D0E: hue angle of 24.55º 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 #A84D0E is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 77 | 14 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.34 |
| HSL | 24.55º | 0.85% | 0.36% | - |
| HSV(B) | 24.55º | 0.92% | 0.66% | - |
| XYZ | 18.88 | 13.66 | 2.06 | - |
| YUV | 97.03 | 81.15 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 77 | 14 | 0 | 0.54 | 0.92 | 0.34 | 24.55 | 0.85 | 0.36 |
| Hex | A8 | 4D | E | 0 | 36 | 5C | 22 | 19 | 55 | 24 |
| Octal | 250 | 115 | 16 | 0 | 66 | 134 | 42 | 31 | 125 | 44 |
| Binary | 10101000 | 1001101 | 1110 | 0 | 110110 | 1011100 | 100010 | 11001 | 1010101 | 100100 |
Color Harmonies of #A84D0E
Complementary color
Monochromatic Colors of #A84D0E
Black with #A84D0E
Text Example
Text Example
White with #A84D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84D0E; }
p { color: rgb(168,77,14); }
H1.HeaderClassName
{
color: #A84D0E;
}
.AnyTagClassName
{
color: #A84D0E;
}
</style>
background-color css
<style>
a { background-color: #A84D0E; }
a { background-color: rgb(168,77,14); }
div.DivClassName
{
background-color: #A84D0E;
}
.BgClassName
{
background-color: #A84D0E;
}
</style>
border-color css
<style>
span { border-color: #A84D0E; }
span { border-color: rgb(168,77,14); }
td.TdClassName
{
border-color: #A84D0E;
}
.TagClassName
{
border-color: #A84D0E;
}
</style>