Shades of Rust #AC4216
Tints of Rust #AC4216
RGB
CMYK
RGB Variations
Color information
#AC4216 (or 0xAC4216) is known color: Rust. HEX triplet: AC, 42 and 16. RGB value is (172,66,22). Sum of RGB (Red+Green+Blue) = 172+66+22=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4216 is #53BDE9. Grayscale: #5C5C5C. Windows color (decimal): -5488106 or 1458860. OLE color: 1458860.
HSL color Cylindrical-coordinate representation of color #AC4216: hue angle of 17.6º 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 #AC4216 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 22 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.33 |
| HSL | 17.6º | 0.77% | 0.38% | - |
| HSV(B) | 17.6º | 0.87% | 0.67% | - |
| XYZ | 19.11 | 12.73 | 2.21 | - |
| YUV | 92.68 | 88.12 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 22 | 0 | 0.62 | 0.87 | 0.33 | 17.6 | 0.77 | 0.38 |
| Hex | AC | 42 | 16 | 0 | 3E | 57 | 21 | 12 | 4D | 26 |
| Octal | 254 | 102 | 26 | 0 | 76 | 127 | 41 | 22 | 115 | 46 |
| Binary | 10101100 | 1000010 | 10110 | 0 | 111110 | 1010111 | 100001 | 10010 | 1001101 | 100110 |
Color Harmonies of #AC4216
Complementary color
Monochromatic Colors of #AC4216
Black with #AC4216
Text Example
Text Example
White with #AC4216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4216; }
p { color: rgb(172,66,22); }
H1.HeaderClassName
{
color: #AC4216;
}
.AnyTagClassName
{
color: #AC4216;
}
</style>
background-color css
<style>
a { background-color: #AC4216; }
a { background-color: rgb(172,66,22); }
div.DivClassName
{
background-color: #AC4216;
}
.BgClassName
{
background-color: #AC4216;
}
</style>
border-color css
<style>
span { border-color: #AC4216; }
span { border-color: rgb(172,66,22); }
td.TdClassName
{
border-color: #AC4216;
}
.TagClassName
{
border-color: #AC4216;
}
</style>