Shades of Rust #AD4616
Tints of Rust #AD4616
RGB
CMYK
RGB Variations
Color information
#AD4616 (or 0xAD4616) is known color: Rust. HEX triplet: AD, 46 and 16. RGB value is (173,70,22). Sum of RGB (Red+Green+Blue) = 173+70+22=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4616 is #52B9E9. Grayscale: #5F5F5F. Windows color (decimal): -5421546 or 1459885. OLE color: 1459885.
HSL color Cylindrical-coordinate representation of color #AD4616: hue angle of 19.07º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD4616 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 70 | 22 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.32 |
| HSL | 19.07º | 0.77% | 0.38% | - |
| HSV(B) | 19.07º | 0.87% | 0.68% | - |
| XYZ | 19.57 | 13.32 | 2.3 | - |
| YUV | 95.33 | 86.62 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 22 | 0 | 0.60 | 0.87 | 0.32 | 19.07 | 0.77 | 0.38 |
| Hex | AD | 46 | 16 | 0 | 3C | 57 | 20 | 13 | 4D | 26 |
| Octal | 255 | 106 | 26 | 0 | 74 | 127 | 40 | 23 | 115 | 46 |
| Binary | 10101101 | 1000110 | 10110 | 0 | 111100 | 1010111 | 100000 | 10011 | 1001101 | 100110 |
Color Harmonies of #AD4616
Complementary color
Monochromatic Colors of #AD4616
Black with #AD4616
Text Example
Text Example
White with #AD4616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4616; }
p { color: rgb(173,70,22); }
H1.HeaderClassName
{
color: #AD4616;
}
.AnyTagClassName
{
color: #AD4616;
}
</style>
background-color css
<style>
a { background-color: #AD4616; }
a { background-color: rgb(173,70,22); }
div.DivClassName
{
background-color: #AD4616;
}
.BgClassName
{
background-color: #AD4616;
}
</style>
border-color css
<style>
span { border-color: #AD4616; }
span { border-color: rgb(173,70,22); }
td.TdClassName
{
border-color: #AD4616;
}
.TagClassName
{
border-color: #AD4616;
}
</style>