Shades of Rust #AC5211
Tints of Rust #AC5211
RGB
CMYK
RGB Variations
Color information
#AC5211 (or 0xAC5211) is known color: Rust. HEX triplet: AC, 52 and 11. RGB value is (172,82,17). Sum of RGB (Red+Green+Blue) = 172+82+17=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5211 is #53ADEE. Grayscale: #656565. Windows color (decimal): -5484015 or 1135276. OLE color: 1135276.
HSL color Cylindrical-coordinate representation of color #AC5211: hue angle of 25.16º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC5211 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 82 | 17 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.33 |
| HSL | 25.16º | 0.82% | 0.37% | - |
| HSV(B) | 25.16º | 0.9% | 0.67% | - |
| XYZ | 20.13 | 14.85 | 2.33 | - |
| YUV | 101.5 | 80.32 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 17 | 0 | 0.52 | 0.90 | 0.33 | 25.16 | 0.82 | 0.37 |
| Hex | AC | 52 | 11 | 0 | 34 | 5A | 21 | 19 | 52 | 25 |
| Octal | 254 | 122 | 21 | 0 | 64 | 132 | 41 | 31 | 122 | 45 |
| Binary | 10101100 | 1010010 | 10001 | 0 | 110100 | 1011010 | 100001 | 11001 | 1010010 | 100101 |
Color Harmonies of #AC5211
Complementary color
Monochromatic Colors of #AC5211
Black with #AC5211
Text Example
Text Example
White with #AC5211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5211; }
p { color: rgb(172,82,17); }
H1.HeaderClassName
{
color: #AC5211;
}
.AnyTagClassName
{
color: #AC5211;
}
</style>
background-color css
<style>
a { background-color: #AC5211; }
a { background-color: rgb(172,82,17); }
div.DivClassName
{
background-color: #AC5211;
}
.BgClassName
{
background-color: #AC5211;
}
</style>
border-color css
<style>
span { border-color: #AC5211; }
span { border-color: rgb(172,82,17); }
td.TdClassName
{
border-color: #AC5211;
}
.TagClassName
{
border-color: #AC5211;
}
</style>