Shades of Rust #AC4C04
Tints of Rust #AC4C04
RGB
CMYK
RGB Variations
Color information
#AC4C04 (or 0xAC4C04) is known color: Rust. HEX triplet: AC, 4C and 04. RGB value is (172,76,4). Sum of RGB (Red+Green+Blue) = 172+76+4=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4C04 is #53B3FB. Grayscale: #606060. Windows color (decimal): -5485564 or 281772. OLE color: 281772.
HSL color Cylindrical-coordinate representation of color #AC4C04: hue angle of 25.71º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC4C04 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 76 | 4 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.33 |
| HSL | 25.71º | 0.95% | 0.35% | - |
| HSV(B) | 25.71º | 0.98% | 0.67% | - |
| XYZ | 19.62 | 13.95 | 1.77 | - |
| YUV | 96.5 | 75.8 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 4 | 0 | 0.56 | 0.98 | 0.33 | 25.71 | 0.95 | 0.35 |
| Hex | AC | 4C | 4 | 0 | 38 | 62 | 21 | 1A | 5F | 23 |
| Octal | 254 | 114 | 4 | 0 | 70 | 142 | 41 | 32 | 137 | 43 |
| Binary | 10101100 | 1001100 | 100 | 0 | 111000 | 1100010 | 100001 | 11010 | 1011111 | 100011 |
Color Harmonies of #AC4C04
Complementary color
Monochromatic Colors of #AC4C04
Black with #AC4C04
Text Example
Text Example
White with #AC4C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4C04; }
p { color: rgb(172,76,4); }
H1.HeaderClassName
{
color: #AC4C04;
}
.AnyTagClassName
{
color: #AC4C04;
}
</style>
background-color css
<style>
a { background-color: #AC4C04; }
a { background-color: rgb(172,76,4); }
div.DivClassName
{
background-color: #AC4C04;
}
.BgClassName
{
background-color: #AC4C04;
}
</style>
border-color css
<style>
span { border-color: #AC4C04; }
span { border-color: rgb(172,76,4); }
td.TdClassName
{
border-color: #AC4C04;
}
.TagClassName
{
border-color: #AC4C04;
}
</style>