Shades of Rust #AC4C17
Tints of Rust #AC4C17
RGB
CMYK
RGB Variations
Color information
#AC4C17 (or 0xAC4C17) is known color: Rust. HEX triplet: AC, 4C and 17. RGB value is (172,76,23). Sum of RGB (Red+Green+Blue) = 172+76+23=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4C17 is #53B3E8. Grayscale: #626262. Windows color (decimal): -5485545 or 1526956. OLE color: 1526956.
HSL color Cylindrical-coordinate representation of color #AC4C17: hue angle of 21.34º 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 #AC4C17 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 76 | 23 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.33 |
| HSL | 21.34º | 0.76% | 0.38% | - |
| HSV(B) | 21.34º | 0.87% | 0.67% | - |
| XYZ | 19.75 | 14 | 2.47 | - |
| YUV | 98.66 | 85.3 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 23 | 0 | 0.56 | 0.87 | 0.33 | 21.34 | 0.76 | 0.38 |
| Hex | AC | 4C | 17 | 0 | 38 | 57 | 21 | 15 | 4C | 26 |
| Octal | 254 | 114 | 27 | 0 | 70 | 127 | 41 | 25 | 114 | 46 |
| Binary | 10101100 | 1001100 | 10111 | 0 | 111000 | 1010111 | 100001 | 10101 | 1001100 | 100110 |
Color Harmonies of #AC4C17
Complementary color
Monochromatic Colors of #AC4C17
Black with #AC4C17
Text Example
Text Example
White with #AC4C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4C17; }
p { color: rgb(172,76,23); }
H1.HeaderClassName
{
color: #AC4C17;
}
.AnyTagClassName
{
color: #AC4C17;
}
</style>
background-color css
<style>
a { background-color: #AC4C17; }
a { background-color: rgb(172,76,23); }
div.DivClassName
{
background-color: #AC4C17;
}
.BgClassName
{
background-color: #AC4C17;
}
</style>
border-color css
<style>
span { border-color: #AC4C17; }
span { border-color: rgb(172,76,23); }
td.TdClassName
{
border-color: #AC4C17;
}
.TagClassName
{
border-color: #AC4C17;
}
</style>