Shades of Rust #AD4717
Tints of Rust #AD4717
RGB
CMYK
RGB Variations
Color information
#AD4717 (or 0xAD4717) is known color: Rust. HEX triplet: AD, 47 and 17. RGB value is (173,71,23). Sum of RGB (Red+Green+Blue) = 173+71+23=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4717 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4717 is #52B8E8. Grayscale: #606060. Windows color (decimal): -5421289 or 1525677. OLE color: 1525677.
HSL color Cylindrical-coordinate representation of color #AD4717: hue angle of 19.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 #AD4717 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 71 | 23 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.32 |
| HSL | 19.2º | 0.77% | 0.38% | - |
| HSV(B) | 19.2º | 0.87% | 0.68% | - |
| XYZ | 19.64 | 13.45 | 2.37 | - |
| YUV | 96.03 | 86.79 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 23 | 0 | 0.59 | 0.87 | 0.32 | 19.2 | 0.77 | 0.38 |
| Hex | AD | 47 | 17 | 0 | 3B | 57 | 20 | 13 | 4D | 26 |
| Octal | 255 | 107 | 27 | 0 | 73 | 127 | 40 | 23 | 115 | 46 |
| Binary | 10101101 | 1000111 | 10111 | 0 | 111011 | 1010111 | 100000 | 10011 | 1001101 | 100110 |
Color Harmonies of #AD4717
Complementary color
Monochromatic Colors of #AD4717
Black with #AD4717
Text Example
Text Example
White with #AD4717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4717; }
p { color: rgb(173,71,23); }
H1.HeaderClassName
{
color: #AD4717;
}
.AnyTagClassName
{
color: #AD4717;
}
</style>
background-color css
<style>
a { background-color: #AD4717; }
a { background-color: rgb(173,71,23); }
div.DivClassName
{
background-color: #AD4717;
}
.BgClassName
{
background-color: #AD4717;
}
</style>
border-color css
<style>
span { border-color: #AD4717; }
span { border-color: rgb(173,71,23); }
td.TdClassName
{
border-color: #AD4717;
}
.TagClassName
{
border-color: #AD4717;
}
</style>