Shades of Rust #A84712
Tints of Rust #A84712
RGB
CMYK
RGB Variations
Color information
#A84712 (or 0xA84712) is known color: Rust. HEX triplet: A8, 47 and 12. RGB value is (168,71,18). Sum of RGB (Red+Green+Blue) = 168+71+18=257 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.37% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 168 - color contains mainly: red. Hex color #A84712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84712 is #57B8ED. Grayscale: #5E5E5E. Windows color (decimal): -5748974 or 1197992. OLE color: 1197992.
HSL color Cylindrical-coordinate representation of color #A84712: hue angle of 21.2º 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 #A84712 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 71 | 18 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.34 |
| HSL | 21.2º | 0.81% | 0.36% | - |
| HSV(B) | 21.2º | 0.89% | 0.66% | - |
| XYZ | 18.51 | 12.87 | 2.08 | - |
| YUV | 93.96 | 85.14 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 71 | 18 | 0 | 0.58 | 0.89 | 0.34 | 21.2 | 0.81 | 0.36 |
| Hex | A8 | 47 | 12 | 0 | 3A | 59 | 22 | 15 | 51 | 24 |
| Octal | 250 | 107 | 22 | 0 | 72 | 131 | 42 | 25 | 121 | 44 |
| Binary | 10101000 | 1000111 | 10010 | 0 | 111010 | 1011001 | 100010 | 10101 | 1010001 | 100100 |
Color Harmonies of #A84712
Complementary color
Monochromatic Colors of #A84712
Black with #A84712
Text Example
Text Example
White with #A84712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84712; }
p { color: rgb(168,71,18); }
H1.HeaderClassName
{
color: #A84712;
}
.AnyTagClassName
{
color: #A84712;
}
</style>
background-color css
<style>
a { background-color: #A84712; }
a { background-color: rgb(168,71,18); }
div.DivClassName
{
background-color: #A84712;
}
.BgClassName
{
background-color: #A84712;
}
</style>
border-color css
<style>
span { border-color: #A84712; }
span { border-color: rgb(168,71,18); }
td.TdClassName
{
border-color: #A84712;
}
.TagClassName
{
border-color: #A84712;
}
</style>