Shades of Rust #AC5009
Tints of Rust #AC5009
RGB
CMYK
RGB Variations
Color information
#AC5009 (or 0xAC5009) is known color: Rust. HEX triplet: AC, 50 and 09. RGB value is (172,80,9). Sum of RGB (Red+Green+Blue) = 172+80+9=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5009 is #53AFF6. Grayscale: #636363. Windows color (decimal): -5484535 or 610476. OLE color: 610476.
HSL color Cylindrical-coordinate representation of color #AC5009: hue angle of 26.13º degrees, saturation: 0.9, 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 #AC5009 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 80 | 9 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.33 |
| HSL | 26.13º | 0.9% | 0.35% | - |
| HSV(B) | 26.13º | 0.95% | 0.67% | - |
| XYZ | 19.93 | 14.53 | 2.01 | - |
| YUV | 99.41 | 76.98 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 9 | 0 | 0.53 | 0.95 | 0.33 | 26.13 | 0.9 | 0.35 |
| Hex | AC | 50 | 9 | 0 | 35 | 5F | 21 | 1A | 5A | 23 |
| Octal | 254 | 120 | 11 | 0 | 65 | 137 | 41 | 32 | 132 | 43 |
| Binary | 10101100 | 1010000 | 1001 | 0 | 110101 | 1011111 | 100001 | 11010 | 1011010 | 100011 |
Color Harmonies of #AC5009
Complementary color
Monochromatic Colors of #AC5009
Black with #AC5009
Text Example
Text Example
White with #AC5009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5009; }
p { color: rgb(172,80,9); }
H1.HeaderClassName
{
color: #AC5009;
}
.AnyTagClassName
{
color: #AC5009;
}
</style>
background-color css
<style>
a { background-color: #AC5009; }
a { background-color: rgb(172,80,9); }
div.DivClassName
{
background-color: #AC5009;
}
.BgClassName
{
background-color: #AC5009;
}
</style>
border-color css
<style>
span { border-color: #AC5009; }
span { border-color: rgb(172,80,9); }
td.TdClassName
{
border-color: #AC5009;
}
.TagClassName
{
border-color: #AC5009;
}
</style>