Shades of Rust #AD5509
Tints of Rust #AD5509
RGB
CMYK
RGB Variations
Color information
#AD5509 (or 0xAD5509) is known color: Rust. HEX triplet: AD, 55 and 09. RGB value is (173,85,9). Sum of RGB (Red+Green+Blue) = 173+85+9=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5509 is #52AAF6. Grayscale: #676767. Windows color (decimal): -5417719 or 611757. OLE color: 611757.
HSL color Cylindrical-coordinate representation of color #AD5509: hue angle of 27.8º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD5509 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 9 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.32 |
| HSL | 27.8º | 0.9% | 0.36% | - |
| HSV(B) | 27.8º | 0.95% | 0.68% | - |
| XYZ | 20.53 | 15.4 | 2.15 | - |
| YUV | 102.65 | 75.15 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 9 | 0 | 0.51 | 0.95 | 0.32 | 27.8 | 0.9 | 0.36 |
| Hex | AD | 55 | 9 | 0 | 33 | 5F | 20 | 1C | 5A | 24 |
| Octal | 255 | 125 | 11 | 0 | 63 | 137 | 40 | 34 | 132 | 44 |
| Binary | 10101101 | 1010101 | 1001 | 0 | 110011 | 1011111 | 100000 | 11100 | 1011010 | 100100 |
Color Harmonies of #AD5509
Complementary color
Monochromatic Colors of #AD5509
Black with #AD5509
Text Example
Text Example
White with #AD5509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5509; }
p { color: rgb(173,85,9); }
H1.HeaderClassName
{
color: #AD5509;
}
.AnyTagClassName
{
color: #AD5509;
}
</style>
background-color css
<style>
a { background-color: #AD5509; }
a { background-color: rgb(173,85,9); }
div.DivClassName
{
background-color: #AD5509;
}
.BgClassName
{
background-color: #AD5509;
}
</style>
border-color css
<style>
span { border-color: #AD5509; }
span { border-color: rgb(173,85,9); }
td.TdClassName
{
border-color: #AD5509;
}
.TagClassName
{
border-color: #AD5509;
}
</style>