Shades of Rust #A84616
Tints of Rust #A84616
RGB
CMYK
RGB Variations
Color information
#A84616 (or 0xA84616) is known color: Rust. HEX triplet: A8, 46 and 16. RGB value is (168,70,22). Sum of RGB (Red+Green+Blue) = 168+70+22=260 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.62% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 168 - color contains mainly: red. Hex color #A84616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84616 is #57B9E9. Grayscale: #5E5E5E. Windows color (decimal): -5749226 or 1459880. OLE color: 1459880.
HSL color Cylindrical-coordinate representation of color #A84616: hue angle of 19.73º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A84616 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 70 | 22 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.34 |
| HSL | 19.73º | 0.77% | 0.37% | - |
| HSV(B) | 19.73º | 0.87% | 0.66% | - |
| XYZ | 18.48 | 12.76 | 2.25 | - |
| YUV | 93.83 | 87.47 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 70 | 22 | 0 | 0.58 | 0.87 | 0.34 | 19.73 | 0.77 | 0.37 |
| Hex | A8 | 46 | 16 | 0 | 3A | 57 | 22 | 14 | 4D | 25 |
| Octal | 250 | 106 | 26 | 0 | 72 | 127 | 42 | 24 | 115 | 45 |
| Binary | 10101000 | 1000110 | 10110 | 0 | 111010 | 1010111 | 100010 | 10100 | 1001101 | 100101 |
Color Harmonies of #A84616
Complementary color
Monochromatic Colors of #A84616
Black with #A84616
Text Example
Text Example
White with #A84616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84616; }
p { color: rgb(168,70,22); }
H1.HeaderClassName
{
color: #A84616;
}
.AnyTagClassName
{
color: #A84616;
}
</style>
background-color css
<style>
a { background-color: #A84616; }
a { background-color: rgb(168,70,22); }
div.DivClassName
{
background-color: #A84616;
}
.BgClassName
{
background-color: #A84616;
}
</style>
border-color css
<style>
span { border-color: #A84616; }
span { border-color: rgb(168,70,22); }
td.TdClassName
{
border-color: #A84616;
}
.TagClassName
{
border-color: #A84616;
}
</style>