Shades of Rust #AC4416
Tints of Rust #AC4416
RGB
CMYK
RGB Variations
Color information
#AC4416 (or 0xAC4416) is known color: Rust. HEX triplet: AC, 44 and 16. RGB value is (172,68,22). Sum of RGB (Red+Green+Blue) = 172+68+22=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4416 is #53BBE9. Grayscale: #5E5E5E. Windows color (decimal): -5487594 or 1459372. OLE color: 1459372.
HSL color Cylindrical-coordinate representation of color #AC4416: hue angle of 18.4º 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 #AC4416 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 22 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.33 |
| HSL | 18.4º | 0.77% | 0.38% | - |
| HSV(B) | 18.4º | 0.87% | 0.67% | - |
| XYZ | 19.23 | 12.96 | 2.25 | - |
| YUV | 93.85 | 87.46 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 22 | 0 | 0.60 | 0.87 | 0.33 | 18.4 | 0.77 | 0.38 |
| Hex | AC | 44 | 16 | 0 | 3C | 57 | 21 | 12 | 4D | 26 |
| Octal | 254 | 104 | 26 | 0 | 74 | 127 | 41 | 22 | 115 | 46 |
| Binary | 10101100 | 1000100 | 10110 | 0 | 111100 | 1010111 | 100001 | 10010 | 1001101 | 100110 |
Color Harmonies of #AC4416
Complementary color
Monochromatic Colors of #AC4416
Black with #AC4416
Text Example
Text Example
White with #AC4416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4416; }
p { color: rgb(172,68,22); }
H1.HeaderClassName
{
color: #AC4416;
}
.AnyTagClassName
{
color: #AC4416;
}
</style>
background-color css
<style>
a { background-color: #AC4416; }
a { background-color: rgb(172,68,22); }
div.DivClassName
{
background-color: #AC4416;
}
.BgClassName
{
background-color: #AC4416;
}
</style>
border-color css
<style>
span { border-color: #AC4416; }
span { border-color: rgb(172,68,22); }
td.TdClassName
{
border-color: #AC4416;
}
.TagClassName
{
border-color: #AC4416;
}
</style>