Shades of Rust #AD5708
Tints of Rust #AD5708
RGB
CMYK
RGB Variations
Color information
#AD5708 (or 0xAD5708) is known color: Rust. HEX triplet: AD, 57 and 08. RGB value is (173,87,8). Sum of RGB (Red+Green+Blue) = 173+87+8=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5708 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5708 is #52A8F7. Grayscale: #686868. Windows color (decimal): -5417208 or 546733. OLE color: 546733.
HSL color Cylindrical-coordinate representation of color #AD5708: hue angle of 28.73º 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 #AD5708 is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 87 | 8 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.32 |
| HSL | 28.73º | 0.91% | 0.35% | - |
| HSV(B) | 28.73º | 0.95% | 0.68% | - |
| XYZ | 20.69 | 15.72 | 2.17 | - |
| YUV | 103.71 | 73.99 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 8 | 0 | 0.50 | 0.95 | 0.32 | 28.73 | 0.91 | 0.35 |
| Hex | AD | 57 | 8 | 0 | 32 | 5F | 20 | 1D | 5B | 23 |
| Octal | 255 | 127 | 10 | 0 | 62 | 137 | 40 | 35 | 133 | 43 |
| Binary | 10101101 | 1010111 | 1000 | 0 | 110010 | 1011111 | 100000 | 11101 | 1011011 | 100011 |
Color Harmonies of #AD5708
Complementary color
Monochromatic Colors of #AD5708
Black with #AD5708
Text Example
Text Example
White with #AD5708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5708; }
p { color: rgb(173,87,8); }
H1.HeaderClassName
{
color: #AD5708;
}
.AnyTagClassName
{
color: #AD5708;
}
</style>
background-color css
<style>
a { background-color: #AD5708; }
a { background-color: rgb(173,87,8); }
div.DivClassName
{
background-color: #AD5708;
}
.BgClassName
{
background-color: #AD5708;
}
</style>
border-color css
<style>
span { border-color: #AD5708; }
span { border-color: rgb(173,87,8); }
td.TdClassName
{
border-color: #AD5708;
}
.TagClassName
{
border-color: #AD5708;
}
</style>