Shades of Rust #AD5208
Tints of Rust #AD5208
RGB
CMYK
RGB Variations
Color information
#AD5208 (or 0xAD5208) is known color: Rust. HEX triplet: AD, 52 and 08. RGB value is (173,82,8). Sum of RGB (Red+Green+Blue) = 173+82+8=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5208 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5208 is #52ADF7. Grayscale: #656565. Windows color (decimal): -5418488 or 545453. OLE color: 545453.
HSL color Cylindrical-coordinate representation of color #AD5208: hue angle of 26.91º 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 #AD5208 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 82 | 8 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.32 |
| HSL | 26.91º | 0.91% | 0.35% | - |
| HSV(B) | 26.91º | 0.95% | 0.68% | - |
| XYZ | 20.29 | 14.94 | 2.04 | - |
| YUV | 100.77 | 75.65 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 8 | 0 | 0.53 | 0.95 | 0.32 | 26.91 | 0.91 | 0.35 |
| Hex | AD | 52 | 8 | 0 | 35 | 5F | 20 | 1B | 5B | 23 |
| Octal | 255 | 122 | 10 | 0 | 65 | 137 | 40 | 33 | 133 | 43 |
| Binary | 10101101 | 1010010 | 1000 | 0 | 110101 | 1011111 | 100000 | 11011 | 1011011 | 100011 |
Color Harmonies of #AD5208
Complementary color
Monochromatic Colors of #AD5208
Black with #AD5208
Text Example
Text Example
White with #AD5208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5208; }
p { color: rgb(173,82,8); }
H1.HeaderClassName
{
color: #AD5208;
}
.AnyTagClassName
{
color: #AD5208;
}
</style>
background-color css
<style>
a { background-color: #AD5208; }
a { background-color: rgb(173,82,8); }
div.DivClassName
{
background-color: #AD5208;
}
.BgClassName
{
background-color: #AD5208;
}
</style>
border-color css
<style>
span { border-color: #AD5208; }
span { border-color: rgb(173,82,8); }
td.TdClassName
{
border-color: #AD5208;
}
.TagClassName
{
border-color: #AD5208;
}
</style>