Shades of Rust #AC520A
Tints of Rust #AC520A
RGB
CMYK
RGB Variations
Color information
#AC520A (or 0xAC520A) is known color: Rust. HEX triplet: AC, 52 and 0A. RGB value is (172,82,10). Sum of RGB (Red+Green+Blue) = 172+82+10=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC520A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC520A is #53ADF5. Grayscale: #656565. Windows color (decimal): -5484022 or 676524. OLE color: 676524.
HSL color Cylindrical-coordinate representation of color #AC520A: hue angle of 26.67º 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 #AC520A is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 82 | 10 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.33 |
| HSL | 26.67º | 0.89% | 0.36% | - |
| HSV(B) | 26.67º | 0.94% | 0.67% | - |
| XYZ | 20.09 | 14.83 | 2.09 | - |
| YUV | 100.7 | 76.82 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 10 | 0 | 0.52 | 0.94 | 0.33 | 26.67 | 0.89 | 0.36 |
| Hex | AC | 52 | A | 0 | 34 | 5E | 21 | 1B | 59 | 24 |
| Octal | 254 | 122 | 12 | 0 | 64 | 136 | 41 | 33 | 131 | 44 |
| Binary | 10101100 | 1010010 | 1010 | 0 | 110100 | 1011110 | 100001 | 11011 | 1011001 | 100100 |
Color Harmonies of #AC520A
Complementary color
Monochromatic Colors of #AC520A
Black with #AC520A
Text Example
Text Example
White with #AC520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC520A; }
p { color: rgb(172,82,10); }
H1.HeaderClassName
{
color: #AC520A;
}
.AnyTagClassName
{
color: #AC520A;
}
</style>
background-color css
<style>
a { background-color: #AC520A; }
a { background-color: rgb(172,82,10); }
div.DivClassName
{
background-color: #AC520A;
}
.BgClassName
{
background-color: #AC520A;
}
</style>
border-color css
<style>
span { border-color: #AC520A; }
span { border-color: rgb(172,82,10); }
td.TdClassName
{
border-color: #AC520A;
}
.TagClassName
{
border-color: #AC520A;
}
</style>