Shades of Rust #AC520B
Tints of Rust #AC520B
RGB
CMYK
RGB Variations
Color information
#AC520B (or 0xAC520B) is known color: Rust. HEX triplet: AC, 52 and 0B. RGB value is (172,82,11). Sum of RGB (Red+Green+Blue) = 172+82+11=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC520B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC520B is #53ADF4. Grayscale: #656565. Windows color (decimal): -5484021 or 742060. OLE color: 742060.
HSL color Cylindrical-coordinate representation of color #AC520B: hue angle of 26.46º degrees, saturation: 0.88, 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 #AC520B is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 82 | 11 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.33 |
| HSL | 26.46º | 0.88% | 0.36% | - |
| HSV(B) | 26.46º | 0.94% | 0.67% | - |
| XYZ | 20.09 | 14.83 | 2.12 | - |
| YUV | 100.82 | 77.32 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 11 | 0 | 0.52 | 0.94 | 0.33 | 26.46 | 0.88 | 0.36 |
| Hex | AC | 52 | B | 0 | 34 | 5E | 21 | 1A | 58 | 24 |
| Octal | 254 | 122 | 13 | 0 | 64 | 136 | 41 | 32 | 130 | 44 |
| Binary | 10101100 | 1010010 | 1011 | 0 | 110100 | 1011110 | 100001 | 11010 | 1011000 | 100100 |
Color Harmonies of #AC520B
Complementary color
Monochromatic Colors of #AC520B
Black with #AC520B
Text Example
Text Example
White with #AC520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC520B; }
p { color: rgb(172,82,11); }
H1.HeaderClassName
{
color: #AC520B;
}
.AnyTagClassName
{
color: #AC520B;
}
</style>
background-color css
<style>
a { background-color: #AC520B; }
a { background-color: rgb(172,82,11); }
div.DivClassName
{
background-color: #AC520B;
}
.BgClassName
{
background-color: #AC520B;
}
</style>
border-color css
<style>
span { border-color: #AC520B; }
span { border-color: rgb(172,82,11); }
td.TdClassName
{
border-color: #AC520B;
}
.TagClassName
{
border-color: #AC520B;
}
</style>