Shades of Rust #A84D12
Tints of Rust #A84D12
RGB
CMYK
RGB Variations
Color information
#A84D12 (or 0xA84D12) is known color: Rust. HEX triplet: A8, 4D and 12. RGB value is (168,77,18). Sum of RGB (Red+Green+Blue) = 168+77+18=263 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.88% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A84D12 is #57B2ED. Grayscale: #616161. Windows color (decimal): -5747438 or 1199528. OLE color: 1199528.
HSL color Cylindrical-coordinate representation of color #A84D12: hue angle of 23.6º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A84D12 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 77 | 18 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.34 |
| HSL | 23.6º | 0.81% | 0.36% | - |
| HSV(B) | 23.6º | 0.89% | 0.66% | - |
| XYZ | 18.91 | 13.68 | 2.22 | - |
| YUV | 97.48 | 83.15 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 77 | 18 | 0 | 0.54 | 0.89 | 0.34 | 23.6 | 0.81 | 0.36 |
| Hex | A8 | 4D | 12 | 0 | 36 | 59 | 22 | 18 | 51 | 24 |
| Octal | 250 | 115 | 22 | 0 | 66 | 131 | 42 | 30 | 121 | 44 |
| Binary | 10101000 | 1001101 | 10010 | 0 | 110110 | 1011001 | 100010 | 11000 | 1010001 | 100100 |
Color Harmonies of #A84D12
Complementary color
Monochromatic Colors of #A84D12
Black with #A84D12
Text Example
Text Example
White with #A84D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84D12; }
p { color: rgb(168,77,18); }
H1.HeaderClassName
{
color: #A84D12;
}
.AnyTagClassName
{
color: #A84D12;
}
</style>
background-color css
<style>
a { background-color: #A84D12; }
a { background-color: rgb(168,77,18); }
div.DivClassName
{
background-color: #A84D12;
}
.BgClassName
{
background-color: #A84D12;
}
</style>
border-color css
<style>
span { border-color: #A84D12; }
span { border-color: rgb(168,77,18); }
td.TdClassName
{
border-color: #A84D12;
}
.TagClassName
{
border-color: #A84D12;
}
</style>