Shades of Rust #AC4D16
Tints of Rust #AC4D16
RGB
CMYK
RGB Variations
Color information
#AC4D16 (or 0xAC4D16) is known color: Rust. HEX triplet: AC, 4D and 16. RGB value is (172,77,22). Sum of RGB (Red+Green+Blue) = 172+77+22=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4D16 is #53B2E9. Grayscale: #636363. Windows color (decimal): -5485290 or 1461676. OLE color: 1461676.
HSL color Cylindrical-coordinate representation of color #AC4D16: hue angle of 22º 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 #AC4D16 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 77 | 22 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.33 |
| HSL | 22º | 0.77% | 0.38% | - |
| HSV(B) | 22º | 0.87% | 0.67% | - |
| XYZ | 19.81 | 14.14 | 2.44 | - |
| YUV | 99.14 | 84.47 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 22 | 0 | 0.55 | 0.87 | 0.33 | 22 | 0.77 | 0.38 |
| Hex | AC | 4D | 16 | 0 | 37 | 57 | 21 | 16 | 4D | 26 |
| Octal | 254 | 115 | 26 | 0 | 67 | 127 | 41 | 26 | 115 | 46 |
| Binary | 10101100 | 1001101 | 10110 | 0 | 110111 | 1010111 | 100001 | 10110 | 1001101 | 100110 |
Color Harmonies of #AC4D16
Complementary color
Monochromatic Colors of #AC4D16
Black with #AC4D16
Text Example
Text Example
White with #AC4D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4D16; }
p { color: rgb(172,77,22); }
H1.HeaderClassName
{
color: #AC4D16;
}
.AnyTagClassName
{
color: #AC4D16;
}
</style>
background-color css
<style>
a { background-color: #AC4D16; }
a { background-color: rgb(172,77,22); }
div.DivClassName
{
background-color: #AC4D16;
}
.BgClassName
{
background-color: #AC4D16;
}
</style>
border-color css
<style>
span { border-color: #AC4D16; }
span { border-color: rgb(172,77,22); }
td.TdClassName
{
border-color: #AC4D16;
}
.TagClassName
{
border-color: #AC4D16;
}
</style>