Shades of Rust #AC4600
Tints of Rust #AC4600
RGB
CMYK
RGB Variations
Color information
#AC4600 (or 0xAC4600) is known color: Rust. HEX triplet: AC, 46 and 00. RGB value is (172,70,0). Sum of RGB (Red+Green+Blue) = 172+70+0=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4600 is #53B9FF. Grayscale: #5C5C5C. Windows color (decimal): -5487104 or 18092. OLE color: 18092.
HSL color Cylindrical-coordinate representation of color #AC4600: hue angle of 24.42º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC4600 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.33 |
| HSL | 24.42º | 1% | 0.34% | - |
| HSV(B) | 24.42º | 1% | 0.67% | - |
| XYZ | 19.2 | 13.15 | 1.53 | - |
| YUV | 92.52 | 75.79 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 0 | 0 | 0.59 | 1 | 0.33 | 24.42 | 1 | 0.34 |
| Hex | AC | 46 | 0 | 0 | 3B | 64 | 21 | 18 | 64 | 22 |
| Octal | 254 | 106 | 0 | 0 | 73 | 144 | 41 | 30 | 144 | 42 |
| Binary | 10101100 | 1000110 | 0 | 0 | 111011 | 1100100 | 100001 | 11000 | 1100100 | 100010 |
Color Harmonies of #AC4600
Complementary color
Monochromatic Colors of #AC4600
Black with #AC4600
Text Example
Text Example
White with #AC4600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4600; }
p { color: rgb(172,70,0); }
H1.HeaderClassName
{
color: #AC4600;
}
.AnyTagClassName
{
color: #AC4600;
}
</style>
background-color css
<style>
a { background-color: #AC4600; }
a { background-color: rgb(172,70,0); }
div.DivClassName
{
background-color: #AC4600;
}
.BgClassName
{
background-color: #AC4600;
}
</style>
border-color css
<style>
span { border-color: #AC4600; }
span { border-color: rgb(172,70,0); }
td.TdClassName
{
border-color: #AC4600;
}
.TagClassName
{
border-color: #AC4600;
}
</style>