Shades of Rust #AD550A
Tints of Rust #AD550A
RGB
CMYK
RGB Variations
Color information
#AD550A (or 0xAD550A) is known color: Rust. HEX triplet: AD, 55 and 0A. RGB value is (173,85,10). Sum of RGB (Red+Green+Blue) = 173+85+10=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD550A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD550A is #52AAF5. Grayscale: #676767. Windows color (decimal): -5417718 or 677293. OLE color: 677293.
HSL color Cylindrical-coordinate representation of color #AD550A: hue angle of 27.61º 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 #AD550A is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 10 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.32 |
| HSL | 27.61º | 0.89% | 0.36% | - |
| HSV(B) | 27.61º | 0.94% | 0.68% | - |
| XYZ | 20.54 | 15.4 | 2.18 | - |
| YUV | 102.76 | 75.65 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 10 | 0 | 0.51 | 0.94 | 0.32 | 27.61 | 0.89 | 0.36 |
| Hex | AD | 55 | A | 0 | 33 | 5E | 20 | 1C | 59 | 24 |
| Octal | 255 | 125 | 12 | 0 | 63 | 136 | 40 | 34 | 131 | 44 |
| Binary | 10101101 | 1010101 | 1010 | 0 | 110011 | 1011110 | 100000 | 11100 | 1011001 | 100100 |
Color Harmonies of #AD550A
Complementary color
Monochromatic Colors of #AD550A
Black with #AD550A
Text Example
Text Example
White with #AD550A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD550A; }
p { color: rgb(173,85,10); }
H1.HeaderClassName
{
color: #AD550A;
}
.AnyTagClassName
{
color: #AD550A;
}
</style>
background-color css
<style>
a { background-color: #AD550A; }
a { background-color: rgb(173,85,10); }
div.DivClassName
{
background-color: #AD550A;
}
.BgClassName
{
background-color: #AD550A;
}
</style>
border-color css
<style>
span { border-color: #AD550A; }
span { border-color: rgb(173,85,10); }
td.TdClassName
{
border-color: #AD550A;
}
.TagClassName
{
border-color: #AD550A;
}
</style>