Shades of Rust #AC5210
Tints of Rust #AC5210
RGB
CMYK
RGB Variations
Color information
#AC5210 (or 0xAC5210) is known color: Rust. HEX triplet: AC, 52 and 10. RGB value is (172,82,16). Sum of RGB (Red+Green+Blue) = 172+82+16=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5210 is #53ADEF. Grayscale: #656565. Windows color (decimal): -5484016 or 1069740. OLE color: 1069740.
HSL color Cylindrical-coordinate representation of color #AC5210: hue angle of 25.38º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC5210 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 82 | 16 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.33 |
| HSL | 25.38º | 0.83% | 0.37% | - |
| HSV(B) | 25.38º | 0.91% | 0.67% | - |
| XYZ | 20.12 | 14.84 | 2.29 | - |
| YUV | 101.39 | 79.82 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 16 | 0 | 0.52 | 0.91 | 0.33 | 25.38 | 0.83 | 0.37 |
| Hex | AC | 52 | 10 | 0 | 34 | 5B | 21 | 19 | 53 | 25 |
| Octal | 254 | 122 | 20 | 0 | 64 | 133 | 41 | 31 | 123 | 45 |
| Binary | 10101100 | 1010010 | 10000 | 0 | 110100 | 1011011 | 100001 | 11001 | 1010011 | 100101 |
Color Harmonies of #AC5210
Complementary color
Monochromatic Colors of #AC5210
Black with #AC5210
Text Example
Text Example
White with #AC5210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5210; }
p { color: rgb(172,82,16); }
H1.HeaderClassName
{
color: #AC5210;
}
.AnyTagClassName
{
color: #AC5210;
}
</style>
background-color css
<style>
a { background-color: #AC5210; }
a { background-color: rgb(172,82,16); }
div.DivClassName
{
background-color: #AC5210;
}
.BgClassName
{
background-color: #AC5210;
}
</style>
border-color css
<style>
span { border-color: #AC5210; }
span { border-color: rgb(172,82,16); }
td.TdClassName
{
border-color: #AC5210;
}
.TagClassName
{
border-color: #AC5210;
}
</style>