Shades of Rust #AC500F
Tints of Rust #AC500F
RGB
CMYK
RGB Variations
Color information
#AC500F (or 0xAC500F) is known color: Rust. HEX triplet: AC, 50 and 0F. RGB value is (172,80,15). Sum of RGB (Red+Green+Blue) = 172+80+15=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC500F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC500F is #53AFF0. Grayscale: #646464. Windows color (decimal): -5484529 or 1003692. OLE color: 1003692.
HSL color Cylindrical-coordinate representation of color #AC500F: hue angle of 24.84º degrees, saturation: 0.84, 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 #AC500F is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 80 | 15 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.33 |
| HSL | 24.84º | 0.84% | 0.37% | - |
| HSV(B) | 24.84º | 0.91% | 0.67% | - |
| XYZ | 19.97 | 14.54 | 2.21 | - |
| YUV | 100.1 | 79.98 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 15 | 0 | 0.53 | 0.91 | 0.33 | 24.84 | 0.84 | 0.37 |
| Hex | AC | 50 | F | 0 | 35 | 5B | 21 | 19 | 54 | 25 |
| Octal | 254 | 120 | 17 | 0 | 65 | 133 | 41 | 31 | 124 | 45 |
| Binary | 10101100 | 1010000 | 1111 | 0 | 110101 | 1011011 | 100001 | 11001 | 1010100 | 100101 |
Color Harmonies of #AC500F
Complementary color
Monochromatic Colors of #AC500F
Black with #AC500F
Text Example
Text Example
White with #AC500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC500F; }
p { color: rgb(172,80,15); }
H1.HeaderClassName
{
color: #AC500F;
}
.AnyTagClassName
{
color: #AC500F;
}
</style>
background-color css
<style>
a { background-color: #AC500F; }
a { background-color: rgb(172,80,15); }
div.DivClassName
{
background-color: #AC500F;
}
.BgClassName
{
background-color: #AC500F;
}
</style>
border-color css
<style>
span { border-color: #AC500F; }
span { border-color: rgb(172,80,15); }
td.TdClassName
{
border-color: #AC500F;
}
.TagClassName
{
border-color: #AC500F;
}
</style>