Shades of Rust #AC4C0E
Tints of Rust #AC4C0E
RGB
CMYK
RGB Variations
Color information
#AC4C0E (or 0xAC4C0E) is known color: Rust. HEX triplet: AC, 4C and 0E. RGB value is (172,76,14). Sum of RGB (Red+Green+Blue) = 172+76+14=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4C0E is #53B3F1. Grayscale: #616161. Windows color (decimal): -5485554 or 937132. OLE color: 937132.
HSL color Cylindrical-coordinate representation of color #AC4C0E: hue angle of 23.54º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC4C0E is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 76 | 14 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.33 |
| HSL | 23.54º | 0.85% | 0.36% | - |
| HSV(B) | 23.54º | 0.92% | 0.67% | - |
| XYZ | 19.68 | 13.97 | 2.08 | - |
| YUV | 97.64 | 80.8 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 14 | 0 | 0.56 | 0.92 | 0.33 | 23.54 | 0.85 | 0.36 |
| Hex | AC | 4C | E | 0 | 38 | 5C | 21 | 18 | 55 | 24 |
| Octal | 254 | 114 | 16 | 0 | 70 | 134 | 41 | 30 | 125 | 44 |
| Binary | 10101100 | 1001100 | 1110 | 0 | 111000 | 1011100 | 100001 | 11000 | 1010101 | 100100 |
Color Harmonies of #AC4C0E
Complementary color
Monochromatic Colors of #AC4C0E
Black with #AC4C0E
Text Example
Text Example
White with #AC4C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4C0E; }
p { color: rgb(172,76,14); }
H1.HeaderClassName
{
color: #AC4C0E;
}
.AnyTagClassName
{
color: #AC4C0E;
}
</style>
background-color css
<style>
a { background-color: #AC4C0E; }
a { background-color: rgb(172,76,14); }
div.DivClassName
{
background-color: #AC4C0E;
}
.BgClassName
{
background-color: #AC4C0E;
}
</style>
border-color css
<style>
span { border-color: #AC4C0E; }
span { border-color: rgb(172,76,14); }
td.TdClassName
{
border-color: #AC4C0E;
}
.TagClassName
{
border-color: #AC4C0E;
}
</style>