Shades of Rust #AC4816
Tints of Rust #AC4816
RGB
CMYK
RGB Variations
Color information
#AC4816 (or 0xAC4816) is known color: Rust. HEX triplet: AC, 48 and 16. RGB value is (172,72,22). Sum of RGB (Red+Green+Blue) = 172+72+22=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4816 is #53B7E9. Grayscale: #606060. Windows color (decimal): -5486570 or 1460396. OLE color: 1460396.
HSL color Cylindrical-coordinate representation of color #AC4816: hue angle of 20º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC4816 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 22 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.33 |
| HSL | 20º | 0.77% | 0.38% | - |
| HSV(B) | 20º | 0.87% | 0.67% | - |
| XYZ | 19.48 | 13.46 | 2.33 | - |
| YUV | 96.2 | 86.13 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 22 | 0 | 0.58 | 0.87 | 0.33 | 20 | 0.77 | 0.38 |
| Hex | AC | 48 | 16 | 0 | 3A | 57 | 21 | 14 | 4D | 26 |
| Octal | 254 | 110 | 26 | 0 | 72 | 127 | 41 | 24 | 115 | 46 |
| Binary | 10101100 | 1001000 | 10110 | 0 | 111010 | 1010111 | 100001 | 10100 | 1001101 | 100110 |
Color Harmonies of #AC4816
Complementary color
Monochromatic Colors of #AC4816
Black with #AC4816
Text Example
Text Example
White with #AC4816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4816; }
p { color: rgb(172,72,22); }
H1.HeaderClassName
{
color: #AC4816;
}
.AnyTagClassName
{
color: #AC4816;
}
</style>
background-color css
<style>
a { background-color: #AC4816; }
a { background-color: rgb(172,72,22); }
div.DivClassName
{
background-color: #AC4816;
}
.BgClassName
{
background-color: #AC4816;
}
</style>
border-color css
<style>
span { border-color: #AC4816; }
span { border-color: rgb(172,72,22); }
td.TdClassName
{
border-color: #AC4816;
}
.TagClassName
{
border-color: #AC4816;
}
</style>