Shades of Rust #AC5108
Tints of Rust #AC5108
RGB
CMYK
RGB Variations
Color information
#AC5108 (or 0xAC5108) is known color: Rust. HEX triplet: AC, 51 and 08. RGB value is (172,81,8). Sum of RGB (Red+Green+Blue) = 172+81+8=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5108 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5108 is #53AEF7. Grayscale: #646464. Windows color (decimal): -5484280 or 545196. OLE color: 545196.
HSL color Cylindrical-coordinate representation of color #AC5108: hue angle of 26.71º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC5108 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 81 | 8 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.33 |
| HSL | 26.71º | 0.91% | 0.35% | - |
| HSV(B) | 26.71º | 0.95% | 0.67% | - |
| XYZ | 20 | 14.67 | 2.01 | - |
| YUV | 99.89 | 76.15 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 81 | 8 | 0 | 0.53 | 0.95 | 0.33 | 26.71 | 0.91 | 0.35 |
| Hex | AC | 51 | 8 | 0 | 35 | 5F | 21 | 1B | 5B | 23 |
| Octal | 254 | 121 | 10 | 0 | 65 | 137 | 41 | 33 | 133 | 43 |
| Binary | 10101100 | 1010001 | 1000 | 0 | 110101 | 1011111 | 100001 | 11011 | 1011011 | 100011 |
Color Harmonies of #AC5108
Complementary color
Monochromatic Colors of #AC5108
Black with #AC5108
Text Example
Text Example
White with #AC5108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5108; }
p { color: rgb(172,81,8); }
H1.HeaderClassName
{
color: #AC5108;
}
.AnyTagClassName
{
color: #AC5108;
}
</style>
background-color css
<style>
a { background-color: #AC5108; }
a { background-color: rgb(172,81,8); }
div.DivClassName
{
background-color: #AC5108;
}
.BgClassName
{
background-color: #AC5108;
}
</style>
border-color css
<style>
span { border-color: #AC5108; }
span { border-color: rgb(172,81,8); }
td.TdClassName
{
border-color: #AC5108;
}
.TagClassName
{
border-color: #AC5108;
}
</style>