Shades of Rust #AC490A
Tints of Rust #AC490A
RGB
CMYK
RGB Variations
Color information
#AC490A (or 0xAC490A) is known color: Rust. HEX triplet: AC, 49 and 0A. RGB value is (172,73,10). Sum of RGB (Red+Green+Blue) = 172+73+10=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC490A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC490A is #53B6F5. Grayscale: #5F5F5F. Windows color (decimal): -5486326 or 674220. OLE color: 674220.
HSL color Cylindrical-coordinate representation of color #AC490A: hue angle of 23.33º 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 #AC490A is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 10 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.33 |
| HSL | 23.33º | 0.89% | 0.36% | - |
| HSV(B) | 23.33º | 0.94% | 0.67% | - |
| XYZ | 19.45 | 13.56 | 1.88 | - |
| YUV | 95.42 | 79.8 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 10 | 0 | 0.58 | 0.94 | 0.33 | 23.33 | 0.89 | 0.36 |
| Hex | AC | 49 | A | 0 | 3A | 5E | 21 | 17 | 59 | 24 |
| Octal | 254 | 111 | 12 | 0 | 72 | 136 | 41 | 27 | 131 | 44 |
| Binary | 10101100 | 1001001 | 1010 | 0 | 111010 | 1011110 | 100001 | 10111 | 1011001 | 100100 |
Color Harmonies of #AC490A
Complementary color
Monochromatic Colors of #AC490A
Black with #AC490A
Text Example
Text Example
White with #AC490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC490A; }
p { color: rgb(172,73,10); }
H1.HeaderClassName
{
color: #AC490A;
}
.AnyTagClassName
{
color: #AC490A;
}
</style>
background-color css
<style>
a { background-color: #AC490A; }
a { background-color: rgb(172,73,10); }
div.DivClassName
{
background-color: #AC490A;
}
.BgClassName
{
background-color: #AC490A;
}
</style>
border-color css
<style>
span { border-color: #AC490A; }
span { border-color: rgb(172,73,10); }
td.TdClassName
{
border-color: #AC490A;
}
.TagClassName
{
border-color: #AC490A;
}
</style>