Shades of Rust #AC510E
Tints of Rust #AC510E
RGB
CMYK
RGB Variations
Color information
#AC510E (or 0xAC510E) is known color: Rust. HEX triplet: AC, 51 and 0E. RGB value is (172,81,14). Sum of RGB (Red+Green+Blue) = 172+81+14=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC510E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC510E is #53AEF1. Grayscale: #646464. Windows color (decimal): -5484274 or 938412. OLE color: 938412.
HSL color Cylindrical-coordinate representation of color #AC510E: hue angle of 25.44º 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 #AC510E is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 14 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.33 |
| HSL | 25.44º | 0.85% | 0.36% | - |
| HSV(B) | 25.44º | 0.92% | 0.67% | - |
| XYZ | 20.03 | 14.69 | 2.19 | - |
| YUV | 100.57 | 79.15 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 14 | 0 | 0.53 | 0.92 | 0.33 | 25.44 | 0.85 | 0.36 |
| Hex | AC | 51 | E | 0 | 35 | 5C | 21 | 19 | 55 | 24 |
| Octal | 254 | 121 | 16 | 0 | 65 | 134 | 41 | 31 | 125 | 44 |
| Binary | 10101100 | 1010001 | 1110 | 0 | 110101 | 1011100 | 100001 | 11001 | 1010101 | 100100 |
Color Harmonies of #AC510E
Complementary color
Monochromatic Colors of #AC510E
Black with #AC510E
Text Example
Text Example
White with #AC510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC510E; }
p { color: rgb(172,81,14); }
H1.HeaderClassName
{
color: #AC510E;
}
.AnyTagClassName
{
color: #AC510E;
}
</style>
background-color css
<style>
a { background-color: #AC510E; }
a { background-color: rgb(172,81,14); }
div.DivClassName
{
background-color: #AC510E;
}
.BgClassName
{
background-color: #AC510E;
}
</style>
border-color css
<style>
span { border-color: #AC510E; }
span { border-color: rgb(172,81,14); }
td.TdClassName
{
border-color: #AC510E;
}
.TagClassName
{
border-color: #AC510E;
}
</style>