Shades of Rust #AD4C16
Tints of Rust #AD4C16
RGB
CMYK
RGB Variations
Color information
#AD4C16 (or 0xAD4C16) is known color: Rust. HEX triplet: AD, 4C and 16. RGB value is (173,76,22). Sum of RGB (Red+Green+Blue) = 173+76+22=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4C16 is #52B3E9. Grayscale: #636363. Windows color (decimal): -5420010 or 1461421. OLE color: 1461421.
HSL color Cylindrical-coordinate representation of color #AD4C16: hue angle of 21.46º 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 #AD4C16 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 76 | 22 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.32 |
| HSL | 21.46º | 0.77% | 0.38% | - |
| HSV(B) | 21.46º | 0.87% | 0.68% | - |
| XYZ | 19.96 | 14.11 | 2.43 | - |
| YUV | 98.85 | 84.64 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 76 | 22 | 0 | 0.56 | 0.87 | 0.32 | 21.46 | 0.77 | 0.38 |
| Hex | AD | 4C | 16 | 0 | 38 | 57 | 20 | 15 | 4D | 26 |
| Octal | 255 | 114 | 26 | 0 | 70 | 127 | 40 | 25 | 115 | 46 |
| Binary | 10101101 | 1001100 | 10110 | 0 | 111000 | 1010111 | 100000 | 10101 | 1001101 | 100110 |
Color Harmonies of #AD4C16
Complementary color
Monochromatic Colors of #AD4C16
Black with #AD4C16
Text Example
Text Example
White with #AD4C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4C16; }
p { color: rgb(173,76,22); }
H1.HeaderClassName
{
color: #AD4C16;
}
.AnyTagClassName
{
color: #AD4C16;
}
</style>
background-color css
<style>
a { background-color: #AD4C16; }
a { background-color: rgb(173,76,22); }
div.DivClassName
{
background-color: #AD4C16;
}
.BgClassName
{
background-color: #AD4C16;
}
</style>
border-color css
<style>
span { border-color: #AD4C16; }
span { border-color: rgb(173,76,22); }
td.TdClassName
{
border-color: #AD4C16;
}
.TagClassName
{
border-color: #AD4C16;
}
</style>