Shades of Rust #AC5205
Tints of Rust #AC5205
RGB
CMYK
RGB Variations
Color information
#AC5205 (or 0xAC5205) is known color: Rust. HEX triplet: AC, 52 and 05. RGB value is (172,82,5). Sum of RGB (Red+Green+Blue) = 172+82+5=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5205 is #53ADFA. Grayscale: #646464. Windows color (decimal): -5484027 or 348844. OLE color: 348844.
HSL color Cylindrical-coordinate representation of color #AC5205: hue angle of 27.66º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC5205 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 82 | 5 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.33 |
| HSL | 27.66º | 0.94% | 0.35% | - |
| HSV(B) | 27.66º | 0.97% | 0.67% | - |
| XYZ | 20.06 | 14.82 | 1.95 | - |
| YUV | 100.13 | 74.32 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 5 | 0 | 0.52 | 0.97 | 0.33 | 27.66 | 0.94 | 0.35 |
| Hex | AC | 52 | 5 | 0 | 34 | 61 | 21 | 1C | 5E | 23 |
| Octal | 254 | 122 | 5 | 0 | 64 | 141 | 41 | 34 | 136 | 43 |
| Binary | 10101100 | 1010010 | 101 | 0 | 110100 | 1100001 | 100001 | 11100 | 1011110 | 100011 |
Color Harmonies of #AC5205
Complementary color
Monochromatic Colors of #AC5205
Black with #AC5205
Text Example
Text Example
White with #AC5205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5205; }
p { color: rgb(172,82,5); }
H1.HeaderClassName
{
color: #AC5205;
}
.AnyTagClassName
{
color: #AC5205;
}
</style>
background-color css
<style>
a { background-color: #AC5205; }
a { background-color: rgb(172,82,5); }
div.DivClassName
{
background-color: #AC5205;
}
.BgClassName
{
background-color: #AC5205;
}
</style>
border-color css
<style>
span { border-color: #AC5205; }
span { border-color: rgb(172,82,5); }
td.TdClassName
{
border-color: #AC5205;
}
.TagClassName
{
border-color: #AC5205;
}
</style>