Shades of Rust #AC4E08
Tints of Rust #AC4E08
RGB
CMYK
RGB Variations
Color information
#AC4E08 (or 0xAC4E08) is known color: Rust. HEX triplet: AC, 4E and 08. RGB value is (172,78,8). Sum of RGB (Red+Green+Blue) = 172+78+8=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4E08 is #53B1F7. Grayscale: #626262. Windows color (decimal): -5485048 or 544428. OLE color: 544428.
HSL color Cylindrical-coordinate representation of color #AC4E08: hue angle of 25.61º degrees, saturation: 0.91, 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 #AC4E08 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 78 | 8 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.33 |
| HSL | 25.61º | 0.91% | 0.35% | - |
| HSV(B) | 25.61º | 0.95% | 0.67% | - |
| XYZ | 19.78 | 14.24 | 1.94 | - |
| YUV | 98.13 | 77.14 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 8 | 0 | 0.55 | 0.95 | 0.33 | 25.61 | 0.91 | 0.35 |
| Hex | AC | 4E | 8 | 0 | 37 | 5F | 21 | 1A | 5B | 23 |
| Octal | 254 | 116 | 10 | 0 | 67 | 137 | 41 | 32 | 133 | 43 |
| Binary | 10101100 | 1001110 | 1000 | 0 | 110111 | 1011111 | 100001 | 11010 | 1011011 | 100011 |
Color Harmonies of #AC4E08
Complementary color
Monochromatic Colors of #AC4E08
Black with #AC4E08
Text Example
Text Example
White with #AC4E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4E08; }
p { color: rgb(172,78,8); }
H1.HeaderClassName
{
color: #AC4E08;
}
.AnyTagClassName
{
color: #AC4E08;
}
</style>
background-color css
<style>
a { background-color: #AC4E08; }
a { background-color: rgb(172,78,8); }
div.DivClassName
{
background-color: #AC4E08;
}
.BgClassName
{
background-color: #AC4E08;
}
</style>
border-color css
<style>
span { border-color: #AC4E08; }
span { border-color: rgb(172,78,8); }
td.TdClassName
{
border-color: #AC4E08;
}
.TagClassName
{
border-color: #AC4E08;
}
</style>