Shades of Rust #AD5205
Tints of Rust #AD5205
RGB
CMYK
RGB Variations
Color information
#AD5205 (or 0xAD5205) is known color: Rust. HEX triplet: AD, 52 and 05. RGB value is (173,82,5). Sum of RGB (Red+Green+Blue) = 173+82+5=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5205 is #52ADFA. Grayscale: #646464. Windows color (decimal): -5418491 or 348845. OLE color: 348845.
HSL color Cylindrical-coordinate representation of color #AD5205: hue angle of 27.5º 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 #AD5205 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 5 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.32 |
| HSL | 27.5º | 0.94% | 0.35% | - |
| HSV(B) | 27.5º | 0.97% | 0.68% | - |
| XYZ | 20.28 | 14.93 | 1.96 | - |
| YUV | 100.43 | 74.15 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 5 | 0 | 0.53 | 0.97 | 0.32 | 27.5 | 0.94 | 0.35 |
| Hex | AD | 52 | 5 | 0 | 35 | 61 | 20 | 1C | 5E | 23 |
| Octal | 255 | 122 | 5 | 0 | 65 | 141 | 40 | 34 | 136 | 43 |
| Binary | 10101101 | 1010010 | 101 | 0 | 110101 | 1100001 | 100000 | 11100 | 1011110 | 100011 |
Color Harmonies of #AD5205
Complementary color
Monochromatic Colors of #AD5205
Black with #AD5205
Text Example
Text Example
White with #AD5205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5205; }
p { color: rgb(173,82,5); }
H1.HeaderClassName
{
color: #AD5205;
}
.AnyTagClassName
{
color: #AD5205;
}
</style>
background-color css
<style>
a { background-color: #AD5205; }
a { background-color: rgb(173,82,5); }
div.DivClassName
{
background-color: #AD5205;
}
.BgClassName
{
background-color: #AD5205;
}
</style>
border-color css
<style>
span { border-color: #AD5205; }
span { border-color: rgb(173,82,5); }
td.TdClassName
{
border-color: #AD5205;
}
.TagClassName
{
border-color: #AD5205;
}
</style>