Shades of Rust #AC3C17
Tints of Rust #AC3C17
RGB
CMYK
RGB Variations
Color information
#AC3C17 (or 0xAC3C17) is known color: Rust. HEX triplet: AC, 3C and 17. RGB value is (172,60,23). Sum of RGB (Red+Green+Blue) = 172+60+23=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3C17 is #53C3E8. Grayscale: #595959. Windows color (decimal): -5489641 or 1522860. OLE color: 1522860.
HSL color Cylindrical-coordinate representation of color #AC3C17: hue angle of 14.9º 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 #AC3C17 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 60 | 23 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.33 |
| HSL | 14.9º | 0.76% | 0.38% | - |
| HSV(B) | 14.9º | 0.87% | 0.67% | - |
| XYZ | 18.78 | 12.06 | 2.15 | - |
| YUV | 89.27 | 90.61 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 23 | 0 | 0.65 | 0.87 | 0.33 | 14.9 | 0.76 | 0.38 |
| Hex | AC | 3C | 17 | 0 | 41 | 57 | 21 | F | 4C | 26 |
| Octal | 254 | 74 | 27 | 0 | 101 | 127 | 41 | 17 | 114 | 46 |
| Binary | 10101100 | 111100 | 10111 | 0 | 1000001 | 1010111 | 100001 | 1111 | 1001100 | 100110 |
Color Harmonies of #AC3C17
Complementary color
Monochromatic Colors of #AC3C17
Black with #AC3C17
Text Example
Text Example
White with #AC3C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3C17; }
p { color: rgb(172,60,23); }
H1.HeaderClassName
{
color: #AC3C17;
}
.AnyTagClassName
{
color: #AC3C17;
}
</style>
background-color css
<style>
a { background-color: #AC3C17; }
a { background-color: rgb(172,60,23); }
div.DivClassName
{
background-color: #AC3C17;
}
.BgClassName
{
background-color: #AC3C17;
}
</style>
border-color css
<style>
span { border-color: #AC3C17; }
span { border-color: rgb(172,60,23); }
td.TdClassName
{
border-color: #AC3C17;
}
.TagClassName
{
border-color: #AC3C17;
}
</style>