Shades of Rust #A84512
Tints of Rust #A84512
RGB
CMYK
RGB Variations
Color information
#A84512 (or 0xA84512) is known color: Rust. HEX triplet: A8, 45 and 12. RGB value is (168,69,18). Sum of RGB (Red+Green+Blue) = 168+69+18=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A84512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84512 is #57BAED. Grayscale: #5D5D5D. Windows color (decimal): -5749486 or 1197480. OLE color: 1197480.
HSL color Cylindrical-coordinate representation of color #A84512: hue angle of 20.4º 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 #A84512 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 18 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.34 |
| HSL | 20.4º | 0.81% | 0.36% | - |
| HSV(B) | 20.4º | 0.89% | 0.66% | - |
| XYZ | 18.39 | 12.62 | 2.04 | - |
| YUV | 92.79 | 85.8 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 18 | 0 | 0.59 | 0.89 | 0.34 | 20.4 | 0.81 | 0.36 |
| Hex | A8 | 45 | 12 | 0 | 3B | 59 | 22 | 14 | 51 | 24 |
| Octal | 250 | 105 | 22 | 0 | 73 | 131 | 42 | 24 | 121 | 44 |
| Binary | 10101000 | 1000101 | 10010 | 0 | 111011 | 1011001 | 100010 | 10100 | 1010001 | 100100 |
Color Harmonies of #A84512
Complementary color
Monochromatic Colors of #A84512
Black with #A84512
Text Example
Text Example
White with #A84512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84512; }
p { color: rgb(168,69,18); }
H1.HeaderClassName
{
color: #A84512;
}
.AnyTagClassName
{
color: #A84512;
}
</style>
background-color css
<style>
a { background-color: #A84512; }
a { background-color: rgb(168,69,18); }
div.DivClassName
{
background-color: #A84512;
}
.BgClassName
{
background-color: #A84512;
}
</style>
border-color css
<style>
span { border-color: #A84512; }
span { border-color: rgb(168,69,18); }
td.TdClassName
{
border-color: #A84512;
}
.TagClassName
{
border-color: #A84512;
}
</style>