Shades of Rust #A84617
Tints of Rust #A84617
RGB
CMYK
RGB Variations
Color information
#A84617 (or 0xA84617) is known color: Rust. HEX triplet: A8, 46 and 17. RGB value is (168,70,23). Sum of RGB (Red+Green+Blue) = 168+70+23=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A84617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84617 is #57B9E8. Grayscale: #5E5E5E. Windows color (decimal): -5749225 or 1525416. OLE color: 1525416.
HSL color Cylindrical-coordinate representation of color #A84617: hue angle of 19.45º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A84617 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 70 | 23 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.34 |
| HSL | 19.45º | 0.76% | 0.37% | - |
| HSV(B) | 19.45º | 0.86% | 0.66% | - |
| XYZ | 18.49 | 12.77 | 2.3 | - |
| YUV | 93.94 | 87.97 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 70 | 23 | 0 | 0.58 | 0.86 | 0.34 | 19.45 | 0.76 | 0.37 |
| Hex | A8 | 46 | 17 | 0 | 3A | 56 | 22 | 13 | 4C | 25 |
| Octal | 250 | 106 | 27 | 0 | 72 | 126 | 42 | 23 | 114 | 45 |
| Binary | 10101000 | 1000110 | 10111 | 0 | 111010 | 1010110 | 100010 | 10011 | 1001100 | 100101 |
Color Harmonies of #A84617
Complementary color
Monochromatic Colors of #A84617
Black with #A84617
Text Example
Text Example
White with #A84617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84617; }
p { color: rgb(168,70,23); }
H1.HeaderClassName
{
color: #A84617;
}
.AnyTagClassName
{
color: #A84617;
}
</style>
background-color css
<style>
a { background-color: #A84617; }
a { background-color: rgb(168,70,23); }
div.DivClassName
{
background-color: #A84617;
}
.BgClassName
{
background-color: #A84617;
}
</style>
border-color css
<style>
span { border-color: #A84617; }
span { border-color: rgb(168,70,23); }
td.TdClassName
{
border-color: #A84617;
}
.TagClassName
{
border-color: #A84617;
}
</style>