Shades of Rust #AD5006
Tints of Rust #AD5006
RGB
CMYK
RGB Variations
Color information
#AD5006 (or 0xAD5006) is known color: Rust. HEX triplet: AD, 50 and 06. RGB value is (173,80,6). Sum of RGB (Red+Green+Blue) = 173+80+6=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5006 is #52AFF9. Grayscale: #636363. Windows color (decimal): -5419002 or 413869. OLE color: 413869.
HSL color Cylindrical-coordinate representation of color #AD5006: hue angle of 26.59º 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 #AD5006 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 6 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.32 |
| HSL | 26.59º | 0.93% | 0.35% | - |
| HSV(B) | 26.59º | 0.97% | 0.68% | - |
| XYZ | 20.14 | 14.63 | 1.94 | - |
| YUV | 99.37 | 75.31 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 6 | 0 | 0.54 | 0.97 | 0.32 | 26.59 | 0.93 | 0.35 |
| Hex | AD | 50 | 6 | 0 | 36 | 61 | 20 | 1B | 5D | 23 |
| Octal | 255 | 120 | 6 | 0 | 66 | 141 | 40 | 33 | 135 | 43 |
| Binary | 10101101 | 1010000 | 110 | 0 | 110110 | 1100001 | 100000 | 11011 | 1011101 | 100011 |
Color Harmonies of #AD5006
Complementary color
Monochromatic Colors of #AD5006
Black with #AD5006
Text Example
Text Example
White with #AD5006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5006; }
p { color: rgb(173,80,6); }
H1.HeaderClassName
{
color: #AD5006;
}
.AnyTagClassName
{
color: #AD5006;
}
</style>
background-color css
<style>
a { background-color: #AD5006; }
a { background-color: rgb(173,80,6); }
div.DivClassName
{
background-color: #AD5006;
}
.BgClassName
{
background-color: #AD5006;
}
</style>
border-color css
<style>
span { border-color: #AD5006; }
span { border-color: rgb(173,80,6); }
td.TdClassName
{
border-color: #AD5006;
}
.TagClassName
{
border-color: #AD5006;
}
</style>