Shades of Rust #AC4316
Tints of Rust #AC4316
RGB
CMYK
RGB Variations
Color information
#AC4316 (or 0xAC4316) is known color: Rust. HEX triplet: AC, 43 and 16. RGB value is (172,67,22). Sum of RGB (Red+Green+Blue) = 172+67+22=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4316 is #53BCE9. Grayscale: #5D5D5D. Windows color (decimal): -5487850 or 1459116. OLE color: 1459116.
HSL color Cylindrical-coordinate representation of color #AC4316: hue angle of 18º 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 #AC4316 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 22 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.33 |
| HSL | 18º | 0.77% | 0.38% | - |
| HSV(B) | 18º | 0.87% | 0.67% | - |
| XYZ | 19.17 | 12.84 | 2.23 | - |
| YUV | 93.27 | 87.79 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 22 | 0 | 0.61 | 0.87 | 0.33 | 18 | 0.77 | 0.38 |
| Hex | AC | 43 | 16 | 0 | 3D | 57 | 21 | 12 | 4D | 26 |
| Octal | 254 | 103 | 26 | 0 | 75 | 127 | 41 | 22 | 115 | 46 |
| Binary | 10101100 | 1000011 | 10110 | 0 | 111101 | 1010111 | 100001 | 10010 | 1001101 | 100110 |
Color Harmonies of #AC4316
Complementary color
Monochromatic Colors of #AC4316
Black with #AC4316
Text Example
Text Example
White with #AC4316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4316; }
p { color: rgb(172,67,22); }
H1.HeaderClassName
{
color: #AC4316;
}
.AnyTagClassName
{
color: #AC4316;
}
</style>
background-color css
<style>
a { background-color: #AC4316; }
a { background-color: rgb(172,67,22); }
div.DivClassName
{
background-color: #AC4316;
}
.BgClassName
{
background-color: #AC4316;
}
</style>
border-color css
<style>
span { border-color: #AC4316; }
span { border-color: rgb(172,67,22); }
td.TdClassName
{
border-color: #AC4316;
}
.TagClassName
{
border-color: #AC4316;
}
</style>