Shades of Rust #AD5706
Tints of Rust #AD5706
RGB
CMYK
RGB Variations
Color information
#AD5706 (or 0xAD5706) is known color: Rust. HEX triplet: AD, 57 and 06. RGB value is (173,87,6). Sum of RGB (Red+Green+Blue) = 173+87+6=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5706 is #52A8F9. Grayscale: #676767. Windows color (decimal): -5417210 or 415661. OLE color: 415661.
HSL color Cylindrical-coordinate representation of color #AD5706: hue angle of 29.1º 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 #AD5706 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 6 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.32 |
| HSL | 29.1º | 0.93% | 0.35% | - |
| HSV(B) | 29.1º | 0.97% | 0.68% | - |
| XYZ | 20.67 | 15.71 | 2.12 | - |
| YUV | 103.48 | 72.99 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 6 | 0 | 0.50 | 0.97 | 0.32 | 29.1 | 0.93 | 0.35 |
| Hex | AD | 57 | 6 | 0 | 32 | 61 | 20 | 1D | 5D | 23 |
| Octal | 255 | 127 | 6 | 0 | 62 | 141 | 40 | 35 | 135 | 43 |
| Binary | 10101101 | 1010111 | 110 | 0 | 110010 | 1100001 | 100000 | 11101 | 1011101 | 100011 |
Color Harmonies of #AD5706
Complementary color
Monochromatic Colors of #AD5706
Black with #AD5706
Text Example
Text Example
White with #AD5706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5706; }
p { color: rgb(173,87,6); }
H1.HeaderClassName
{
color: #AD5706;
}
.AnyTagClassName
{
color: #AD5706;
}
</style>
background-color css
<style>
a { background-color: #AD5706; }
a { background-color: rgb(173,87,6); }
div.DivClassName
{
background-color: #AD5706;
}
.BgClassName
{
background-color: #AD5706;
}
</style>
border-color css
<style>
span { border-color: #AD5706; }
span { border-color: rgb(173,87,6); }
td.TdClassName
{
border-color: #AD5706;
}
.TagClassName
{
border-color: #AD5706;
}
</style>