Shades of Rust #AC5007
Tints of Rust #AC5007
RGB
CMYK
RGB Variations
Color information
#AC5007 (or 0xAC5007) is known color: Rust. HEX triplet: AC, 50 and 07. RGB value is (172,80,7). Sum of RGB (Red+Green+Blue) = 172+80+7=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5007 is #53AFF8. Grayscale: #636363. Windows color (decimal): -5484537 or 479404. OLE color: 479404.
HSL color Cylindrical-coordinate representation of color #AC5007: hue angle of 26.55º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC5007 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 80 | 7 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.33 |
| HSL | 26.55º | 0.92% | 0.35% | - |
| HSV(B) | 26.55º | 0.96% | 0.67% | - |
| XYZ | 19.92 | 14.52 | 1.95 | - |
| YUV | 99.19 | 75.98 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 7 | 0 | 0.53 | 0.96 | 0.33 | 26.55 | 0.92 | 0.35 |
| Hex | AC | 50 | 7 | 0 | 35 | 60 | 21 | 1B | 5C | 23 |
| Octal | 254 | 120 | 7 | 0 | 65 | 140 | 41 | 33 | 134 | 43 |
| Binary | 10101100 | 1010000 | 111 | 0 | 110101 | 1100000 | 100001 | 11011 | 1011100 | 100011 |
Color Harmonies of #AC5007
Complementary color
Monochromatic Colors of #AC5007
Black with #AC5007
Text Example
Text Example
White with #AC5007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5007; }
p { color: rgb(172,80,7); }
H1.HeaderClassName
{
color: #AC5007;
}
.AnyTagClassName
{
color: #AC5007;
}
</style>
background-color css
<style>
a { background-color: #AC5007; }
a { background-color: rgb(172,80,7); }
div.DivClassName
{
background-color: #AC5007;
}
.BgClassName
{
background-color: #AC5007;
}
</style>
border-color css
<style>
span { border-color: #AC5007; }
span { border-color: rgb(172,80,7); }
td.TdClassName
{
border-color: #AC5007;
}
.TagClassName
{
border-color: #AC5007;
}
</style>