Shades of Rust #A84217
Tints of Rust #A84217
RGB
CMYK
RGB Variations
Color information
#A84217 (or 0xA84217) is known color: Rust. HEX triplet: A8, 42 and 17. RGB value is (168,66,23). Sum of RGB (Red+Green+Blue) = 168+66+23=257 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.37% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 168 - color contains mainly: red. Hex color #A84217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84217 is #57BDE8. Grayscale: #5B5B5B. Windows color (decimal): -5750249 or 1524392. OLE color: 1524392.
HSL color Cylindrical-coordinate representation of color #A84217: hue angle of 17.79º 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 #A84217 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 66 | 23 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.34 |
| HSL | 17.79º | 0.76% | 0.37% | - |
| HSV(B) | 17.79º | 0.86% | 0.66% | - |
| XYZ | 18.25 | 12.28 | 2.22 | - |
| YUV | 91.6 | 89.29 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 23 | 0 | 0.61 | 0.86 | 0.34 | 17.79 | 0.76 | 0.37 |
| Hex | A8 | 42 | 17 | 0 | 3D | 56 | 22 | 12 | 4C | 25 |
| Octal | 250 | 102 | 27 | 0 | 75 | 126 | 42 | 22 | 114 | 45 |
| Binary | 10101000 | 1000010 | 10111 | 0 | 111101 | 1010110 | 100010 | 10010 | 1001100 | 100101 |
Color Harmonies of #A84217
Complementary color
Monochromatic Colors of #A84217
Black with #A84217
Text Example
Text Example
White with #A84217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84217; }
p { color: rgb(168,66,23); }
H1.HeaderClassName
{
color: #A84217;
}
.AnyTagClassName
{
color: #A84217;
}
</style>
background-color css
<style>
a { background-color: #A84217; }
a { background-color: rgb(168,66,23); }
div.DivClassName
{
background-color: #A84217;
}
.BgClassName
{
background-color: #A84217;
}
</style>
border-color css
<style>
span { border-color: #A84217; }
span { border-color: rgb(168,66,23); }
td.TdClassName
{
border-color: #A84217;
}
.TagClassName
{
border-color: #A84217;
}
</style>