Shades of Rust #AC5100
Tints of Rust #AC5100
RGB
CMYK
RGB Variations
Color information
#AC5100 (or 0xAC5100) is known color: Rust. HEX triplet: AC, 51 and 00. RGB value is (172,81,0). Sum of RGB (Red+Green+Blue) = 172+81+0=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5100 is #53AEFF. Grayscale: #636363. Windows color (decimal): -5484288 or 20908. OLE color: 20908.
HSL color Cylindrical-coordinate representation of color #AC5100: hue angle of 28.26º 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 #AC5100 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.33 |
| HSL | 28.26º | 1% | 0.34% | - |
| HSV(B) | 28.26º | 1% | 0.67% | - |
| XYZ | 19.96 | 14.66 | 1.78 | - |
| YUV | 98.98 | 72.15 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 0 | 0 | 0.53 | 1 | 0.33 | 28.26 | 1 | 0.34 |
| Hex | AC | 51 | 0 | 0 | 35 | 64 | 21 | 1C | 64 | 22 |
| Octal | 254 | 121 | 0 | 0 | 65 | 144 | 41 | 34 | 144 | 42 |
| Binary | 10101100 | 1010001 | 0 | 0 | 110101 | 1100100 | 100001 | 11100 | 1100100 | 100010 |
Color Harmonies of #AC5100
Complementary color
Monochromatic Colors of #AC5100
Black with #AC5100
Text Example
Text Example
White with #AC5100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5100; }
p { color: rgb(172,81,0); }
H1.HeaderClassName
{
color: #AC5100;
}
.AnyTagClassName
{
color: #AC5100;
}
</style>
background-color css
<style>
a { background-color: #AC5100; }
a { background-color: rgb(172,81,0); }
div.DivClassName
{
background-color: #AC5100;
}
.BgClassName
{
background-color: #AC5100;
}
</style>
border-color css
<style>
span { border-color: #AC5100; }
span { border-color: rgb(172,81,0); }
td.TdClassName
{
border-color: #AC5100;
}
.TagClassName
{
border-color: #AC5100;
}
</style>