Shades of Rust #AC4E09
Tints of Rust #AC4E09
RGB
CMYK
RGB Variations
Color information
#AC4E09 (or 0xAC4E09) is known color: Rust. HEX triplet: AC, 4E and 09. RGB value is (172,78,9). Sum of RGB (Red+Green+Blue) = 172+78+9=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4E09 is #53B1F6. Grayscale: #626262. Windows color (decimal): -5485047 or 609964. OLE color: 609964.
HSL color Cylindrical-coordinate representation of color #AC4E09: hue angle of 25.4º 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 #AC4E09 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 78 | 9 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.33 |
| HSL | 25.4º | 0.9% | 0.35% | - |
| HSV(B) | 25.4º | 0.95% | 0.67% | - |
| XYZ | 19.79 | 14.24 | 1.96 | - |
| YUV | 98.24 | 77.64 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 9 | 0 | 0.55 | 0.95 | 0.33 | 25.4 | 0.9 | 0.35 |
| Hex | AC | 4E | 9 | 0 | 37 | 5F | 21 | 19 | 5A | 23 |
| Octal | 254 | 116 | 11 | 0 | 67 | 137 | 41 | 31 | 132 | 43 |
| Binary | 10101100 | 1001110 | 1001 | 0 | 110111 | 1011111 | 100001 | 11001 | 1011010 | 100011 |
Color Harmonies of #AC4E09
Complementary color
Monochromatic Colors of #AC4E09
Black with #AC4E09
Text Example
Text Example
White with #AC4E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4E09; }
p { color: rgb(172,78,9); }
H1.HeaderClassName
{
color: #AC4E09;
}
.AnyTagClassName
{
color: #AC4E09;
}
</style>
background-color css
<style>
a { background-color: #AC4E09; }
a { background-color: rgb(172,78,9); }
div.DivClassName
{
background-color: #AC4E09;
}
.BgClassName
{
background-color: #AC4E09;
}
</style>
border-color css
<style>
span { border-color: #AC4E09; }
span { border-color: rgb(172,78,9); }
td.TdClassName
{
border-color: #AC4E09;
}
.TagClassName
{
border-color: #AC4E09;
}
</style>