Shades of Rust #AC4617
Tints of Rust #AC4617
RGB
CMYK
RGB Variations
Color information
#AC4617 (or 0xAC4617) is known color: Rust. HEX triplet: AC, 46 and 17. RGB value is (172,70,23). Sum of RGB (Red+Green+Blue) = 172+70+23=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4617 is #53B9E8. Grayscale: #5F5F5F. Windows color (decimal): -5487081 or 1525420. OLE color: 1525420.
HSL color Cylindrical-coordinate representation of color #AC4617: hue angle of 18.93º degrees, saturation: 0.76, 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 #AC4617 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 23 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.33 |
| HSL | 18.93º | 0.76% | 0.38% | - |
| HSV(B) | 18.93º | 0.87% | 0.67% | - |
| XYZ | 19.36 | 13.21 | 2.34 | - |
| YUV | 95.14 | 87.29 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 23 | 0 | 0.59 | 0.87 | 0.33 | 18.93 | 0.76 | 0.38 |
| Hex | AC | 46 | 17 | 0 | 3B | 57 | 21 | 13 | 4C | 26 |
| Octal | 254 | 106 | 27 | 0 | 73 | 127 | 41 | 23 | 114 | 46 |
| Binary | 10101100 | 1000110 | 10111 | 0 | 111011 | 1010111 | 100001 | 10011 | 1001100 | 100110 |
Color Harmonies of #AC4617
Complementary color
Monochromatic Colors of #AC4617
Black with #AC4617
Text Example
Text Example
White with #AC4617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4617; }
p { color: rgb(172,70,23); }
H1.HeaderClassName
{
color: #AC4617;
}
.AnyTagClassName
{
color: #AC4617;
}
</style>
background-color css
<style>
a { background-color: #AC4617; }
a { background-color: rgb(172,70,23); }
div.DivClassName
{
background-color: #AC4617;
}
.BgClassName
{
background-color: #AC4617;
}
</style>
border-color css
<style>
span { border-color: #AC4617; }
span { border-color: rgb(172,70,23); }
td.TdClassName
{
border-color: #AC4617;
}
.TagClassName
{
border-color: #AC4617;
}
</style>