Shades of Rust #AC4A12
Tints of Rust #AC4A12
RGB
CMYK
RGB Variations
Color information
#AC4A12 (or 0xAC4A12) is known color: Rust. HEX triplet: AC, 4A and 12. RGB value is (172,74,18). Sum of RGB (Red+Green+Blue) = 172+74+18=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4A12 is #53B5ED. Grayscale: #616161. Windows color (decimal): -5486062 or 1198764. OLE color: 1198764.
HSL color Cylindrical-coordinate representation of color #AC4A12: hue angle of 21.82º 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 #AC4A12 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 74 | 18 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.33 |
| HSL | 21.82º | 0.81% | 0.37% | - |
| HSV(B) | 21.82º | 0.9% | 0.67% | - |
| XYZ | 19.57 | 13.71 | 2.19 | - |
| YUV | 96.92 | 83.47 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 18 | 0 | 0.57 | 0.90 | 0.33 | 21.82 | 0.81 | 0.37 |
| Hex | AC | 4A | 12 | 0 | 39 | 5A | 21 | 16 | 51 | 25 |
| Octal | 254 | 112 | 22 | 0 | 71 | 132 | 41 | 26 | 121 | 45 |
| Binary | 10101100 | 1001010 | 10010 | 0 | 111001 | 1011010 | 100001 | 10110 | 1010001 | 100101 |
Color Harmonies of #AC4A12
Complementary color
Monochromatic Colors of #AC4A12
Black with #AC4A12
Text Example
Text Example
White with #AC4A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4A12; }
p { color: rgb(172,74,18); }
H1.HeaderClassName
{
color: #AC4A12;
}
.AnyTagClassName
{
color: #AC4A12;
}
</style>
background-color css
<style>
a { background-color: #AC4A12; }
a { background-color: rgb(172,74,18); }
div.DivClassName
{
background-color: #AC4A12;
}
.BgClassName
{
background-color: #AC4A12;
}
</style>
border-color css
<style>
span { border-color: #AC4A12; }
span { border-color: rgb(172,74,18); }
td.TdClassName
{
border-color: #AC4A12;
}
.TagClassName
{
border-color: #AC4A12;
}
</style>