Shades of Rust #AD4706
Tints of Rust #AD4706
RGB
CMYK
RGB Variations
Color information
#AD4706 (or 0xAD4706) is known color: Rust. HEX triplet: AD, 47 and 06. RGB value is (173,71,6). Sum of RGB (Red+Green+Blue) = 173+71+6=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4706 is #52B8F9. Grayscale: #5E5E5E. Windows color (decimal): -5421306 or 411565. OLE color: 411565.
HSL color Cylindrical-coordinate representation of color #AD4706: hue angle of 23.35º degrees, saturation: 0.93, 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 #AD4706 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 71 | 6 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.32 |
| HSL | 23.35º | 0.93% | 0.35% | - |
| HSV(B) | 23.35º | 0.97% | 0.68% | - |
| XYZ | 19.52 | 13.4 | 1.73 | - |
| YUV | 94.09 | 78.29 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 6 | 0 | 0.59 | 0.97 | 0.32 | 23.35 | 0.93 | 0.35 |
| Hex | AD | 47 | 6 | 0 | 3B | 61 | 20 | 17 | 5D | 23 |
| Octal | 255 | 107 | 6 | 0 | 73 | 141 | 40 | 27 | 135 | 43 |
| Binary | 10101101 | 1000111 | 110 | 0 | 111011 | 1100001 | 100000 | 10111 | 1011101 | 100011 |
Color Harmonies of #AD4706
Complementary color
Monochromatic Colors of #AD4706
Black with #AD4706
Text Example
Text Example
White with #AD4706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4706; }
p { color: rgb(173,71,6); }
H1.HeaderClassName
{
color: #AD4706;
}
.AnyTagClassName
{
color: #AD4706;
}
</style>
background-color css
<style>
a { background-color: #AD4706; }
a { background-color: rgb(173,71,6); }
div.DivClassName
{
background-color: #AD4706;
}
.BgClassName
{
background-color: #AD4706;
}
</style>
border-color css
<style>
span { border-color: #AD4706; }
span { border-color: rgb(173,71,6); }
td.TdClassName
{
border-color: #AD4706;
}
.TagClassName
{
border-color: #AD4706;
}
</style>