Shades of Rust #AC540F
Tints of Rust #AC540F
RGB
CMYK
RGB Variations
Color information
#AC540F (or 0xAC540F) is known color: Rust. HEX triplet: AC, 54 and 0F. RGB value is (172,84,15). Sum of RGB (Red+Green+Blue) = 172+84+15=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC540F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC540F is #53ABF0. Grayscale: #666666. Windows color (decimal): -5483505 or 1004716. OLE color: 1004716.
HSL color Cylindrical-coordinate representation of color #AC540F: hue angle of 26.37º 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 #AC540F is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 15 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.33 |
| HSL | 26.37º | 0.84% | 0.37% | - |
| HSV(B) | 26.37º | 0.91% | 0.67% | - |
| XYZ | 20.27 | 15.15 | 2.31 | - |
| YUV | 102.45 | 78.65 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 15 | 0 | 0.51 | 0.91 | 0.33 | 26.37 | 0.84 | 0.37 |
| Hex | AC | 54 | F | 0 | 33 | 5B | 21 | 1A | 54 | 25 |
| Octal | 254 | 124 | 17 | 0 | 63 | 133 | 41 | 32 | 124 | 45 |
| Binary | 10101100 | 1010100 | 1111 | 0 | 110011 | 1011011 | 100001 | 11010 | 1010100 | 100101 |
Color Harmonies of #AC540F
Complementary color
Monochromatic Colors of #AC540F
Black with #AC540F
Text Example
Text Example
White with #AC540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC540F; }
p { color: rgb(172,84,15); }
H1.HeaderClassName
{
color: #AC540F;
}
.AnyTagClassName
{
color: #AC540F;
}
</style>
background-color css
<style>
a { background-color: #AC540F; }
a { background-color: rgb(172,84,15); }
div.DivClassName
{
background-color: #AC540F;
}
.BgClassName
{
background-color: #AC540F;
}
</style>
border-color css
<style>
span { border-color: #AC540F; }
span { border-color: rgb(172,84,15); }
td.TdClassName
{
border-color: #AC540F;
}
.TagClassName
{
border-color: #AC540F;
}
</style>