Shades of Rust #A84316
Tints of Rust #A84316
RGB
CMYK
RGB Variations
Color information
#A84316 (or 0xA84316) is known color: Rust. HEX triplet: A8, 43 and 16. RGB value is (168,67,22). Sum of RGB (Red+Green+Blue) = 168+67+22=257 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.37% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 168 - color contains mainly: red. Hex color #A84316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84316 is #57BCE9. Grayscale: #5C5C5C. Windows color (decimal): -5749994 or 1459112. OLE color: 1459112.
HSL color Cylindrical-coordinate representation of color #A84316: hue angle of 18.49º 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 #A84316 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 67 | 22 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.34 |
| HSL | 18.49º | 0.77% | 0.37% | - |
| HSV(B) | 18.49º | 0.87% | 0.66% | - |
| XYZ | 18.3 | 12.4 | 2.19 | - |
| YUV | 92.07 | 88.46 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 67 | 22 | 0 | 0.60 | 0.87 | 0.34 | 18.49 | 0.77 | 0.37 |
| Hex | A8 | 43 | 16 | 0 | 3C | 57 | 22 | 12 | 4D | 25 |
| Octal | 250 | 103 | 26 | 0 | 74 | 127 | 42 | 22 | 115 | 45 |
| Binary | 10101000 | 1000011 | 10110 | 0 | 111100 | 1010111 | 100010 | 10010 | 1001101 | 100101 |
Color Harmonies of #A84316
Complementary color
Monochromatic Colors of #A84316
Black with #A84316
Text Example
Text Example
White with #A84316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84316; }
p { color: rgb(168,67,22); }
H1.HeaderClassName
{
color: #A84316;
}
.AnyTagClassName
{
color: #A84316;
}
</style>
background-color css
<style>
a { background-color: #A84316; }
a { background-color: rgb(168,67,22); }
div.DivClassName
{
background-color: #A84316;
}
.BgClassName
{
background-color: #A84316;
}
</style>
border-color css
<style>
span { border-color: #A84316; }
span { border-color: rgb(168,67,22); }
td.TdClassName
{
border-color: #A84316;
}
.TagClassName
{
border-color: #A84316;
}
</style>