Shades of Rust #AD4F07
Tints of Rust #AD4F07
RGB
CMYK
RGB Variations
Color information
#AD4F07 (or 0xAD4F07) is known color: Rust. HEX triplet: AD, 4F and 07. RGB value is (173,79,7). Sum of RGB (Red+Green+Blue) = 173+79+7=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD4F07 is #52B0F8. Grayscale: #636363. Windows color (decimal): -5419257 or 479149. OLE color: 479149.
HSL color Cylindrical-coordinate representation of color #AD4F07: hue angle of 26.02º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD4F07 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 79 | 7 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.32 |
| HSL | 26.02º | 0.92% | 0.35% | - |
| HSV(B) | 26.02º | 0.96% | 0.68% | - |
| XYZ | 20.07 | 14.49 | 1.94 | - |
| YUV | 98.9 | 76.14 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 79 | 7 | 0 | 0.54 | 0.96 | 0.32 | 26.02 | 0.92 | 0.35 |
| Hex | AD | 4F | 7 | 0 | 36 | 60 | 20 | 1A | 5C | 23 |
| Octal | 255 | 117 | 7 | 0 | 66 | 140 | 40 | 32 | 134 | 43 |
| Binary | 10101101 | 1001111 | 111 | 0 | 110110 | 1100000 | 100000 | 11010 | 1011100 | 100011 |
Color Harmonies of #AD4F07
Complementary color
Monochromatic Colors of #AD4F07
Black with #AD4F07
Text Example
Text Example
White with #AD4F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4F07; }
p { color: rgb(173,79,7); }
H1.HeaderClassName
{
color: #AD4F07;
}
.AnyTagClassName
{
color: #AD4F07;
}
</style>
background-color css
<style>
a { background-color: #AD4F07; }
a { background-color: rgb(173,79,7); }
div.DivClassName
{
background-color: #AD4F07;
}
.BgClassName
{
background-color: #AD4F07;
}
</style>
border-color css
<style>
span { border-color: #AD4F07; }
span { border-color: rgb(173,79,7); }
td.TdClassName
{
border-color: #AD4F07;
}
.TagClassName
{
border-color: #AD4F07;
}
</style>