Shades of Rust #AC4C09
Tints of Rust #AC4C09
RGB
CMYK
RGB Variations
Color information
#AC4C09 (or 0xAC4C09) is known color: Rust. HEX triplet: AC, 4C and 09. RGB value is (172,76,9). Sum of RGB (Red+Green+Blue) = 172+76+9=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4C09 is #53B3F6. Grayscale: #616161. Windows color (decimal): -5485559 or 609452. OLE color: 609452.
HSL color Cylindrical-coordinate representation of color #AC4C09: hue angle of 24.66º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC4C09 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 76 | 9 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.33 |
| HSL | 24.66º | 0.9% | 0.35% | - |
| HSV(B) | 24.66º | 0.95% | 0.67% | - |
| XYZ | 19.65 | 13.96 | 1.92 | - |
| YUV | 97.07 | 78.3 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 9 | 0 | 0.56 | 0.95 | 0.33 | 24.66 | 0.9 | 0.35 |
| Hex | AC | 4C | 9 | 0 | 38 | 5F | 21 | 19 | 5A | 23 |
| Octal | 254 | 114 | 11 | 0 | 70 | 137 | 41 | 31 | 132 | 43 |
| Binary | 10101100 | 1001100 | 1001 | 0 | 111000 | 1011111 | 100001 | 11001 | 1011010 | 100011 |
Color Harmonies of #AC4C09
Complementary color
Monochromatic Colors of #AC4C09
Black with #AC4C09
Text Example
Text Example
White with #AC4C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4C09; }
p { color: rgb(172,76,9); }
H1.HeaderClassName
{
color: #AC4C09;
}
.AnyTagClassName
{
color: #AC4C09;
}
</style>
background-color css
<style>
a { background-color: #AC4C09; }
a { background-color: rgb(172,76,9); }
div.DivClassName
{
background-color: #AC4C09;
}
.BgClassName
{
background-color: #AC4C09;
}
</style>
border-color css
<style>
span { border-color: #AC4C09; }
span { border-color: rgb(172,76,9); }
td.TdClassName
{
border-color: #AC4C09;
}
.TagClassName
{
border-color: #AC4C09;
}
</style>