Shades of Rust #AD4316
Tints of Rust #AD4316
RGB
CMYK
RGB Variations
Color information
#AD4316 (or 0xAD4316) is known color: Rust. HEX triplet: AD, 43 and 16. RGB value is (173,67,22). Sum of RGB (Red+Green+Blue) = 173+67+22=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4316 is #52BCE9. Grayscale: #5D5D5D. Windows color (decimal): -5422314 or 1459117. OLE color: 1459117.
HSL color Cylindrical-coordinate representation of color #AD4316: hue angle of 17.88º 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 #AD4316 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 67 | 22 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.32 |
| HSL | 17.88º | 0.77% | 0.38% | - |
| HSV(B) | 17.88º | 0.87% | 0.68% | - |
| XYZ | 19.39 | 12.96 | 2.24 | - |
| YUV | 93.56 | 87.62 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 22 | 0 | 0.61 | 0.87 | 0.32 | 17.88 | 0.77 | 0.38 |
| Hex | AD | 43 | 16 | 0 | 3D | 57 | 20 | 12 | 4D | 26 |
| Octal | 255 | 103 | 26 | 0 | 75 | 127 | 40 | 22 | 115 | 46 |
| Binary | 10101101 | 1000011 | 10110 | 0 | 111101 | 1010111 | 100000 | 10010 | 1001101 | 100110 |
Color Harmonies of #AD4316
Complementary color
Monochromatic Colors of #AD4316
Black with #AD4316
Text Example
Text Example
White with #AD4316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4316; }
p { color: rgb(173,67,22); }
H1.HeaderClassName
{
color: #AD4316;
}
.AnyTagClassName
{
color: #AD4316;
}
</style>
background-color css
<style>
a { background-color: #AD4316; }
a { background-color: rgb(173,67,22); }
div.DivClassName
{
background-color: #AD4316;
}
.BgClassName
{
background-color: #AD4316;
}
</style>
border-color css
<style>
span { border-color: #AD4316; }
span { border-color: rgb(173,67,22); }
td.TdClassName
{
border-color: #AD4316;
}
.TagClassName
{
border-color: #AD4316;
}
</style>