Shades of Rust #AD4700
Tints of Rust #AD4700
RGB
CMYK
RGB Variations
Color information
#AD4700 (or 0xAD4700) is known color: Rust. HEX triplet: AD, 47 and 00. RGB value is (173,71,0). Sum of RGB (Red+Green+Blue) = 173+71+0=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4700 is #52B8FF. Grayscale: #5D5D5D. Windows color (decimal): -5421312 or 18349. OLE color: 18349.
HSL color Cylindrical-coordinate representation of color #AD4700: hue angle of 24.62º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD4700 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 71 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.32 |
| HSL | 24.62º | 1% | 0.34% | - |
| HSV(B) | 24.62º | 1% | 0.68% | - |
| XYZ | 19.49 | 13.39 | 1.56 | - |
| YUV | 93.4 | 75.29 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 0 | 0 | 0.59 | 1 | 0.32 | 24.62 | 1 | 0.34 |
| Hex | AD | 47 | 0 | 0 | 3B | 64 | 20 | 19 | 64 | 22 |
| Octal | 255 | 107 | 0 | 0 | 73 | 144 | 40 | 31 | 144 | 42 |
| Binary | 10101101 | 1000111 | 0 | 0 | 111011 | 1100100 | 100000 | 11001 | 1100100 | 100010 |
Color Harmonies of #AD4700
Complementary color
Monochromatic Colors of #AD4700
Black with #AD4700
Text Example
Text Example
White with #AD4700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4700; }
p { color: rgb(173,71,0); }
H1.HeaderClassName
{
color: #AD4700;
}
.AnyTagClassName
{
color: #AD4700;
}
</style>
background-color css
<style>
a { background-color: #AD4700; }
a { background-color: rgb(173,71,0); }
div.DivClassName
{
background-color: #AD4700;
}
.BgClassName
{
background-color: #AD4700;
}
</style>
border-color css
<style>
span { border-color: #AD4700; }
span { border-color: rgb(173,71,0); }
td.TdClassName
{
border-color: #AD4700;
}
.TagClassName
{
border-color: #AD4700;
}
</style>