Shades of Rust #AD4F0A
Tints of Rust #AD4F0A
RGB
CMYK
RGB Variations
Color information
#AD4F0A (or 0xAD4F0A) is known color: Rust. HEX triplet: AD, 4F and 0A. RGB value is (173,79,10). Sum of RGB (Red+Green+Blue) = 173+79+10=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD4F0A is #52B0F5. Grayscale: #636363. Windows color (decimal): -5419254 or 675757. OLE color: 675757.
HSL color Cylindrical-coordinate representation of color #AD4F0A: hue angle of 25.4º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD4F0A is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 79 | 10 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.32 |
| HSL | 25.4º | 0.89% | 0.36% | - |
| HSV(B) | 25.4º | 0.94% | 0.68% | - |
| XYZ | 20.08 | 14.5 | 2.03 | - |
| YUV | 99.24 | 77.64 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 79 | 10 | 0 | 0.54 | 0.94 | 0.32 | 25.4 | 0.89 | 0.36 |
| Hex | AD | 4F | A | 0 | 36 | 5E | 20 | 19 | 59 | 24 |
| Octal | 255 | 117 | 12 | 0 | 66 | 136 | 40 | 31 | 131 | 44 |
| Binary | 10101101 | 1001111 | 1010 | 0 | 110110 | 1011110 | 100000 | 11001 | 1011001 | 100100 |
Color Harmonies of #AD4F0A
Complementary color
Monochromatic Colors of #AD4F0A
Black with #AD4F0A
Text Example
Text Example
White with #AD4F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4F0A; }
p { color: rgb(173,79,10); }
H1.HeaderClassName
{
color: #AD4F0A;
}
.AnyTagClassName
{
color: #AD4F0A;
}
</style>
background-color css
<style>
a { background-color: #AD4F0A; }
a { background-color: rgb(173,79,10); }
div.DivClassName
{
background-color: #AD4F0A;
}
.BgClassName
{
background-color: #AD4F0A;
}
</style>
border-color css
<style>
span { border-color: #AD4F0A; }
span { border-color: rgb(173,79,10); }
td.TdClassName
{
border-color: #AD4F0A;
}
.TagClassName
{
border-color: #AD4F0A;
}
</style>