Shades of Rust #AC3F06
Tints of Rust #AC3F06
RGB
CMYK
RGB Variations
Color information
#AC3F06 (or 0xAC3F06) is known color: Rust. HEX triplet: AC, 3F and 06. RGB value is (172,63,6). Sum of RGB (Red+Green+Blue) = 172+63+6=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3F06 is #53C0F9. Grayscale: #595959. Windows color (decimal): -5488890 or 409516. OLE color: 409516.
HSL color Cylindrical-coordinate representation of color #AC3F06: hue angle of 20.6º degrees, saturation: 0.93, 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 #AC3F06 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 6 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.33 |
| HSL | 20.6º | 0.93% | 0.35% | - |
| HSV(B) | 20.6º | 0.97% | 0.67% | - |
| XYZ | 18.82 | 12.34 | 1.56 | - |
| YUV | 89.09 | 81.11 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 6 | 0 | 0.63 | 0.97 | 0.33 | 20.6 | 0.93 | 0.35 |
| Hex | AC | 3F | 6 | 0 | 3F | 61 | 21 | 15 | 5D | 23 |
| Octal | 254 | 77 | 6 | 0 | 77 | 141 | 41 | 25 | 135 | 43 |
| Binary | 10101100 | 111111 | 110 | 0 | 111111 | 1100001 | 100001 | 10101 | 1011101 | 100011 |
Color Harmonies of #AC3F06
Complementary color
Monochromatic Colors of #AC3F06
Black with #AC3F06
Text Example
Text Example
White with #AC3F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F06; }
p { color: rgb(172,63,6); }
H1.HeaderClassName
{
color: #AC3F06;
}
.AnyTagClassName
{
color: #AC3F06;
}
</style>
background-color css
<style>
a { background-color: #AC3F06; }
a { background-color: rgb(172,63,6); }
div.DivClassName
{
background-color: #AC3F06;
}
.BgClassName
{
background-color: #AC3F06;
}
</style>
border-color css
<style>
span { border-color: #AC3F06; }
span { border-color: rgb(172,63,6); }
td.TdClassName
{
border-color: #AC3F06;
}
.TagClassName
{
border-color: #AC3F06;
}
</style>