Shades of Rust #AC4217
Tints of Rust #AC4217
RGB
CMYK
RGB Variations
Color information
#AC4217 (or 0xAC4217) is known color: Rust. HEX triplet: AC, 42 and 17. RGB value is (172,66,23). Sum of RGB (Red+Green+Blue) = 172+66+23=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4217 is #53BDE8. Grayscale: #5D5D5D. Windows color (decimal): -5488105 or 1524396. OLE color: 1524396.
HSL color Cylindrical-coordinate representation of color #AC4217: hue angle of 17.32º 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 #AC4217 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 23 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.33 |
| HSL | 17.32º | 0.76% | 0.38% | - |
| HSV(B) | 17.32º | 0.87% | 0.67% | - |
| XYZ | 19.12 | 12.73 | 2.26 | - |
| YUV | 92.79 | 88.62 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 23 | 0 | 0.62 | 0.87 | 0.33 | 17.32 | 0.76 | 0.38 |
| Hex | AC | 42 | 17 | 0 | 3E | 57 | 21 | 11 | 4C | 26 |
| Octal | 254 | 102 | 27 | 0 | 76 | 127 | 41 | 21 | 114 | 46 |
| Binary | 10101100 | 1000010 | 10111 | 0 | 111110 | 1010111 | 100001 | 10001 | 1001100 | 100110 |
Color Harmonies of #AC4217
Complementary color
Monochromatic Colors of #AC4217
Black with #AC4217
Text Example
Text Example
White with #AC4217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4217; }
p { color: rgb(172,66,23); }
H1.HeaderClassName
{
color: #AC4217;
}
.AnyTagClassName
{
color: #AC4217;
}
</style>
background-color css
<style>
a { background-color: #AC4217; }
a { background-color: rgb(172,66,23); }
div.DivClassName
{
background-color: #AC4217;
}
.BgClassName
{
background-color: #AC4217;
}
</style>
border-color css
<style>
span { border-color: #AC4217; }
span { border-color: rgb(172,66,23); }
td.TdClassName
{
border-color: #AC4217;
}
.TagClassName
{
border-color: #AC4217;
}
</style>