Shades of Rust #AC3F17
Tints of Rust #AC3F17
RGB
CMYK
RGB Variations
Color information
#AC3F17 (or 0xAC3F17) is known color: Rust. HEX triplet: AC, 3F and 17. RGB value is (172,63,23). Sum of RGB (Red+Green+Blue) = 172+63+23=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3F17 is #53C0E8. Grayscale: #5B5B5B. Windows color (decimal): -5488873 or 1523628. OLE color: 1523628.
HSL color Cylindrical-coordinate representation of color #AC3F17: hue angle of 16.11º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC3F17 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 23 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.33 |
| HSL | 16.11º | 0.76% | 0.38% | - |
| HSV(B) | 16.11º | 0.87% | 0.67% | - |
| XYZ | 18.95 | 12.39 | 2.2 | - |
| YUV | 91.03 | 89.61 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 23 | 0 | 0.63 | 0.87 | 0.33 | 16.11 | 0.76 | 0.38 |
| Hex | AC | 3F | 17 | 0 | 3F | 57 | 21 | 10 | 4C | 26 |
| Octal | 254 | 77 | 27 | 0 | 77 | 127 | 41 | 20 | 114 | 46 |
| Binary | 10101100 | 111111 | 10111 | 0 | 111111 | 1010111 | 100001 | 10000 | 1001100 | 100110 |
Color Harmonies of #AC3F17
Complementary color
Monochromatic Colors of #AC3F17
Black with #AC3F17
Text Example
Text Example
White with #AC3F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F17; }
p { color: rgb(172,63,23); }
H1.HeaderClassName
{
color: #AC3F17;
}
.AnyTagClassName
{
color: #AC3F17;
}
</style>
background-color css
<style>
a { background-color: #AC3F17; }
a { background-color: rgb(172,63,23); }
div.DivClassName
{
background-color: #AC3F17;
}
.BgClassName
{
background-color: #AC3F17;
}
</style>
border-color css
<style>
span { border-color: #AC3F17; }
span { border-color: rgb(172,63,23); }
td.TdClassName
{
border-color: #AC3F17;
}
.TagClassName
{
border-color: #AC3F17;
}
</style>