Shades of Rust #AC4E0A
Tints of Rust #AC4E0A
RGB
CMYK
RGB Variations
Color information
#AC4E0A (or 0xAC4E0A) is known color: Rust. HEX triplet: AC, 4E and 0A. RGB value is (172,78,10). Sum of RGB (Red+Green+Blue) = 172+78+10=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4E0A is #53B1F5. Grayscale: #626262. Windows color (decimal): -5485046 or 675500. OLE color: 675500.
HSL color Cylindrical-coordinate representation of color #AC4E0A: hue angle of 25.19º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC4E0A is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 78 | 10 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.33 |
| HSL | 25.19º | 0.89% | 0.36% | - |
| HSV(B) | 25.19º | 0.94% | 0.67% | - |
| XYZ | 19.79 | 14.24 | 1.99 | - |
| YUV | 98.35 | 78.14 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 10 | 0 | 0.55 | 0.94 | 0.33 | 25.19 | 0.89 | 0.36 |
| Hex | AC | 4E | A | 0 | 37 | 5E | 21 | 19 | 59 | 24 |
| Octal | 254 | 116 | 12 | 0 | 67 | 136 | 41 | 31 | 131 | 44 |
| Binary | 10101100 | 1001110 | 1010 | 0 | 110111 | 1011110 | 100001 | 11001 | 1011001 | 100100 |
Color Harmonies of #AC4E0A
Complementary color
Monochromatic Colors of #AC4E0A
Black with #AC4E0A
Text Example
Text Example
White with #AC4E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4E0A; }
p { color: rgb(172,78,10); }
H1.HeaderClassName
{
color: #AC4E0A;
}
.AnyTagClassName
{
color: #AC4E0A;
}
</style>
background-color css
<style>
a { background-color: #AC4E0A; }
a { background-color: rgb(172,78,10); }
div.DivClassName
{
background-color: #AC4E0A;
}
.BgClassName
{
background-color: #AC4E0A;
}
</style>
border-color css
<style>
span { border-color: #AC4E0A; }
span { border-color: rgb(172,78,10); }
td.TdClassName
{
border-color: #AC4E0A;
}
.TagClassName
{
border-color: #AC4E0A;
}
</style>