Shades of Rust #AC4117
Tints of Rust #AC4117
RGB
CMYK
RGB Variations
Color information
#AC4117 (or 0xAC4117) is known color: Rust. HEX triplet: AC, 41 and 17. RGB value is (172,65,23). Sum of RGB (Red+Green+Blue) = 172+65+23=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4117 is #53BEE8. Grayscale: #5C5C5C. Windows color (decimal): -5488361 or 1524140. OLE color: 1524140.
HSL color Cylindrical-coordinate representation of color #AC4117: hue angle of 16.91º 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 #AC4117 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 23 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.33 |
| HSL | 16.91º | 0.76% | 0.38% | - |
| HSV(B) | 16.91º | 0.87% | 0.67% | - |
| XYZ | 19.06 | 12.61 | 2.24 | - |
| YUV | 92.21 | 88.95 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 23 | 0 | 0.62 | 0.87 | 0.33 | 16.91 | 0.76 | 0.38 |
| Hex | AC | 41 | 17 | 0 | 3E | 57 | 21 | 11 | 4C | 26 |
| Octal | 254 | 101 | 27 | 0 | 76 | 127 | 41 | 21 | 114 | 46 |
| Binary | 10101100 | 1000001 | 10111 | 0 | 111110 | 1010111 | 100001 | 10001 | 1001100 | 100110 |
Color Harmonies of #AC4117
Complementary color
Monochromatic Colors of #AC4117
Black with #AC4117
Text Example
Text Example
White with #AC4117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4117; }
p { color: rgb(172,65,23); }
H1.HeaderClassName
{
color: #AC4117;
}
.AnyTagClassName
{
color: #AC4117;
}
</style>
background-color css
<style>
a { background-color: #AC4117; }
a { background-color: rgb(172,65,23); }
div.DivClassName
{
background-color: #AC4117;
}
.BgClassName
{
background-color: #AC4117;
}
</style>
border-color css
<style>
span { border-color: #AC4117; }
span { border-color: rgb(172,65,23); }
td.TdClassName
{
border-color: #AC4117;
}
.TagClassName
{
border-color: #AC4117;
}
</style>