Shades of Rust #AC4E14
Tints of Rust #AC4E14
RGB
CMYK
RGB Variations
Color information
#AC4E14 (or 0xAC4E14) is known color: Rust. HEX triplet: AC, 4E and 14. RGB value is (172,78,20). Sum of RGB (Red+Green+Blue) = 172+78+20=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4E14 is #53B1EB. Grayscale: #636363. Windows color (decimal): -5485036 or 1330860. OLE color: 1330860.
HSL color Cylindrical-coordinate representation of color #AC4E14: hue angle of 22.89º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC4E14 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 78 | 20 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.33 |
| HSL | 22.89º | 0.79% | 0.38% | - |
| HSV(B) | 22.89º | 0.88% | 0.67% | - |
| XYZ | 19.86 | 14.27 | 2.37 | - |
| YUV | 99.49 | 83.14 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 20 | 0 | 0.55 | 0.88 | 0.33 | 22.89 | 0.79 | 0.38 |
| Hex | AC | 4E | 14 | 0 | 37 | 58 | 21 | 17 | 4F | 26 |
| Octal | 254 | 116 | 24 | 0 | 67 | 130 | 41 | 27 | 117 | 46 |
| Binary | 10101100 | 1001110 | 10100 | 0 | 110111 | 1011000 | 100001 | 10111 | 1001111 | 100110 |
Color Harmonies of #AC4E14
Complementary color
Monochromatic Colors of #AC4E14
Black with #AC4E14
Text Example
Text Example
White with #AC4E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4E14; }
p { color: rgb(172,78,20); }
H1.HeaderClassName
{
color: #AC4E14;
}
.AnyTagClassName
{
color: #AC4E14;
}
</style>
background-color css
<style>
a { background-color: #AC4E14; }
a { background-color: rgb(172,78,20); }
div.DivClassName
{
background-color: #AC4E14;
}
.BgClassName
{
background-color: #AC4E14;
}
</style>
border-color css
<style>
span { border-color: #AC4E14; }
span { border-color: rgb(172,78,20); }
td.TdClassName
{
border-color: #AC4E14;
}
.TagClassName
{
border-color: #AC4E14;
}
</style>