Shades of Rust #AC4817
Tints of Rust #AC4817
RGB
CMYK
RGB Variations
Color information
#AC4817 (or 0xAC4817) is known color: Rust. HEX triplet: AC, 48 and 17. RGB value is (172,72,23). Sum of RGB (Red+Green+Blue) = 172+72+23=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4817 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4817 is #53B7E8. Grayscale: #606060. Windows color (decimal): -5486569 or 1525932. OLE color: 1525932.
HSL color Cylindrical-coordinate representation of color #AC4817: hue angle of 19.73º 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 #AC4817 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 23 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.33 |
| HSL | 19.73º | 0.76% | 0.38% | - |
| HSV(B) | 19.73º | 0.87% | 0.67% | - |
| XYZ | 19.49 | 13.47 | 2.38 | - |
| YUV | 96.31 | 86.63 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 23 | 0 | 0.58 | 0.87 | 0.33 | 19.73 | 0.76 | 0.38 |
| Hex | AC | 48 | 17 | 0 | 3A | 57 | 21 | 14 | 4C | 26 |
| Octal | 254 | 110 | 27 | 0 | 72 | 127 | 41 | 24 | 114 | 46 |
| Binary | 10101100 | 1001000 | 10111 | 0 | 111010 | 1010111 | 100001 | 10100 | 1001100 | 100110 |
Color Harmonies of #AC4817
Complementary color
Monochromatic Colors of #AC4817
Black with #AC4817
Text Example
Text Example
White with #AC4817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4817; }
p { color: rgb(172,72,23); }
H1.HeaderClassName
{
color: #AC4817;
}
.AnyTagClassName
{
color: #AC4817;
}
</style>
background-color css
<style>
a { background-color: #AC4817; }
a { background-color: rgb(172,72,23); }
div.DivClassName
{
background-color: #AC4817;
}
.BgClassName
{
background-color: #AC4817;
}
</style>
border-color css
<style>
span { border-color: #AC4817; }
span { border-color: rgb(172,72,23); }
td.TdClassName
{
border-color: #AC4817;
}
.TagClassName
{
border-color: #AC4817;
}
</style>