Shades of Rust #AD4705
Tints of Rust #AD4705
RGB
CMYK
RGB Variations
Color information
#AD4705 (or 0xAD4705) is known color: Rust. HEX triplet: AD, 47 and 05. RGB value is (173,71,5). Sum of RGB (Red+Green+Blue) = 173+71+5=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4705 is #52B8FA. Grayscale: #5E5E5E. Windows color (decimal): -5421307 or 346029. OLE color: 346029.
HSL color Cylindrical-coordinate representation of color #AD4705: hue angle of 23.57º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD4705 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 71 | 5 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.32 |
| HSL | 23.57º | 0.94% | 0.35% | - |
| HSV(B) | 23.57º | 0.97% | 0.68% | - |
| XYZ | 19.51 | 13.4 | 1.7 | - |
| YUV | 93.97 | 77.79 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 5 | 0 | 0.59 | 0.97 | 0.32 | 23.57 | 0.94 | 0.35 |
| Hex | AD | 47 | 5 | 0 | 3B | 61 | 20 | 18 | 5E | 23 |
| Octal | 255 | 107 | 5 | 0 | 73 | 141 | 40 | 30 | 136 | 43 |
| Binary | 10101101 | 1000111 | 101 | 0 | 111011 | 1100001 | 100000 | 11000 | 1011110 | 100011 |
Color Harmonies of #AD4705
Complementary color
Monochromatic Colors of #AD4705
Black with #AD4705
Text Example
Text Example
White with #AD4705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4705; }
p { color: rgb(173,71,5); }
H1.HeaderClassName
{
color: #AD4705;
}
.AnyTagClassName
{
color: #AD4705;
}
</style>
background-color css
<style>
a { background-color: #AD4705; }
a { background-color: rgb(173,71,5); }
div.DivClassName
{
background-color: #AD4705;
}
.BgClassName
{
background-color: #AD4705;
}
</style>
border-color css
<style>
span { border-color: #AD4705; }
span { border-color: rgb(173,71,5); }
td.TdClassName
{
border-color: #AD4705;
}
.TagClassName
{
border-color: #AD4705;
}
</style>