Shades of Rust #AC4811
Tints of Rust #AC4811
RGB
CMYK
RGB Variations
Color information
#AC4811 (or 0xAC4811) is known color: Rust. HEX triplet: AC, 48 and 11. RGB value is (172,72,17). Sum of RGB (Red+Green+Blue) = 172+72+17=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4811 is #53B7EE. Grayscale: #5F5F5F. Windows color (decimal): -5486575 or 1132716. OLE color: 1132716.
HSL color Cylindrical-coordinate representation of color #AC4811: hue angle of 21.29º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC4811 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 17 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.33 |
| HSL | 21.29º | 0.82% | 0.37% | - |
| HSV(B) | 21.29º | 0.9% | 0.67% | - |
| XYZ | 19.43 | 13.45 | 2.1 | - |
| YUV | 95.63 | 83.63 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 17 | 0 | 0.58 | 0.90 | 0.33 | 21.29 | 0.82 | 0.37 |
| Hex | AC | 48 | 11 | 0 | 3A | 5A | 21 | 15 | 52 | 25 |
| Octal | 254 | 110 | 21 | 0 | 72 | 132 | 41 | 25 | 122 | 45 |
| Binary | 10101100 | 1001000 | 10001 | 0 | 111010 | 1011010 | 100001 | 10101 | 1010010 | 100101 |
Color Harmonies of #AC4811
Complementary color
Monochromatic Colors of #AC4811
Black with #AC4811
Text Example
Text Example
White with #AC4811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4811; }
p { color: rgb(172,72,17); }
H1.HeaderClassName
{
color: #AC4811;
}
.AnyTagClassName
{
color: #AC4811;
}
</style>
background-color css
<style>
a { background-color: #AC4811; }
a { background-color: rgb(172,72,17); }
div.DivClassName
{
background-color: #AC4811;
}
.BgClassName
{
background-color: #AC4811;
}
</style>
border-color css
<style>
span { border-color: #AC4811; }
span { border-color: rgb(172,72,17); }
td.TdClassName
{
border-color: #AC4811;
}
.TagClassName
{
border-color: #AC4811;
}
</style>