Shades of Rust #AD5610
Tints of Rust #AD5610
RGB
CMYK
RGB Variations
Color information
#AD5610 (or 0xAD5610) is known color: Rust. HEX triplet: AD, 56 and 10. RGB value is (173,86,16). Sum of RGB (Red+Green+Blue) = 173+86+16=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5610 is #52A9EF. Grayscale: #686868. Windows color (decimal): -5417456 or 1070765. OLE color: 1070765.
HSL color Cylindrical-coordinate representation of color #AD5610: hue angle of 26.75º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD5610 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 16 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.32 |
| HSL | 26.75º | 0.83% | 0.37% | - |
| HSV(B) | 26.75º | 0.91% | 0.68% | - |
| XYZ | 20.65 | 15.58 | 2.41 | - |
| YUV | 104.03 | 78.32 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 16 | 0 | 0.50 | 0.91 | 0.32 | 26.75 | 0.83 | 0.37 |
| Hex | AD | 56 | 10 | 0 | 32 | 5B | 20 | 1B | 53 | 25 |
| Octal | 255 | 126 | 20 | 0 | 62 | 133 | 40 | 33 | 123 | 45 |
| Binary | 10101101 | 1010110 | 10000 | 0 | 110010 | 1011011 | 100000 | 11011 | 1010011 | 100101 |
Color Harmonies of #AD5610
Complementary color
Monochromatic Colors of #AD5610
Black with #AD5610
Text Example
Text Example
White with #AD5610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5610; }
p { color: rgb(173,86,16); }
H1.HeaderClassName
{
color: #AD5610;
}
.AnyTagClassName
{
color: #AD5610;
}
</style>
background-color css
<style>
a { background-color: #AD5610; }
a { background-color: rgb(173,86,16); }
div.DivClassName
{
background-color: #AD5610;
}
.BgClassName
{
background-color: #AD5610;
}
</style>
border-color css
<style>
span { border-color: #AD5610; }
span { border-color: rgb(173,86,16); }
td.TdClassName
{
border-color: #AD5610;
}
.TagClassName
{
border-color: #AD5610;
}
</style>