Shades of Rust #AC4C11
Tints of Rust #AC4C11
RGB
CMYK
RGB Variations
Color information
#AC4C11 (or 0xAC4C11) is known color: Rust. HEX triplet: AC, 4C and 11. RGB value is (172,76,17). Sum of RGB (Red+Green+Blue) = 172+76+17=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4C11 is #53B3EE. Grayscale: #626262. Windows color (decimal): -5485551 or 1133740. OLE color: 1133740.
HSL color Cylindrical-coordinate representation of color #AC4C11: hue angle of 22.84º 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 #AC4C11 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 76 | 17 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.33 |
| HSL | 22.84º | 0.82% | 0.37% | - |
| HSV(B) | 22.84º | 0.9% | 0.67% | - |
| XYZ | 19.7 | 13.98 | 2.19 | - |
| YUV | 97.98 | 82.3 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 17 | 0 | 0.56 | 0.90 | 0.33 | 22.84 | 0.82 | 0.37 |
| Hex | AC | 4C | 11 | 0 | 38 | 5A | 21 | 17 | 52 | 25 |
| Octal | 254 | 114 | 21 | 0 | 70 | 132 | 41 | 27 | 122 | 45 |
| Binary | 10101100 | 1001100 | 10001 | 0 | 111000 | 1011010 | 100001 | 10111 | 1010010 | 100101 |
Color Harmonies of #AC4C11
Complementary color
Monochromatic Colors of #AC4C11
Black with #AC4C11
Text Example
Text Example
White with #AC4C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4C11; }
p { color: rgb(172,76,17); }
H1.HeaderClassName
{
color: #AC4C11;
}
.AnyTagClassName
{
color: #AC4C11;
}
</style>
background-color css
<style>
a { background-color: #AC4C11; }
a { background-color: rgb(172,76,17); }
div.DivClassName
{
background-color: #AC4C11;
}
.BgClassName
{
background-color: #AC4C11;
}
</style>
border-color css
<style>
span { border-color: #AC4C11; }
span { border-color: rgb(172,76,17); }
td.TdClassName
{
border-color: #AC4C11;
}
.TagClassName
{
border-color: #AC4C11;
}
</style>