Shades of Rust #AC4D09
Tints of Rust #AC4D09
RGB
CMYK
RGB Variations
Color information
#AC4D09 (or 0xAC4D09) is known color: Rust. HEX triplet: AC, 4D and 09. RGB value is (172,77,9). Sum of RGB (Red+Green+Blue) = 172+77+9=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4D09 is #53B2F6. Grayscale: #626262. Windows color (decimal): -5485303 or 609708. OLE color: 609708.
HSL color Cylindrical-coordinate representation of color #AC4D09: hue angle of 25.03º 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 #AC4D09 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 77 | 9 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.33 |
| HSL | 25.03º | 0.9% | 0.35% | - |
| HSV(B) | 25.03º | 0.95% | 0.67% | - |
| XYZ | 19.72 | 14.1 | 1.94 | - |
| YUV | 97.65 | 77.97 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 9 | 0 | 0.55 | 0.95 | 0.33 | 25.03 | 0.9 | 0.35 |
| Hex | AC | 4D | 9 | 0 | 37 | 5F | 21 | 19 | 5A | 23 |
| Octal | 254 | 115 | 11 | 0 | 67 | 137 | 41 | 31 | 132 | 43 |
| Binary | 10101100 | 1001101 | 1001 | 0 | 110111 | 1011111 | 100001 | 11001 | 1011010 | 100011 |
Color Harmonies of #AC4D09
Complementary color
Monochromatic Colors of #AC4D09
Black with #AC4D09
Text Example
Text Example
White with #AC4D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4D09; }
p { color: rgb(172,77,9); }
H1.HeaderClassName
{
color: #AC4D09;
}
.AnyTagClassName
{
color: #AC4D09;
}
</style>
background-color css
<style>
a { background-color: #AC4D09; }
a { background-color: rgb(172,77,9); }
div.DivClassName
{
background-color: #AC4D09;
}
.BgClassName
{
background-color: #AC4D09;
}
</style>
border-color css
<style>
span { border-color: #AC4D09; }
span { border-color: rgb(172,77,9); }
td.TdClassName
{
border-color: #AC4D09;
}
.TagClassName
{
border-color: #AC4D09;
}
</style>