Shades of Rust #AC560C
Tints of Rust #AC560C
RGB
CMYK
RGB Variations
Color information
#AC560C (or 0xAC560C) is known color: Rust. HEX triplet: AC, 56 and 0C. RGB value is (172,86,12). Sum of RGB (Red+Green+Blue) = 172+86+12=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC560C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC560C is #53A9F3. Grayscale: #676767. Windows color (decimal): -5482996 or 808620. OLE color: 808620.
HSL color Cylindrical-coordinate representation of color #AC560C: hue angle of 27.75º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC560C is Cyan = 0, Magento = 0.5, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 12 | - |
| CMYK | 0 | 0.5 | 0.93 | 0.33 |
| HSL | 27.75º | 0.87% | 0.36% | - |
| HSV(B) | 27.75º | 0.93% | 0.67% | - |
| XYZ | 20.41 | 15.45 | 2.25 | - |
| YUV | 103.28 | 76.49 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 12 | 0 | 0.5 | 0.93 | 0.33 | 27.75 | 0.87 | 0.36 |
| Hex | AC | 56 | C | 0 | 32 | 5D | 21 | 1C | 57 | 24 |
| Octal | 254 | 126 | 14 | 0 | 62 | 135 | 41 | 34 | 127 | 44 |
| Binary | 10101100 | 1010110 | 1100 | 0 | 110010 | 1011101 | 100001 | 11100 | 1010111 | 100100 |
Color Harmonies of #AC560C
Complementary color
Monochromatic Colors of #AC560C
Black with #AC560C
Text Example
Text Example
White with #AC560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC560C; }
p { color: rgb(172,86,12); }
H1.HeaderClassName
{
color: #AC560C;
}
.AnyTagClassName
{
color: #AC560C;
}
</style>
background-color css
<style>
a { background-color: #AC560C; }
a { background-color: rgb(172,86,12); }
div.DivClassName
{
background-color: #AC560C;
}
.BgClassName
{
background-color: #AC560C;
}
</style>
border-color css
<style>
span { border-color: #AC560C; }
span { border-color: rgb(172,86,12); }
td.TdClassName
{
border-color: #AC560C;
}
.TagClassName
{
border-color: #AC560C;
}
</style>