Shades of Rust #AC3D17
Tints of Rust #AC3D17
RGB
CMYK
RGB Variations
Color information
#AC3D17 (or 0xAC3D17) is known color: Rust. HEX triplet: AC, 3D and 17. RGB value is (172,61,23). Sum of RGB (Red+Green+Blue) = 172+61+23=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3D17 is #53C2E8. Grayscale: #5A5A5A. Windows color (decimal): -5489385 or 1523116. OLE color: 1523116.
HSL color Cylindrical-coordinate representation of color #AC3D17: hue angle of 15.3º 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 #AC3D17 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 61 | 23 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.33 |
| HSL | 15.3º | 0.76% | 0.38% | - |
| HSV(B) | 15.3º | 0.87% | 0.67% | - |
| XYZ | 18.84 | 12.17 | 2.17 | - |
| YUV | 89.86 | 90.27 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 61 | 23 | 0 | 0.65 | 0.87 | 0.33 | 15.3 | 0.76 | 0.38 |
| Hex | AC | 3D | 17 | 0 | 41 | 57 | 21 | F | 4C | 26 |
| Octal | 254 | 75 | 27 | 0 | 101 | 127 | 41 | 17 | 114 | 46 |
| Binary | 10101100 | 111101 | 10111 | 0 | 1000001 | 1010111 | 100001 | 1111 | 1001100 | 100110 |
Color Harmonies of #AC3D17
Complementary color
Monochromatic Colors of #AC3D17
Black with #AC3D17
Text Example
Text Example
White with #AC3D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3D17; }
p { color: rgb(172,61,23); }
H1.HeaderClassName
{
color: #AC3D17;
}
.AnyTagClassName
{
color: #AC3D17;
}
</style>
background-color css
<style>
a { background-color: #AC3D17; }
a { background-color: rgb(172,61,23); }
div.DivClassName
{
background-color: #AC3D17;
}
.BgClassName
{
background-color: #AC3D17;
}
</style>
border-color css
<style>
span { border-color: #AC3D17; }
span { border-color: rgb(172,61,23); }
td.TdClassName
{
border-color: #AC3D17;
}
.TagClassName
{
border-color: #AC3D17;
}
</style>