Shades of Rust #AC4E0C
Tints of Rust #AC4E0C
RGB
CMYK
RGB Variations
Color information
#AC4E0C (or 0xAC4E0C) is known color: Rust. HEX triplet: AC, 4E and 0C. RGB value is (172,78,12). Sum of RGB (Red+Green+Blue) = 172+78+12=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4E0C is #53B1F3. Grayscale: #626262. Windows color (decimal): -5485044 or 806572. OLE color: 806572.
HSL color Cylindrical-coordinate representation of color #AC4E0C: hue angle of 24.75º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC4E0C is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 78 | 12 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.33 |
| HSL | 24.75º | 0.87% | 0.36% | - |
| HSV(B) | 24.75º | 0.93% | 0.67% | - |
| XYZ | 19.8 | 14.25 | 2.05 | - |
| YUV | 98.58 | 79.14 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 12 | 0 | 0.55 | 0.93 | 0.33 | 24.75 | 0.87 | 0.36 |
| Hex | AC | 4E | C | 0 | 37 | 5D | 21 | 19 | 57 | 24 |
| Octal | 254 | 116 | 14 | 0 | 67 | 135 | 41 | 31 | 127 | 44 |
| Binary | 10101100 | 1001110 | 1100 | 0 | 110111 | 1011101 | 100001 | 11001 | 1010111 | 100100 |
Color Harmonies of #AC4E0C
Complementary color
Monochromatic Colors of #AC4E0C
Black with #AC4E0C
Text Example
Text Example
White with #AC4E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4E0C; }
p { color: rgb(172,78,12); }
H1.HeaderClassName
{
color: #AC4E0C;
}
.AnyTagClassName
{
color: #AC4E0C;
}
</style>
background-color css
<style>
a { background-color: #AC4E0C; }
a { background-color: rgb(172,78,12); }
div.DivClassName
{
background-color: #AC4E0C;
}
.BgClassName
{
background-color: #AC4E0C;
}
</style>
border-color css
<style>
span { border-color: #AC4E0C; }
span { border-color: rgb(172,78,12); }
td.TdClassName
{
border-color: #AC4E0C;
}
.TagClassName
{
border-color: #AC4E0C;
}
</style>