Shades of Rust #AC460F
Tints of Rust #AC460F
RGB
CMYK
RGB Variations
Color information
#AC460F (or 0xAC460F) is known color: Rust. HEX triplet: AC, 46 and 0F. RGB value is (172,70,15). Sum of RGB (Red+Green+Blue) = 172+70+15=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC460F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC460F is #53B9F0. Grayscale: #5E5E5E. Windows color (decimal): -5487089 or 1001132. OLE color: 1001132.
HSL color Cylindrical-coordinate representation of color #AC460F: hue angle of 21.02º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC460F is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 15 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.33 |
| HSL | 21.02º | 0.84% | 0.37% | - |
| HSV(B) | 21.02º | 0.91% | 0.67% | - |
| XYZ | 19.29 | 13.19 | 1.98 | - |
| YUV | 94.23 | 83.29 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 15 | 0 | 0.59 | 0.91 | 0.33 | 21.02 | 0.84 | 0.37 |
| Hex | AC | 46 | F | 0 | 3B | 5B | 21 | 15 | 54 | 25 |
| Octal | 254 | 106 | 17 | 0 | 73 | 133 | 41 | 25 | 124 | 45 |
| Binary | 10101100 | 1000110 | 1111 | 0 | 111011 | 1011011 | 100001 | 10101 | 1010100 | 100101 |
Color Harmonies of #AC460F
Complementary color
Monochromatic Colors of #AC460F
Black with #AC460F
Text Example
Text Example
White with #AC460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC460F; }
p { color: rgb(172,70,15); }
H1.HeaderClassName
{
color: #AC460F;
}
.AnyTagClassName
{
color: #AC460F;
}
</style>
background-color css
<style>
a { background-color: #AC460F; }
a { background-color: rgb(172,70,15); }
div.DivClassName
{
background-color: #AC460F;
}
.BgClassName
{
background-color: #AC460F;
}
</style>
border-color css
<style>
span { border-color: #AC460F; }
span { border-color: rgb(172,70,15); }
td.TdClassName
{
border-color: #AC460F;
}
.TagClassName
{
border-color: #AC460F;
}
</style>