Shades of Rust #AC4A14
Tints of Rust #AC4A14
RGB
CMYK
RGB Variations
Color information
#AC4A14 (or 0xAC4A14) is known color: Rust. HEX triplet: AC, 4A and 14. RGB value is (172,74,20). Sum of RGB (Red+Green+Blue) = 172+74+20=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4A14 is #53B5EB. Grayscale: #616161. Windows color (decimal): -5486060 or 1329836. OLE color: 1329836.
HSL color Cylindrical-coordinate representation of color #AC4A14: hue angle of 21.32º 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 #AC4A14 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 74 | 20 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.33 |
| HSL | 21.32º | 0.79% | 0.38% | - |
| HSV(B) | 21.32º | 0.88% | 0.67% | - |
| XYZ | 19.59 | 13.72 | 2.28 | - |
| YUV | 97.15 | 84.47 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 20 | 0 | 0.57 | 0.88 | 0.33 | 21.32 | 0.79 | 0.38 |
| Hex | AC | 4A | 14 | 0 | 39 | 58 | 21 | 15 | 4F | 26 |
| Octal | 254 | 112 | 24 | 0 | 71 | 130 | 41 | 25 | 117 | 46 |
| Binary | 10101100 | 1001010 | 10100 | 0 | 111001 | 1011000 | 100001 | 10101 | 1001111 | 100110 |
Color Harmonies of #AC4A14
Complementary color
Monochromatic Colors of #AC4A14
Black with #AC4A14
Text Example
Text Example
White with #AC4A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4A14; }
p { color: rgb(172,74,20); }
H1.HeaderClassName
{
color: #AC4A14;
}
.AnyTagClassName
{
color: #AC4A14;
}
</style>
background-color css
<style>
a { background-color: #AC4A14; }
a { background-color: rgb(172,74,20); }
div.DivClassName
{
background-color: #AC4A14;
}
.BgClassName
{
background-color: #AC4A14;
}
</style>
border-color css
<style>
span { border-color: #AC4A14; }
span { border-color: rgb(172,74,20); }
td.TdClassName
{
border-color: #AC4A14;
}
.TagClassName
{
border-color: #AC4A14;
}
</style>