Shades of Rust #AC4517
Tints of Rust #AC4517
RGB
CMYK
RGB Variations
Color information
#AC4517 (or 0xAC4517) is known color: Rust. HEX triplet: AC, 45 and 17. RGB value is (172,69,23). Sum of RGB (Red+Green+Blue) = 172+69+23=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4517 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4517 is #53BAE8. Grayscale: #5E5E5E. Windows color (decimal): -5487337 or 1525164. OLE color: 1525164.
HSL color Cylindrical-coordinate representation of color #AC4517: hue angle of 18.52º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC4517 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 69 | 23 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.33 |
| HSL | 18.52º | 0.76% | 0.38% | - |
| HSV(B) | 18.52º | 0.87% | 0.67% | - |
| XYZ | 19.3 | 13.09 | 2.32 | - |
| YUV | 94.55 | 87.62 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 23 | 0 | 0.60 | 0.87 | 0.33 | 18.52 | 0.76 | 0.38 |
| Hex | AC | 45 | 17 | 0 | 3C | 57 | 21 | 13 | 4C | 26 |
| Octal | 254 | 105 | 27 | 0 | 74 | 127 | 41 | 23 | 114 | 46 |
| Binary | 10101100 | 1000101 | 10111 | 0 | 111100 | 1010111 | 100001 | 10011 | 1001100 | 100110 |
Color Harmonies of #AC4517
Complementary color
Monochromatic Colors of #AC4517
Black with #AC4517
Text Example
Text Example
White with #AC4517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4517; }
p { color: rgb(172,69,23); }
H1.HeaderClassName
{
color: #AC4517;
}
.AnyTagClassName
{
color: #AC4517;
}
</style>
background-color css
<style>
a { background-color: #AC4517; }
a { background-color: rgb(172,69,23); }
div.DivClassName
{
background-color: #AC4517;
}
.BgClassName
{
background-color: #AC4517;
}
</style>
border-color css
<style>
span { border-color: #AC4517; }
span { border-color: rgb(172,69,23); }
td.TdClassName
{
border-color: #AC4517;
}
.TagClassName
{
border-color: #AC4517;
}
</style>