Shades of Rust #AC4A00
Tints of Rust #AC4A00
RGB
CMYK
RGB Variations
Color information
#AC4A00 (or 0xAC4A00) is known color: Rust. HEX triplet: AC, 4A and 00. RGB value is (172,74,0). Sum of RGB (Red+Green+Blue) = 172+74+0=246 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.92% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4A00 is #53B5FF. Grayscale: #5F5F5F. Windows color (decimal): -5486080 or 19116. OLE color: 19116.
HSL color Cylindrical-coordinate representation of color #AC4A00: hue angle of 25.81º 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 #AC4A00 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 74 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.33 |
| HSL | 25.81º | 1% | 0.34% | - |
| HSV(B) | 25.81º | 1% | 0.67% | - |
| XYZ | 19.46 | 13.67 | 1.61 | - |
| YUV | 94.87 | 74.47 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 0 | 0 | 0.57 | 1 | 0.33 | 25.81 | 1 | 0.34 |
| Hex | AC | 4A | 0 | 0 | 39 | 64 | 21 | 1A | 64 | 22 |
| Octal | 254 | 112 | 0 | 0 | 71 | 144 | 41 | 32 | 144 | 42 |
| Binary | 10101100 | 1001010 | 0 | 0 | 111001 | 1100100 | 100001 | 11010 | 1100100 | 100010 |
Color Harmonies of #AC4A00
Complementary color
Monochromatic Colors of #AC4A00
Black with #AC4A00
Text Example
Text Example
White with #AC4A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4A00; }
p { color: rgb(172,74,0); }
H1.HeaderClassName
{
color: #AC4A00;
}
.AnyTagClassName
{
color: #AC4A00;
}
</style>
background-color css
<style>
a { background-color: #AC4A00; }
a { background-color: rgb(172,74,0); }
div.DivClassName
{
background-color: #AC4A00;
}
.BgClassName
{
background-color: #AC4A00;
}
</style>
border-color css
<style>
span { border-color: #AC4A00; }
span { border-color: rgb(172,74,0); }
td.TdClassName
{
border-color: #AC4A00;
}
.TagClassName
{
border-color: #AC4A00;
}
</style>