Shades of Rust #A84D10
Tints of Rust #A84D10
RGB
CMYK
RGB Variations
Color information
#A84D10 (or 0xA84D10) is known color: Rust. HEX triplet: A8, 4D and 10. RGB value is (168,77,16). Sum of RGB (Red+Green+Blue) = 168+77+16=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A84D10 is #57B2EF. Grayscale: #616161. Windows color (decimal): -5747440 or 1068456. OLE color: 1068456.
HSL color Cylindrical-coordinate representation of color #A84D10: hue angle of 24.08º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A84D10 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 77 | 16 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.34 |
| HSL | 24.08º | 0.83% | 0.36% | - |
| HSV(B) | 24.08º | 0.9% | 0.66% | - |
| XYZ | 18.9 | 13.67 | 2.13 | - |
| YUV | 97.26 | 82.15 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 77 | 16 | 0 | 0.54 | 0.90 | 0.34 | 24.08 | 0.83 | 0.36 |
| Hex | A8 | 4D | 10 | 0 | 36 | 5A | 22 | 18 | 53 | 24 |
| Octal | 250 | 115 | 20 | 0 | 66 | 132 | 42 | 30 | 123 | 44 |
| Binary | 10101000 | 1001101 | 10000 | 0 | 110110 | 1011010 | 100010 | 11000 | 1010011 | 100100 |
Color Harmonies of #A84D10
Complementary color
Monochromatic Colors of #A84D10
Black with #A84D10
Text Example
Text Example
White with #A84D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84D10; }
p { color: rgb(168,77,16); }
H1.HeaderClassName
{
color: #A84D10;
}
.AnyTagClassName
{
color: #A84D10;
}
</style>
background-color css
<style>
a { background-color: #A84D10; }
a { background-color: rgb(168,77,16); }
div.DivClassName
{
background-color: #A84D10;
}
.BgClassName
{
background-color: #A84D10;
}
</style>
border-color css
<style>
span { border-color: #A84D10; }
span { border-color: rgb(168,77,16); }
td.TdClassName
{
border-color: #A84D10;
}
.TagClassName
{
border-color: #A84D10;
}
</style>