Shades of Rust #AC460E
Tints of Rust #AC460E
RGB
CMYK
RGB Variations
Color information
#AC460E (or 0xAC460E) is known color: Rust. HEX triplet: AC, 46 and 0E. RGB value is (172,70,14). Sum of RGB (Red+Green+Blue) = 172+70+14=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC460E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC460E is #53B9F1. Grayscale: #5E5E5E. Windows color (decimal): -5487090 or 935596. OLE color: 935596.
HSL color Cylindrical-coordinate representation of color #AC460E: hue angle of 21.27º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC460E is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 14 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.33 |
| HSL | 21.27º | 0.85% | 0.36% | - |
| HSV(B) | 21.27º | 0.92% | 0.67% | - |
| XYZ | 19.28 | 13.18 | 1.94 | - |
| YUV | 94.11 | 82.79 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 14 | 0 | 0.59 | 0.92 | 0.33 | 21.27 | 0.85 | 0.36 |
| Hex | AC | 46 | E | 0 | 3B | 5C | 21 | 15 | 55 | 24 |
| Octal | 254 | 106 | 16 | 0 | 73 | 134 | 41 | 25 | 125 | 44 |
| Binary | 10101100 | 1000110 | 1110 | 0 | 111011 | 1011100 | 100001 | 10101 | 1010101 | 100100 |
Color Harmonies of #AC460E
Complementary color
Monochromatic Colors of #AC460E
Black with #AC460E
Text Example
Text Example
White with #AC460E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC460E; }
p { color: rgb(172,70,14); }
H1.HeaderClassName
{
color: #AC460E;
}
.AnyTagClassName
{
color: #AC460E;
}
</style>
background-color css
<style>
a { background-color: #AC460E; }
a { background-color: rgb(172,70,14); }
div.DivClassName
{
background-color: #AC460E;
}
.BgClassName
{
background-color: #AC460E;
}
</style>
border-color css
<style>
span { border-color: #AC460E; }
span { border-color: rgb(172,70,14); }
td.TdClassName
{
border-color: #AC460E;
}
.TagClassName
{
border-color: #AC460E;
}
</style>