Shades of Rust #AC560A
Tints of Rust #AC560A
RGB
CMYK
RGB Variations
Color information
#AC560A (or 0xAC560A) is known color: Rust. HEX triplet: AC, 56 and 0A. RGB value is (172,86,10). Sum of RGB (Red+Green+Blue) = 172+86+10=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC560A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC560A is #53A9F5. Grayscale: #676767. Windows color (decimal): -5482998 or 677548. OLE color: 677548.
HSL color Cylindrical-coordinate representation of color #AC560A: hue angle of 28.15º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC560A is Cyan = 0, Magento = 0.5, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 10 | - |
| CMYK | 0 | 0.5 | 0.94 | 0.33 |
| HSL | 28.15º | 0.89% | 0.36% | - |
| HSV(B) | 28.15º | 0.94% | 0.67% | - |
| XYZ | 20.4 | 15.45 | 2.19 | - |
| YUV | 103.05 | 75.49 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 10 | 0 | 0.5 | 0.94 | 0.33 | 28.15 | 0.89 | 0.36 |
| Hex | AC | 56 | A | 0 | 32 | 5E | 21 | 1C | 59 | 24 |
| Octal | 254 | 126 | 12 | 0 | 62 | 136 | 41 | 34 | 131 | 44 |
| Binary | 10101100 | 1010110 | 1010 | 0 | 110010 | 1011110 | 100001 | 11100 | 1011001 | 100100 |
Color Harmonies of #AC560A
Complementary color
Monochromatic Colors of #AC560A
Black with #AC560A
Text Example
Text Example
White with #AC560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC560A; }
p { color: rgb(172,86,10); }
H1.HeaderClassName
{
color: #AC560A;
}
.AnyTagClassName
{
color: #AC560A;
}
</style>
background-color css
<style>
a { background-color: #AC560A; }
a { background-color: rgb(172,86,10); }
div.DivClassName
{
background-color: #AC560A;
}
.BgClassName
{
background-color: #AC560A;
}
</style>
border-color css
<style>
span { border-color: #AC560A; }
span { border-color: rgb(172,86,10); }
td.TdClassName
{
border-color: #AC560A;
}
.TagClassName
{
border-color: #AC560A;
}
</style>