Shades of Rust #AC4D12
Tints of Rust #AC4D12
RGB
CMYK
RGB Variations
Color information
#AC4D12 (or 0xAC4D12) is known color: Rust. HEX triplet: AC, 4D and 12. RGB value is (172,77,18). Sum of RGB (Red+Green+Blue) = 172+77+18=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4D12 is #53B2ED. Grayscale: #636363. Windows color (decimal): -5485294 or 1199532. OLE color: 1199532.
HSL color Cylindrical-coordinate representation of color #AC4D12: hue angle of 22.99º 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 #AC4D12 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 77 | 18 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.33 |
| HSL | 22.99º | 0.81% | 0.37% | - |
| HSV(B) | 22.99º | 0.9% | 0.67% | - |
| XYZ | 19.78 | 14.12 | 2.26 | - |
| YUV | 98.68 | 82.47 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 18 | 0 | 0.55 | 0.90 | 0.33 | 22.99 | 0.81 | 0.37 |
| Hex | AC | 4D | 12 | 0 | 37 | 5A | 21 | 17 | 51 | 25 |
| Octal | 254 | 115 | 22 | 0 | 67 | 132 | 41 | 27 | 121 | 45 |
| Binary | 10101100 | 1001101 | 10010 | 0 | 110111 | 1011010 | 100001 | 10111 | 1010001 | 100101 |
Color Harmonies of #AC4D12
Complementary color
Monochromatic Colors of #AC4D12
Black with #AC4D12
Text Example
Text Example
White with #AC4D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4D12; }
p { color: rgb(172,77,18); }
H1.HeaderClassName
{
color: #AC4D12;
}
.AnyTagClassName
{
color: #AC4D12;
}
</style>
background-color css
<style>
a { background-color: #AC4D12; }
a { background-color: rgb(172,77,18); }
div.DivClassName
{
background-color: #AC4D12;
}
.BgClassName
{
background-color: #AC4D12;
}
</style>
border-color css
<style>
span { border-color: #AC4D12; }
span { border-color: rgb(172,77,18); }
td.TdClassName
{
border-color: #AC4D12;
}
.TagClassName
{
border-color: #AC4D12;
}
</style>