Shades of Rust #AC5605
Tints of Rust #AC5605
RGB
CMYK
RGB Variations
Color information
#AC5605 (or 0xAC5605) is known color: Rust. HEX triplet: AC, 56 and 05. RGB value is (172,86,5). Sum of RGB (Red+Green+Blue) = 172+86+5=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5605 is #53A9FA. Grayscale: #666666. Windows color (decimal): -5483003 or 349868. OLE color: 349868.
HSL color Cylindrical-coordinate representation of color #AC5605: hue angle of 29.1º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC5605 is Cyan = 0, Magento = 0.5, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 5 | - |
| CMYK | 0 | 0.5 | 0.97 | 0.33 |
| HSL | 29.1º | 0.94% | 0.35% | - |
| HSV(B) | 29.1º | 0.97% | 0.67% | - |
| XYZ | 20.37 | 15.44 | 2.05 | - |
| YUV | 102.48 | 72.99 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 5 | 0 | 0.5 | 0.97 | 0.33 | 29.1 | 0.94 | 0.35 |
| Hex | AC | 56 | 5 | 0 | 32 | 61 | 21 | 1D | 5E | 23 |
| Octal | 254 | 126 | 5 | 0 | 62 | 141 | 41 | 35 | 136 | 43 |
| Binary | 10101100 | 1010110 | 101 | 0 | 110010 | 1100001 | 100001 | 11101 | 1011110 | 100011 |
Color Harmonies of #AC5605
Complementary color
Monochromatic Colors of #AC5605
Black with #AC5605
Text Example
Text Example
White with #AC5605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5605; }
p { color: rgb(172,86,5); }
H1.HeaderClassName
{
color: #AC5605;
}
.AnyTagClassName
{
color: #AC5605;
}
</style>
background-color css
<style>
a { background-color: #AC5605; }
a { background-color: rgb(172,86,5); }
div.DivClassName
{
background-color: #AC5605;
}
.BgClassName
{
background-color: #AC5605;
}
</style>
border-color css
<style>
span { border-color: #AC5605; }
span { border-color: rgb(172,86,5); }
td.TdClassName
{
border-color: #AC5605;
}
.TagClassName
{
border-color: #AC5605;
}
</style>