Shades of Rust #AD4617
Tints of Rust #AD4617
RGB
CMYK
RGB Variations
Color information
#AD4617 (or 0xAD4617) is known color: Rust. HEX triplet: AD, 46 and 17. RGB value is (173,70,23). Sum of RGB (Red+Green+Blue) = 173+70+23=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4617 is #52B9E8. Grayscale: #5F5F5F. Windows color (decimal): -5421545 or 1525421. OLE color: 1525421.
HSL color Cylindrical-coordinate representation of color #AD4617: hue angle of 18.8º 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 #AD4617 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 70 | 23 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.32 |
| HSL | 18.8º | 0.77% | 0.38% | - |
| HSV(B) | 18.8º | 0.87% | 0.68% | - |
| XYZ | 19.58 | 13.33 | 2.35 | - |
| YUV | 95.44 | 87.12 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 23 | 0 | 0.60 | 0.87 | 0.32 | 18.8 | 0.77 | 0.38 |
| Hex | AD | 46 | 17 | 0 | 3C | 57 | 20 | 13 | 4D | 26 |
| Octal | 255 | 106 | 27 | 0 | 74 | 127 | 40 | 23 | 115 | 46 |
| Binary | 10101101 | 1000110 | 10111 | 0 | 111100 | 1010111 | 100000 | 10011 | 1001101 | 100110 |
Color Harmonies of #AD4617
Complementary color
Monochromatic Colors of #AD4617
Black with #AD4617
Text Example
Text Example
White with #AD4617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4617; }
p { color: rgb(173,70,23); }
H1.HeaderClassName
{
color: #AD4617;
}
.AnyTagClassName
{
color: #AD4617;
}
</style>
background-color css
<style>
a { background-color: #AD4617; }
a { background-color: rgb(173,70,23); }
div.DivClassName
{
background-color: #AD4617;
}
.BgClassName
{
background-color: #AD4617;
}
</style>
border-color css
<style>
span { border-color: #AD4617; }
span { border-color: rgb(173,70,23); }
td.TdClassName
{
border-color: #AD4617;
}
.TagClassName
{
border-color: #AD4617;
}
</style>