Shades of Rust #AD5500
Tints of Rust #AD5500
RGB
CMYK
RGB Variations
Color information
#AD5500 (or 0xAD5500) is known color: Rust. HEX triplet: AD, 55 and 00. RGB value is (173,85,0). Sum of RGB (Red+Green+Blue) = 173+85+0=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5500 is #52AAFF. Grayscale: #666666. Windows color (decimal): -5417728 or 21933. OLE color: 21933.
HSL color Cylindrical-coordinate representation of color #AD5500: hue angle of 29.48º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD5500 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.32 |
| HSL | 29.48º | 1% | 0.34% | - |
| HSV(B) | 29.48º | 1% | 0.68% | - |
| XYZ | 20.48 | 15.38 | 1.89 | - |
| YUV | 101.62 | 70.65 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 0 | 0 | 0.51 | 1 | 0.32 | 29.48 | 1 | 0.34 |
| Hex | AD | 55 | 0 | 0 | 33 | 64 | 20 | 1D | 64 | 22 |
| Octal | 255 | 125 | 0 | 0 | 63 | 144 | 40 | 35 | 144 | 42 |
| Binary | 10101101 | 1010101 | 0 | 0 | 110011 | 1100100 | 100000 | 11101 | 1100100 | 100010 |
Color Harmonies of #AD5500
Complementary color
Monochromatic Colors of #AD5500
Black with #AD5500
Text Example
Text Example
White with #AD5500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5500; }
p { color: rgb(173,85,0); }
H1.HeaderClassName
{
color: #AD5500;
}
.AnyTagClassName
{
color: #AD5500;
}
</style>
background-color css
<style>
a { background-color: #AD5500; }
a { background-color: rgb(173,85,0); }
div.DivClassName
{
background-color: #AD5500;
}
.BgClassName
{
background-color: #AD5500;
}
</style>
border-color css
<style>
span { border-color: #AD5500; }
span { border-color: rgb(173,85,0); }
td.TdClassName
{
border-color: #AD5500;
}
.TagClassName
{
border-color: #AD5500;
}
</style>