Shades of Rust #A84516
Tints of Rust #A84516
RGB
CMYK
RGB Variations
Color information
#A84516 (or 0xA84516) is known color: Rust. HEX triplet: A8, 45 and 16. RGB value is (168,69,22). Sum of RGB (Red+Green+Blue) = 168+69+22=259 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.86% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 168 - color contains mainly: red. Hex color #A84516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84516 is #57BAE9. Grayscale: #5D5D5D. Windows color (decimal): -5749482 or 1459624. OLE color: 1459624.
HSL color Cylindrical-coordinate representation of color #A84516: hue angle of 19.32º 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 #A84516 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 22 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.34 |
| HSL | 19.32º | 0.77% | 0.37% | - |
| HSV(B) | 19.32º | 0.87% | 0.66% | - |
| XYZ | 18.42 | 12.64 | 2.23 | - |
| YUV | 93.24 | 87.8 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 22 | 0 | 0.59 | 0.87 | 0.34 | 19.32 | 0.77 | 0.37 |
| Hex | A8 | 45 | 16 | 0 | 3B | 57 | 22 | 13 | 4D | 25 |
| Octal | 250 | 105 | 26 | 0 | 73 | 127 | 42 | 23 | 115 | 45 |
| Binary | 10101000 | 1000101 | 10110 | 0 | 111011 | 1010111 | 100010 | 10011 | 1001101 | 100101 |
Color Harmonies of #A84516
Complementary color
Monochromatic Colors of #A84516
Black with #A84516
Text Example
Text Example
White with #A84516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84516; }
p { color: rgb(168,69,22); }
H1.HeaderClassName
{
color: #A84516;
}
.AnyTagClassName
{
color: #A84516;
}
</style>
background-color css
<style>
a { background-color: #A84516; }
a { background-color: rgb(168,69,22); }
div.DivClassName
{
background-color: #A84516;
}
.BgClassName
{
background-color: #A84516;
}
</style>
border-color css
<style>
span { border-color: #A84516; }
span { border-color: rgb(168,69,22); }
td.TdClassName
{
border-color: #A84516;
}
.TagClassName
{
border-color: #A84516;
}
</style>