Shades of Rust #AC500A
Tints of Rust #AC500A
RGB
CMYK
RGB Variations
Color information
#AC500A (or 0xAC500A) is known color: Rust. HEX triplet: AC, 50 and 0A. RGB value is (172,80,10). Sum of RGB (Red+Green+Blue) = 172+80+10=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC500A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC500A is #53AFF5. Grayscale: #636363. Windows color (decimal): -5484534 or 676012. OLE color: 676012.
HSL color Cylindrical-coordinate representation of color #AC500A: hue angle of 25.93º 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 #AC500A is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 80 | 10 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.33 |
| HSL | 25.93º | 0.89% | 0.36% | - |
| HSV(B) | 25.93º | 0.94% | 0.67% | - |
| XYZ | 19.94 | 14.53 | 2.04 | - |
| YUV | 99.53 | 77.48 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 10 | 0 | 0.53 | 0.94 | 0.33 | 25.93 | 0.89 | 0.36 |
| Hex | AC | 50 | A | 0 | 35 | 5E | 21 | 1A | 59 | 24 |
| Octal | 254 | 120 | 12 | 0 | 65 | 136 | 41 | 32 | 131 | 44 |
| Binary | 10101100 | 1010000 | 1010 | 0 | 110101 | 1011110 | 100001 | 11010 | 1011001 | 100100 |
Color Harmonies of #AC500A
Complementary color
Monochromatic Colors of #AC500A
Black with #AC500A
Text Example
Text Example
White with #AC500A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC500A; }
p { color: rgb(172,80,10); }
H1.HeaderClassName
{
color: #AC500A;
}
.AnyTagClassName
{
color: #AC500A;
}
</style>
background-color css
<style>
a { background-color: #AC500A; }
a { background-color: rgb(172,80,10); }
div.DivClassName
{
background-color: #AC500A;
}
.BgClassName
{
background-color: #AC500A;
}
</style>
border-color css
<style>
span { border-color: #AC500A; }
span { border-color: rgb(172,80,10); }
td.TdClassName
{
border-color: #AC500A;
}
.TagClassName
{
border-color: #AC500A;
}
</style>