Shades of Rust #A84618
Tints of Rust #A84618
RGB
CMYK
RGB Variations
Color information
#A84618 (or 0xA84618) is known color: Rust. HEX triplet: A8, 46 and 18. RGB value is (168,70,24). Sum of RGB (Red+Green+Blue) = 168+70+24=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A84618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84618 is #57B9E7. Grayscale: #5E5E5E. Windows color (decimal): -5749224 or 1590952. OLE color: 1590952.
HSL color Cylindrical-coordinate representation of color #A84618: hue angle of 19.17º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A84618 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 70 | 24 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.34 |
| HSL | 19.17º | 0.75% | 0.38% | - |
| HSV(B) | 19.17º | 0.86% | 0.66% | - |
| XYZ | 18.5 | 12.77 | 2.35 | - |
| YUV | 94.06 | 88.47 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 70 | 24 | 0 | 0.58 | 0.86 | 0.34 | 19.17 | 0.75 | 0.38 |
| Hex | A8 | 46 | 18 | 0 | 3A | 56 | 22 | 13 | 4B | 26 |
| Octal | 250 | 106 | 30 | 0 | 72 | 126 | 42 | 23 | 113 | 46 |
| Binary | 10101000 | 1000110 | 11000 | 0 | 111010 | 1010110 | 100010 | 10011 | 1001011 | 100110 |
Color Harmonies of #A84618
Complementary color
Monochromatic Colors of #A84618
Black with #A84618
Text Example
Text Example
White with #A84618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84618; }
p { color: rgb(168,70,24); }
H1.HeaderClassName
{
color: #A84618;
}
.AnyTagClassName
{
color: #A84618;
}
</style>
background-color css
<style>
a { background-color: #A84618; }
a { background-color: rgb(168,70,24); }
div.DivClassName
{
background-color: #A84618;
}
.BgClassName
{
background-color: #A84618;
}
</style>
border-color css
<style>
span { border-color: #A84618; }
span { border-color: rgb(168,70,24); }
td.TdClassName
{
border-color: #A84618;
}
.TagClassName
{
border-color: #A84618;
}
</style>