Shades of Rust #AD4A17
Tints of Rust #AD4A17
RGB
CMYK
RGB Variations
Color information
#AD4A17 (or 0xAD4A17) is known color: Rust. HEX triplet: AD, 4A and 17. RGB value is (173,74,23). Sum of RGB (Red+Green+Blue) = 173+74+23=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4A17 is #52B5E8. Grayscale: #626262. Windows color (decimal): -5420521 or 1526445. OLE color: 1526445.
HSL color Cylindrical-coordinate representation of color #AD4A17: hue angle of 20.4º 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 #AD4A17 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 74 | 23 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.32 |
| HSL | 20.4º | 0.77% | 0.38% | - |
| HSV(B) | 20.4º | 0.87% | 0.68% | - |
| XYZ | 19.84 | 13.84 | 2.44 | - |
| YUV | 97.79 | 85.8 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 23 | 0 | 0.57 | 0.87 | 0.32 | 20.4 | 0.77 | 0.38 |
| Hex | AD | 4A | 17 | 0 | 39 | 57 | 20 | 14 | 4D | 26 |
| Octal | 255 | 112 | 27 | 0 | 71 | 127 | 40 | 24 | 115 | 46 |
| Binary | 10101101 | 1001010 | 10111 | 0 | 111001 | 1010111 | 100000 | 10100 | 1001101 | 100110 |
Color Harmonies of #AD4A17
Complementary color
Monochromatic Colors of #AD4A17
Black with #AD4A17
Text Example
Text Example
White with #AD4A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4A17; }
p { color: rgb(173,74,23); }
H1.HeaderClassName
{
color: #AD4A17;
}
.AnyTagClassName
{
color: #AD4A17;
}
</style>
background-color css
<style>
a { background-color: #AD4A17; }
a { background-color: rgb(173,74,23); }
div.DivClassName
{
background-color: #AD4A17;
}
.BgClassName
{
background-color: #AD4A17;
}
</style>
border-color css
<style>
span { border-color: #AD4A17; }
span { border-color: rgb(173,74,23); }
td.TdClassName
{
border-color: #AD4A17;
}
.TagClassName
{
border-color: #AD4A17;
}
</style>