Shades of Rust #AC3206
Tints of Rust #AC3206
RGB
CMYK
RGB Variations
Color information
#AC3206 (or 0xAC3206) is known color: Rust. HEX triplet: AC, 32 and 06. RGB value is (172,50,6). Sum of RGB (Red+Green+Blue) = 172+50+6=228 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.44% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3206 is #53CDF9. Grayscale: #515151. Windows color (decimal): -5492218 or 406188. OLE color: 406188.
HSL color Cylindrical-coordinate representation of color #AC3206: hue angle of 15.9º 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 #AC3206 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 6 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.33 |
| HSL | 15.9º | 0.93% | 0.35% | - |
| HSV(B) | 15.9º | 0.97% | 0.67% | - |
| XYZ | 18.19 | 11.07 | 1.35 | - |
| YUV | 81.46 | 85.42 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 6 | 0 | 0.71 | 0.97 | 0.33 | 15.9 | 0.93 | 0.35 |
| Hex | AC | 32 | 6 | 0 | 47 | 61 | 21 | 10 | 5D | 23 |
| Octal | 254 | 62 | 6 | 0 | 107 | 141 | 41 | 20 | 135 | 43 |
| Binary | 10101100 | 110010 | 110 | 0 | 1000111 | 1100001 | 100001 | 10000 | 1011101 | 100011 |
Color Harmonies of #AC3206
Complementary color
Monochromatic Colors of #AC3206
Black with #AC3206
Text Example
Text Example
White with #AC3206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3206; }
p { color: rgb(172,50,6); }
H1.HeaderClassName
{
color: #AC3206;
}
.AnyTagClassName
{
color: #AC3206;
}
</style>
background-color css
<style>
a { background-color: #AC3206; }
a { background-color: rgb(172,50,6); }
div.DivClassName
{
background-color: #AC3206;
}
.BgClassName
{
background-color: #AC3206;
}
</style>
border-color css
<style>
span { border-color: #AC3206; }
span { border-color: rgb(172,50,6); }
td.TdClassName
{
border-color: #AC3206;
}
.TagClassName
{
border-color: #AC3206;
}
</style>