Shades of Rust #AC560D
Tints of Rust #AC560D
RGB
CMYK
RGB Variations
Color information
#AC560D (or 0xAC560D) is known color: Rust. HEX triplet: AC, 56 and 0D. RGB value is (172,86,13). Sum of RGB (Red+Green+Blue) = 172+86+13=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC560D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC560D is #53A9F2. Grayscale: #676767. Windows color (decimal): -5482995 or 874156. OLE color: 874156.
HSL color Cylindrical-coordinate representation of color #AC560D: hue angle of 27.55º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC560D is Cyan = 0, Magento = 0.5, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 13 | - |
| CMYK | 0 | 0.5 | 0.92 | 0.33 |
| HSL | 27.55º | 0.86% | 0.36% | - |
| HSV(B) | 27.55º | 0.92% | 0.67% | - |
| XYZ | 20.41 | 15.46 | 2.29 | - |
| YUV | 103.39 | 76.99 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 13 | 0 | 0.5 | 0.92 | 0.33 | 27.55 | 0.86 | 0.36 |
| Hex | AC | 56 | D | 0 | 32 | 5C | 21 | 1C | 56 | 24 |
| Octal | 254 | 126 | 15 | 0 | 62 | 134 | 41 | 34 | 126 | 44 |
| Binary | 10101100 | 1010110 | 1101 | 0 | 110010 | 1011100 | 100001 | 11100 | 1010110 | 100100 |
Color Harmonies of #AC560D
Complementary color
Monochromatic Colors of #AC560D
Black with #AC560D
Text Example
Text Example
White with #AC560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC560D; }
p { color: rgb(172,86,13); }
H1.HeaderClassName
{
color: #AC560D;
}
.AnyTagClassName
{
color: #AC560D;
}
</style>
background-color css
<style>
a { background-color: #AC560D; }
a { background-color: rgb(172,86,13); }
div.DivClassName
{
background-color: #AC560D;
}
.BgClassName
{
background-color: #AC560D;
}
</style>
border-color css
<style>
span { border-color: #AC560D; }
span { border-color: rgb(172,86,13); }
td.TdClassName
{
border-color: #AC560D;
}
.TagClassName
{
border-color: #AC560D;
}
</style>