Shades of Rust #AD4E17
Tints of Rust #AD4E17
RGB
CMYK
RGB Variations
Color information
#AD4E17 (or 0xAD4E17) is known color: Rust. HEX triplet: AD, 4E and 17. RGB value is (173,78,23). Sum of RGB (Red+Green+Blue) = 173+78+23=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 23 (9.38% from 255 or 8.39% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD4E17 is #52B1E8. Grayscale: #646464. Windows color (decimal): -5419497 or 1527469. OLE color: 1527469.
HSL color Cylindrical-coordinate representation of color #AD4E17: hue angle of 22º 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 #AD4E17 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 78 | 23 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.32 |
| HSL | 22º | 0.77% | 0.38% | - |
| HSV(B) | 22º | 0.87% | 0.68% | - |
| XYZ | 20.11 | 14.39 | 2.53 | - |
| YUV | 100.14 | 84.47 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 23 | 0 | 0.55 | 0.87 | 0.32 | 22 | 0.77 | 0.38 |
| Hex | AD | 4E | 17 | 0 | 37 | 57 | 20 | 16 | 4D | 26 |
| Octal | 255 | 116 | 27 | 0 | 67 | 127 | 40 | 26 | 115 | 46 |
| Binary | 10101101 | 1001110 | 10111 | 0 | 110111 | 1010111 | 100000 | 10110 | 1001101 | 100110 |
Color Harmonies of #AD4E17
Complementary color
Monochromatic Colors of #AD4E17
Black with #AD4E17
Text Example
Text Example
White with #AD4E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4E17; }
p { color: rgb(173,78,23); }
H1.HeaderClassName
{
color: #AD4E17;
}
.AnyTagClassName
{
color: #AD4E17;
}
</style>
background-color css
<style>
a { background-color: #AD4E17; }
a { background-color: rgb(173,78,23); }
div.DivClassName
{
background-color: #AD4E17;
}
.BgClassName
{
background-color: #AD4E17;
}
</style>
border-color css
<style>
span { border-color: #AD4E17; }
span { border-color: rgb(173,78,23); }
td.TdClassName
{
border-color: #AD4E17;
}
.TagClassName
{
border-color: #AD4E17;
}
</style>