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