Shades of Rust #AC4116
Tints of Rust #AC4116
RGB
CMYK
RGB Variations
Color information
#AC4116 (or 0xAC4116) is known color: Rust. HEX triplet: AC, 41 and 16. RGB value is (172,65,22). Sum of RGB (Red+Green+Blue) = 172+65+22=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4116 is #53BEE9. Grayscale: #5C5C5C. Windows color (decimal): -5488362 or 1458604. OLE color: 1458604.
HSL color Cylindrical-coordinate representation of color #AC4116: hue angle of 17.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC4116 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 22 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.33 |
| HSL | 17.2º | 0.77% | 0.38% | - |
| HSV(B) | 17.2º | 0.87% | 0.67% | - |
| XYZ | 19.05 | 12.61 | 2.19 | - |
| YUV | 92.09 | 88.45 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 22 | 0 | 0.62 | 0.87 | 0.33 | 17.2 | 0.77 | 0.38 |
| Hex | AC | 41 | 16 | 0 | 3E | 57 | 21 | 11 | 4D | 26 |
| Octal | 254 | 101 | 26 | 0 | 76 | 127 | 41 | 21 | 115 | 46 |
| Binary | 10101100 | 1000001 | 10110 | 0 | 111110 | 1010111 | 100001 | 10001 | 1001101 | 100110 |
Color Harmonies of #AC4116
Complementary color
Monochromatic Colors of #AC4116
Black with #AC4116
Text Example
Text Example
White with #AC4116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4116; }
p { color: rgb(172,65,22); }
H1.HeaderClassName
{
color: #AC4116;
}
.AnyTagClassName
{
color: #AC4116;
}
</style>
background-color css
<style>
a { background-color: #AC4116; }
a { background-color: rgb(172,65,22); }
div.DivClassName
{
background-color: #AC4116;
}
.BgClassName
{
background-color: #AC4116;
}
</style>
border-color css
<style>
span { border-color: #AC4116; }
span { border-color: rgb(172,65,22); }
td.TdClassName
{
border-color: #AC4116;
}
.TagClassName
{
border-color: #AC4116;
}
</style>