Shades of Rust #AD560E
Tints of Rust #AD560E
RGB
CMYK
RGB Variations
Color information
#AD560E (or 0xAD560E) is known color: Rust. HEX triplet: AD, 56 and 0E. RGB value is (173,86,14). Sum of RGB (Red+Green+Blue) = 173+86+14=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD560E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD560E is #52A9F1. Grayscale: #686868. Windows color (decimal): -5417458 or 939693. OLE color: 939693.
HSL color Cylindrical-coordinate representation of color #AD560E: hue angle of 27.17º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD560E is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 86 | 14 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.32 |
| HSL | 27.17º | 0.85% | 0.37% | - |
| HSV(B) | 27.17º | 0.92% | 0.68% | - |
| XYZ | 20.64 | 15.57 | 2.33 | - |
| YUV | 103.81 | 77.32 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 14 | 0 | 0.50 | 0.92 | 0.32 | 27.17 | 0.85 | 0.37 |
| Hex | AD | 56 | E | 0 | 32 | 5C | 20 | 1B | 55 | 25 |
| Octal | 255 | 126 | 16 | 0 | 62 | 134 | 40 | 33 | 125 | 45 |
| Binary | 10101101 | 1010110 | 1110 | 0 | 110010 | 1011100 | 100000 | 11011 | 1010101 | 100101 |
Color Harmonies of #AD560E
Complementary color
Monochromatic Colors of #AD560E
Black with #AD560E
Text Example
Text Example
White with #AD560E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD560E; }
p { color: rgb(173,86,14); }
H1.HeaderClassName
{
color: #AD560E;
}
.AnyTagClassName
{
color: #AD560E;
}
</style>
background-color css
<style>
a { background-color: #AD560E; }
a { background-color: rgb(173,86,14); }
div.DivClassName
{
background-color: #AD560E;
}
.BgClassName
{
background-color: #AD560E;
}
</style>
border-color css
<style>
span { border-color: #AD560E; }
span { border-color: rgb(173,86,14); }
td.TdClassName
{
border-color: #AD560E;
}
.TagClassName
{
border-color: #AD560E;
}
</style>