Shades of Rust #AD5508
Tints of Rust #AD5508
RGB
CMYK
RGB Variations
Color information
#AD5508 (or 0xAD5508) is known color: Rust. HEX triplet: AD, 55 and 08. RGB value is (173,85,8). Sum of RGB (Red+Green+Blue) = 173+85+8=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5508 is #52AAF7. Grayscale: #666666. Windows color (decimal): -5417720 or 546221. OLE color: 546221.
HSL color Cylindrical-coordinate representation of color #AD5508: hue angle of 28º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD5508 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 85 | 8 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.32 |
| HSL | 28º | 0.91% | 0.35% | - |
| HSV(B) | 28º | 0.95% | 0.68% | - |
| XYZ | 20.53 | 15.4 | 2.12 | - |
| YUV | 102.53 | 74.65 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 8 | 0 | 0.51 | 0.95 | 0.32 | 28 | 0.91 | 0.35 |
| Hex | AD | 55 | 8 | 0 | 33 | 5F | 20 | 1C | 5B | 23 |
| Octal | 255 | 125 | 10 | 0 | 63 | 137 | 40 | 34 | 133 | 43 |
| Binary | 10101101 | 1010101 | 1000 | 0 | 110011 | 1011111 | 100000 | 11100 | 1011011 | 100011 |
Color Harmonies of #AD5508
Complementary color
Monochromatic Colors of #AD5508
Black with #AD5508
Text Example
Text Example
White with #AD5508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5508; }
p { color: rgb(173,85,8); }
H1.HeaderClassName
{
color: #AD5508;
}
.AnyTagClassName
{
color: #AD5508;
}
</style>
background-color css
<style>
a { background-color: #AD5508; }
a { background-color: rgb(173,85,8); }
div.DivClassName
{
background-color: #AD5508;
}
.BgClassName
{
background-color: #AD5508;
}
</style>
border-color css
<style>
span { border-color: #AD5508; }
span { border-color: rgb(173,85,8); }
td.TdClassName
{
border-color: #AD5508;
}
.TagClassName
{
border-color: #AD5508;
}
</style>