Shades of Rust #AD5005
Tints of Rust #AD5005
RGB
CMYK
RGB Variations
Color information
#AD5005 (or 0xAD5005) is known color: Rust. HEX triplet: AD, 50 and 05. RGB value is (173,80,5). Sum of RGB (Red+Green+Blue) = 173+80+5=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5005 is #52AFFA. Grayscale: #636363. Windows color (decimal): -5419003 or 348333. OLE color: 348333.
HSL color Cylindrical-coordinate representation of color #AD5005: hue angle of 26.79º 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 #AD5005 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 5 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.32 |
| HSL | 26.79º | 0.94% | 0.35% | - |
| HSV(B) | 26.79º | 0.97% | 0.68% | - |
| XYZ | 20.13 | 14.63 | 1.91 | - |
| YUV | 99.26 | 74.81 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 5 | 0 | 0.54 | 0.97 | 0.32 | 26.79 | 0.94 | 0.35 |
| Hex | AD | 50 | 5 | 0 | 36 | 61 | 20 | 1B | 5E | 23 |
| Octal | 255 | 120 | 5 | 0 | 66 | 141 | 40 | 33 | 136 | 43 |
| Binary | 10101101 | 1010000 | 101 | 0 | 110110 | 1100001 | 100000 | 11011 | 1011110 | 100011 |
Color Harmonies of #AD5005
Complementary color
Monochromatic Colors of #AD5005
Black with #AD5005
Text Example
Text Example
White with #AD5005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5005; }
p { color: rgb(173,80,5); }
H1.HeaderClassName
{
color: #AD5005;
}
.AnyTagClassName
{
color: #AD5005;
}
</style>
background-color css
<style>
a { background-color: #AD5005; }
a { background-color: rgb(173,80,5); }
div.DivClassName
{
background-color: #AD5005;
}
.BgClassName
{
background-color: #AD5005;
}
</style>
border-color css
<style>
span { border-color: #AD5005; }
span { border-color: rgb(173,80,5); }
td.TdClassName
{
border-color: #AD5005;
}
.TagClassName
{
border-color: #AD5005;
}
</style>