Shades of Rust #AD5603
Tints of Rust #AD5603
RGB
CMYK
RGB Variations
Color information
#AD5603 (or 0xAD5603) is known color: Rust. HEX triplet: AD, 56 and 03. RGB value is (173,86,3). Sum of RGB (Red+Green+Blue) = 173+86+3=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5603 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5603 is #52A9FC. Grayscale: #666666. Windows color (decimal): -5417469 or 218797. OLE color: 218797.
HSL color Cylindrical-coordinate representation of color #AD5603: hue angle of 29.29º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD5603 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 3 | - |
| CMYK | 0 | 0.50 | 0.98 | 0.32 |
| HSL | 29.29º | 0.97% | 0.35% | - |
| HSV(B) | 29.29º | 0.98% | 0.68% | - |
| XYZ | 20.58 | 15.55 | 2 | - |
| YUV | 102.55 | 71.82 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 3 | 0 | 0.50 | 0.98 | 0.32 | 29.29 | 0.97 | 0.35 |
| Hex | AD | 56 | 3 | 0 | 32 | 62 | 20 | 1D | 61 | 23 |
| Octal | 255 | 126 | 3 | 0 | 62 | 142 | 40 | 35 | 141 | 43 |
| Binary | 10101101 | 1010110 | 11 | 0 | 110010 | 1100010 | 100000 | 11101 | 1100001 | 100011 |
Color Harmonies of #AD5603
Complementary color
Monochromatic Colors of #AD5603
Black with #AD5603
Text Example
Text Example
White with #AD5603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5603; }
p { color: rgb(173,86,3); }
H1.HeaderClassName
{
color: #AD5603;
}
.AnyTagClassName
{
color: #AD5603;
}
</style>
background-color css
<style>
a { background-color: #AD5603; }
a { background-color: rgb(173,86,3); }
div.DivClassName
{
background-color: #AD5603;
}
.BgClassName
{
background-color: #AD5603;
}
</style>
border-color css
<style>
span { border-color: #AD5603; }
span { border-color: rgb(173,86,3); }
td.TdClassName
{
border-color: #AD5603;
}
.TagClassName
{
border-color: #AD5603;
}
</style>