Shades of Rust #AC5200
Tints of Rust #AC5200
RGB
CMYK
RGB Variations
Color information
#AC5200 (or 0xAC5200) is known color: Rust. HEX triplet: AC, 52 and 00. RGB value is (172,82,0). Sum of RGB (Red+Green+Blue) = 172+82+0=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5200 is #53ADFF. Grayscale: #636363. Windows color (decimal): -5484032 or 21164. OLE color: 21164.
HSL color Cylindrical-coordinate representation of color #AC5200: hue angle of 28.6º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC5200 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 82 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.33 |
| HSL | 28.6º | 1% | 0.34% | - |
| HSV(B) | 28.6º | 1% | 0.67% | - |
| XYZ | 20.03 | 14.81 | 1.8 | - |
| YUV | 99.56 | 71.82 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 0 | 0 | 0.52 | 1 | 0.33 | 28.6 | 1 | 0.34 |
| Hex | AC | 52 | 0 | 0 | 34 | 64 | 21 | 1D | 64 | 22 |
| Octal | 254 | 122 | 0 | 0 | 64 | 144 | 41 | 35 | 144 | 42 |
| Binary | 10101100 | 1010010 | 0 | 0 | 110100 | 1100100 | 100001 | 11101 | 1100100 | 100010 |
Color Harmonies of #AC5200
Complementary color
Monochromatic Colors of #AC5200
Black with #AC5200
Text Example
Text Example
White with #AC5200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5200; }
p { color: rgb(172,82,0); }
H1.HeaderClassName
{
color: #AC5200;
}
.AnyTagClassName
{
color: #AC5200;
}
</style>
background-color css
<style>
a { background-color: #AC5200; }
a { background-color: rgb(172,82,0); }
div.DivClassName
{
background-color: #AC5200;
}
.BgClassName
{
background-color: #AC5200;
}
</style>
border-color css
<style>
span { border-color: #AC5200; }
span { border-color: rgb(172,82,0); }
td.TdClassName
{
border-color: #AC5200;
}
.TagClassName
{
border-color: #AC5200;
}
</style>