Shades of Rust #AD4216
Tints of Rust #AD4216
RGB
CMYK
RGB Variations
Color information
#AD4216 (or 0xAD4216) is known color: Rust. HEX triplet: AD, 42 and 16. RGB value is (173,66,22). Sum of RGB (Red+Green+Blue) = 173+66+22=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4216 is #52BDE9. Grayscale: #5D5D5D. Windows color (decimal): -5422570 or 1458861. OLE color: 1458861.
HSL color Cylindrical-coordinate representation of color #AD4216: hue angle of 17.48º 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 #AD4216 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 66 | 22 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.32 |
| HSL | 17.48º | 0.77% | 0.38% | - |
| HSV(B) | 17.48º | 0.87% | 0.68% | - |
| XYZ | 19.33 | 12.84 | 2.22 | - |
| YUV | 92.98 | 87.95 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 66 | 22 | 0 | 0.62 | 0.87 | 0.32 | 17.48 | 0.77 | 0.38 |
| Hex | AD | 42 | 16 | 0 | 3E | 57 | 20 | 11 | 4D | 26 |
| Octal | 255 | 102 | 26 | 0 | 76 | 127 | 40 | 21 | 115 | 46 |
| Binary | 10101101 | 1000010 | 10110 | 0 | 111110 | 1010111 | 100000 | 10001 | 1001101 | 100110 |
Color Harmonies of #AD4216
Complementary color
Monochromatic Colors of #AD4216
Black with #AD4216
Text Example
Text Example
White with #AD4216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4216; }
p { color: rgb(173,66,22); }
H1.HeaderClassName
{
color: #AD4216;
}
.AnyTagClassName
{
color: #AD4216;
}
</style>
background-color css
<style>
a { background-color: #AD4216; }
a { background-color: rgb(173,66,22); }
div.DivClassName
{
background-color: #AD4216;
}
.BgClassName
{
background-color: #AD4216;
}
</style>
border-color css
<style>
span { border-color: #AD4216; }
span { border-color: rgb(173,66,22); }
td.TdClassName
{
border-color: #AD4216;
}
.TagClassName
{
border-color: #AD4216;
}
</style>