Shades of Rust #AC4F00
Tints of Rust #AC4F00
RGB
CMYK
RGB Variations
Color information
#AC4F00 (or 0xAC4F00) is known color: Rust. HEX triplet: AC, 4F and 00. RGB value is (172,79,0). Sum of RGB (Red+Green+Blue) = 172+79+0=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4F00 is #53B0FF. Grayscale: #626262. Windows color (decimal): -5484800 or 20396. OLE color: 20396.
HSL color Cylindrical-coordinate representation of color #AC4F00: hue angle of 27.56º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC4F00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 79 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.33 |
| HSL | 27.56º | 1% | 0.34% | - |
| HSV(B) | 27.56º | 1% | 0.67% | - |
| XYZ | 19.81 | 14.36 | 1.73 | - |
| YUV | 97.8 | 72.81 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 79 | 0 | 0 | 0.54 | 1 | 0.33 | 27.56 | 1 | 0.34 |
| Hex | AC | 4F | 0 | 0 | 36 | 64 | 21 | 1C | 64 | 22 |
| Octal | 254 | 117 | 0 | 0 | 66 | 144 | 41 | 34 | 144 | 42 |
| Binary | 10101100 | 1001111 | 0 | 0 | 110110 | 1100100 | 100001 | 11100 | 1100100 | 100010 |
Color Harmonies of #AC4F00
Complementary color
Monochromatic Colors of #AC4F00
Black with #AC4F00
Text Example
Text Example
White with #AC4F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4F00; }
p { color: rgb(172,79,0); }
H1.HeaderClassName
{
color: #AC4F00;
}
.AnyTagClassName
{
color: #AC4F00;
}
</style>
background-color css
<style>
a { background-color: #AC4F00; }
a { background-color: rgb(172,79,0); }
div.DivClassName
{
background-color: #AC4F00;
}
.BgClassName
{
background-color: #AC4F00;
}
</style>
border-color css
<style>
span { border-color: #AC4F00; }
span { border-color: rgb(172,79,0); }
td.TdClassName
{
border-color: #AC4F00;
}
.TagClassName
{
border-color: #AC4F00;
}
</style>