Shades of Rust #AC4F0E
Tints of Rust #AC4F0E
RGB
CMYK
RGB Variations
Color information
#AC4F0E (or 0xAC4F0E) is known color: Rust. HEX triplet: AC, 4F and 0E. RGB value is (172,79,14). Sum of RGB (Red+Green+Blue) = 172+79+14=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4F0E is #53B0F1. Grayscale: #636363. Windows color (decimal): -5484786 or 937900. OLE color: 937900.
HSL color Cylindrical-coordinate representation of color #AC4F0E: hue angle of 24.68º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC4F0E is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 79 | 14 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.33 |
| HSL | 24.68º | 0.85% | 0.36% | - |
| HSV(B) | 24.68º | 0.92% | 0.67% | - |
| XYZ | 19.89 | 14.39 | 2.15 | - |
| YUV | 99.4 | 79.81 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 79 | 14 | 0 | 0.54 | 0.92 | 0.33 | 24.68 | 0.85 | 0.36 |
| Hex | AC | 4F | E | 0 | 36 | 5C | 21 | 19 | 55 | 24 |
| Octal | 254 | 117 | 16 | 0 | 66 | 134 | 41 | 31 | 125 | 44 |
| Binary | 10101100 | 1001111 | 1110 | 0 | 110110 | 1011100 | 100001 | 11001 | 1010101 | 100100 |
Color Harmonies of #AC4F0E
Complementary color
Monochromatic Colors of #AC4F0E
Black with #AC4F0E
Text Example
Text Example
White with #AC4F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4F0E; }
p { color: rgb(172,79,14); }
H1.HeaderClassName
{
color: #AC4F0E;
}
.AnyTagClassName
{
color: #AC4F0E;
}
</style>
background-color css
<style>
a { background-color: #AC4F0E; }
a { background-color: rgb(172,79,14); }
div.DivClassName
{
background-color: #AC4F0E;
}
.BgClassName
{
background-color: #AC4F0E;
}
</style>
border-color css
<style>
span { border-color: #AC4F0E; }
span { border-color: rgb(172,79,14); }
td.TdClassName
{
border-color: #AC4F0E;
}
.TagClassName
{
border-color: #AC4F0E;
}
</style>