Shades of Rust #AD4417
Tints of Rust #AD4417
RGB
CMYK
RGB Variations
Color information
#AD4417 (or 0xAD4417) is known color: Rust. HEX triplet: AD, 44 and 17. RGB value is (173,68,23). Sum of RGB (Red+Green+Blue) = 173+68+23=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4417 is #52BBE8. Grayscale: #5E5E5E. Windows color (decimal): -5422057 or 1524909. OLE color: 1524909.
HSL color Cylindrical-coordinate representation of color #AD4417: hue angle of 18º 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 #AD4417 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 23 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.32 |
| HSL | 18º | 0.77% | 0.38% | - |
| HSV(B) | 18º | 0.87% | 0.68% | - |
| XYZ | 19.46 | 13.08 | 2.31 | - |
| YUV | 94.27 | 87.79 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 23 | 0 | 0.61 | 0.87 | 0.32 | 18 | 0.77 | 0.38 |
| Hex | AD | 44 | 17 | 0 | 3D | 57 | 20 | 12 | 4D | 26 |
| Octal | 255 | 104 | 27 | 0 | 75 | 127 | 40 | 22 | 115 | 46 |
| Binary | 10101101 | 1000100 | 10111 | 0 | 111101 | 1010111 | 100000 | 10010 | 1001101 | 100110 |
Color Harmonies of #AD4417
Complementary color
Monochromatic Colors of #AD4417
Black with #AD4417
Text Example
Text Example
White with #AD4417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4417; }
p { color: rgb(173,68,23); }
H1.HeaderClassName
{
color: #AD4417;
}
.AnyTagClassName
{
color: #AD4417;
}
</style>
background-color css
<style>
a { background-color: #AD4417; }
a { background-color: rgb(173,68,23); }
div.DivClassName
{
background-color: #AD4417;
}
.BgClassName
{
background-color: #AD4417;
}
</style>
border-color css
<style>
span { border-color: #AD4417; }
span { border-color: rgb(173,68,23); }
td.TdClassName
{
border-color: #AD4417;
}
.TagClassName
{
border-color: #AD4417;
}
</style>