Shades of Rust #AC5607
Tints of Rust #AC5607
RGB
CMYK
RGB Variations
Color information
#AC5607 (or 0xAC5607) is known color: Rust. HEX triplet: AC, 56 and 07. RGB value is (172,86,7). Sum of RGB (Red+Green+Blue) = 172+86+7=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5607 is #53A9F8. Grayscale: #676767. Windows color (decimal): -5483001 or 480940. OLE color: 480940.
HSL color Cylindrical-coordinate representation of color #AC5607: hue angle of 28.73º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC5607 is Cyan = 0, Magento = 0.5, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 7 | - |
| CMYK | 0 | 0.5 | 0.96 | 0.33 |
| HSL | 28.73º | 0.92% | 0.35% | - |
| HSV(B) | 28.73º | 0.96% | 0.67% | - |
| XYZ | 20.38 | 15.44 | 2.11 | - |
| YUV | 102.71 | 73.99 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 7 | 0 | 0.5 | 0.96 | 0.33 | 28.73 | 0.92 | 0.35 |
| Hex | AC | 56 | 7 | 0 | 32 | 60 | 21 | 1D | 5C | 23 |
| Octal | 254 | 126 | 7 | 0 | 62 | 140 | 41 | 35 | 134 | 43 |
| Binary | 10101100 | 1010110 | 111 | 0 | 110010 | 1100000 | 100001 | 11101 | 1011100 | 100011 |
Color Harmonies of #AC5607
Complementary color
Monochromatic Colors of #AC5607
Black with #AC5607
Text Example
Text Example
White with #AC5607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5607; }
p { color: rgb(172,86,7); }
H1.HeaderClassName
{
color: #AC5607;
}
.AnyTagClassName
{
color: #AC5607;
}
</style>
background-color css
<style>
a { background-color: #AC5607; }
a { background-color: rgb(172,86,7); }
div.DivClassName
{
background-color: #AC5607;
}
.BgClassName
{
background-color: #AC5607;
}
</style>
border-color css
<style>
span { border-color: #AC5607; }
span { border-color: rgb(172,86,7); }
td.TdClassName
{
border-color: #AC5607;
}
.TagClassName
{
border-color: #AC5607;
}
</style>