Shades of Rust #AD500A
Tints of Rust #AD500A
RGB
CMYK
RGB Variations
Color information
#AD500A (or 0xAD500A) is known color: Rust. HEX triplet: AD, 50 and 0A. RGB value is (173,80,10). Sum of RGB (Red+Green+Blue) = 173+80+10=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD500A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD500A is #52AFF5. Grayscale: #646464. Windows color (decimal): -5418998 or 676013. OLE color: 676013.
HSL color Cylindrical-coordinate representation of color #AD500A: hue angle of 25.77º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD500A is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 80 | 10 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.32 |
| HSL | 25.77º | 0.89% | 0.36% | - |
| HSV(B) | 25.77º | 0.94% | 0.68% | - |
| XYZ | 20.16 | 14.64 | 2.05 | - |
| YUV | 99.83 | 77.31 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 10 | 0 | 0.54 | 0.94 | 0.32 | 25.77 | 0.89 | 0.36 |
| Hex | AD | 50 | A | 0 | 36 | 5E | 20 | 1A | 59 | 24 |
| Octal | 255 | 120 | 12 | 0 | 66 | 136 | 40 | 32 | 131 | 44 |
| Binary | 10101101 | 1010000 | 1010 | 0 | 110110 | 1011110 | 100000 | 11010 | 1011001 | 100100 |
Color Harmonies of #AD500A
Complementary color
Monochromatic Colors of #AD500A
Black with #AD500A
Text Example
Text Example
White with #AD500A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD500A; }
p { color: rgb(173,80,10); }
H1.HeaderClassName
{
color: #AD500A;
}
.AnyTagClassName
{
color: #AD500A;
}
</style>
background-color css
<style>
a { background-color: #AD500A; }
a { background-color: rgb(173,80,10); }
div.DivClassName
{
background-color: #AD500A;
}
.BgClassName
{
background-color: #AD500A;
}
</style>
border-color css
<style>
span { border-color: #AD500A; }
span { border-color: rgb(173,80,10); }
td.TdClassName
{
border-color: #AD500A;
}
.TagClassName
{
border-color: #AD500A;
}
</style>