Shades of Rust #AC4E12
Tints of Rust #AC4E12
RGB
CMYK
RGB Variations
Color information
#AC4E12 (or 0xAC4E12) is known color: Rust. HEX triplet: AC, 4E and 12. RGB value is (172,78,18). Sum of RGB (Red+Green+Blue) = 172+78+18=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4E12 is #53B1ED. Grayscale: #636363. Windows color (decimal): -5485038 or 1199788. OLE color: 1199788.
HSL color Cylindrical-coordinate representation of color #AC4E12: hue angle of 23.38º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC4E12 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 78 | 18 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.33 |
| HSL | 23.38º | 0.81% | 0.37% | - |
| HSV(B) | 23.38º | 0.9% | 0.67% | - |
| XYZ | 19.85 | 14.26 | 2.28 | - |
| YUV | 99.27 | 82.14 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 18 | 0 | 0.55 | 0.90 | 0.33 | 23.38 | 0.81 | 0.37 |
| Hex | AC | 4E | 12 | 0 | 37 | 5A | 21 | 17 | 51 | 25 |
| Octal | 254 | 116 | 22 | 0 | 67 | 132 | 41 | 27 | 121 | 45 |
| Binary | 10101100 | 1001110 | 10010 | 0 | 110111 | 1011010 | 100001 | 10111 | 1010001 | 100101 |
Color Harmonies of #AC4E12
Complementary color
Monochromatic Colors of #AC4E12
Black with #AC4E12
Text Example
Text Example
White with #AC4E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4E12; }
p { color: rgb(172,78,18); }
H1.HeaderClassName
{
color: #AC4E12;
}
.AnyTagClassName
{
color: #AC4E12;
}
</style>
background-color css
<style>
a { background-color: #AC4E12; }
a { background-color: rgb(172,78,18); }
div.DivClassName
{
background-color: #AC4E12;
}
.BgClassName
{
background-color: #AC4E12;
}
</style>
border-color css
<style>
span { border-color: #AC4E12; }
span { border-color: rgb(172,78,18); }
td.TdClassName
{
border-color: #AC4E12;
}
.TagClassName
{
border-color: #AC4E12;
}
</style>