Shades of Rust #AC3207
Tints of Rust #AC3207
RGB
CMYK
RGB Variations
Color information
#AC3207 (or 0xAC3207) is known color: Rust. HEX triplet: AC, 32 and 07. RGB value is (172,50,7). Sum of RGB (Red+Green+Blue) = 172+50+7=229 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.11% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3207 is #53CDF8. Grayscale: #515151. Windows color (decimal): -5492217 or 471724. OLE color: 471724.
HSL color Cylindrical-coordinate representation of color #AC3207: hue angle of 15.64º 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 #AC3207 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 50 | 7 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.33 |
| HSL | 15.64º | 0.92% | 0.35% | - |
| HSV(B) | 15.64º | 0.96% | 0.67% | - |
| XYZ | 18.19 | 11.07 | 1.38 | - |
| YUV | 81.58 | 85.92 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 50 | 7 | 0 | 0.71 | 0.96 | 0.33 | 15.64 | 0.92 | 0.35 |
| Hex | AC | 32 | 7 | 0 | 47 | 60 | 21 | 10 | 5C | 23 |
| Octal | 254 | 62 | 7 | 0 | 107 | 140 | 41 | 20 | 134 | 43 |
| Binary | 10101100 | 110010 | 111 | 0 | 1000111 | 1100000 | 100001 | 10000 | 1011100 | 100011 |
Color Harmonies of #AC3207
Complementary color
Monochromatic Colors of #AC3207
Black with #AC3207
Text Example
Text Example
White with #AC3207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3207; }
p { color: rgb(172,50,7); }
H1.HeaderClassName
{
color: #AC3207;
}
.AnyTagClassName
{
color: #AC3207;
}
</style>
background-color css
<style>
a { background-color: #AC3207; }
a { background-color: rgb(172,50,7); }
div.DivClassName
{
background-color: #AC3207;
}
.BgClassName
{
background-color: #AC3207;
}
</style>
border-color css
<style>
span { border-color: #AC3207; }
span { border-color: rgb(172,50,7); }
td.TdClassName
{
border-color: #AC3207;
}
.TagClassName
{
border-color: #AC3207;
}
</style>