Shades of Rust #AC550E
Tints of Rust #AC550E
RGB
CMYK
RGB Variations
Color information
#AC550E (or 0xAC550E) is known color: Rust. HEX triplet: AC, 55 and 0E. RGB value is (172,85,14). Sum of RGB (Red+Green+Blue) = 172+85+14=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC550E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC550E is #53AAF1. Grayscale: #676767. Windows color (decimal): -5483250 or 939436. OLE color: 939436.
HSL color Cylindrical-coordinate representation of color #AC550E: hue angle of 26.96º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC550E is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 14 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.33 |
| HSL | 26.96º | 0.85% | 0.36% | - |
| HSV(B) | 26.96º | 0.92% | 0.67% | - |
| XYZ | 20.34 | 15.3 | 2.3 | - |
| YUV | 102.92 | 77.82 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 14 | 0 | 0.51 | 0.92 | 0.33 | 26.96 | 0.85 | 0.36 |
| Hex | AC | 55 | E | 0 | 33 | 5C | 21 | 1B | 55 | 24 |
| Octal | 254 | 125 | 16 | 0 | 63 | 134 | 41 | 33 | 125 | 44 |
| Binary | 10101100 | 1010101 | 1110 | 0 | 110011 | 1011100 | 100001 | 11011 | 1010101 | 100100 |
Color Harmonies of #AC550E
Complementary color
Monochromatic Colors of #AC550E
Black with #AC550E
Text Example
Text Example
White with #AC550E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC550E; }
p { color: rgb(172,85,14); }
H1.HeaderClassName
{
color: #AC550E;
}
.AnyTagClassName
{
color: #AC550E;
}
</style>
background-color css
<style>
a { background-color: #AC550E; }
a { background-color: rgb(172,85,14); }
div.DivClassName
{
background-color: #AC550E;
}
.BgClassName
{
background-color: #AC550E;
}
</style>
border-color css
<style>
span { border-color: #AC550E; }
span { border-color: rgb(172,85,14); }
td.TdClassName
{
border-color: #AC550E;
}
.TagClassName
{
border-color: #AC550E;
}
</style>