Shades of Rust #AC4C05
Tints of Rust #AC4C05
RGB
CMYK
RGB Variations
Color information
#AC4C05 (or 0xAC4C05) is known color: Rust. HEX triplet: AC, 4C and 05. RGB value is (172,76,5). Sum of RGB (Red+Green+Blue) = 172+76+5=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4C05 is #53B3FA. Grayscale: #606060. Windows color (decimal): -5485563 or 347308. OLE color: 347308.
HSL color Cylindrical-coordinate representation of color #AC4C05: hue angle of 25.51º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC4C05 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 76 | 5 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.33 |
| HSL | 25.51º | 0.94% | 0.35% | - |
| HSV(B) | 25.51º | 0.97% | 0.67% | - |
| XYZ | 19.63 | 13.95 | 1.8 | - |
| YUV | 96.61 | 76.3 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 5 | 0 | 0.56 | 0.97 | 0.33 | 25.51 | 0.94 | 0.35 |
| Hex | AC | 4C | 5 | 0 | 38 | 61 | 21 | 1A | 5E | 23 |
| Octal | 254 | 114 | 5 | 0 | 70 | 141 | 41 | 32 | 136 | 43 |
| Binary | 10101100 | 1001100 | 101 | 0 | 111000 | 1100001 | 100001 | 11010 | 1011110 | 100011 |
Color Harmonies of #AC4C05
Complementary color
Monochromatic Colors of #AC4C05
Black with #AC4C05
Text Example
Text Example
White with #AC4C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4C05; }
p { color: rgb(172,76,5); }
H1.HeaderClassName
{
color: #AC4C05;
}
.AnyTagClassName
{
color: #AC4C05;
}
</style>
background-color css
<style>
a { background-color: #AC4C05; }
a { background-color: rgb(172,76,5); }
div.DivClassName
{
background-color: #AC4C05;
}
.BgClassName
{
background-color: #AC4C05;
}
</style>
border-color css
<style>
span { border-color: #AC4C05; }
span { border-color: rgb(172,76,5); }
td.TdClassName
{
border-color: #AC4C05;
}
.TagClassName
{
border-color: #AC4C05;
}
</style>