Shades of Rust #AD5605
Tints of Rust #AD5605
RGB
CMYK
RGB Variations
Color information
#AD5605 (or 0xAD5605) is known color: Rust. HEX triplet: AD, 56 and 05. RGB value is (173,86,5). Sum of RGB (Red+Green+Blue) = 173+86+5=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5605 is #52A9FA. Grayscale: #676767. Windows color (decimal): -5417467 or 349869. OLE color: 349869.
HSL color Cylindrical-coordinate representation of color #AD5605: hue angle of 28.93º 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 #AD5605 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 5 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.32 |
| HSL | 28.93º | 0.94% | 0.35% | - |
| HSV(B) | 28.93º | 0.97% | 0.68% | - |
| XYZ | 20.59 | 15.55 | 2.06 | - |
| YUV | 102.78 | 72.82 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 5 | 0 | 0.50 | 0.97 | 0.32 | 28.93 | 0.94 | 0.35 |
| Hex | AD | 56 | 5 | 0 | 32 | 61 | 20 | 1D | 5E | 23 |
| Octal | 255 | 126 | 5 | 0 | 62 | 141 | 40 | 35 | 136 | 43 |
| Binary | 10101101 | 1010110 | 101 | 0 | 110010 | 1100001 | 100000 | 11101 | 1011110 | 100011 |
Color Harmonies of #AD5605
Complementary color
Monochromatic Colors of #AD5605
Black with #AD5605
Text Example
Text Example
White with #AD5605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5605; }
p { color: rgb(173,86,5); }
H1.HeaderClassName
{
color: #AD5605;
}
.AnyTagClassName
{
color: #AD5605;
}
</style>
background-color css
<style>
a { background-color: #AD5605; }
a { background-color: rgb(173,86,5); }
div.DivClassName
{
background-color: #AD5605;
}
.BgClassName
{
background-color: #AD5605;
}
</style>
border-color css
<style>
span { border-color: #AD5605; }
span { border-color: rgb(173,86,5); }
td.TdClassName
{
border-color: #AD5605;
}
.TagClassName
{
border-color: #AD5605;
}
</style>