Shades of Rust #AC4017
Tints of Rust #AC4017
RGB
CMYK
RGB Variations
Color information
#AC4017 (or 0xAC4017) is known color: Rust. HEX triplet: AC, 40 and 17. RGB value is (172,64,23). Sum of RGB (Red+Green+Blue) = 172+64+23=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 23 (9.38% from 255 or 8.88% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4017 is #53BFE8. Grayscale: #5B5B5B. Windows color (decimal): -5488617 or 1523884. OLE color: 1523884.
HSL color Cylindrical-coordinate representation of color #AC4017: hue angle of 16.51º 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 #AC4017 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 23 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.33 |
| HSL | 16.51º | 0.76% | 0.38% | - |
| HSV(B) | 16.51º | 0.87% | 0.67% | - |
| XYZ | 19 | 12.5 | 2.22 | - |
| YUV | 91.62 | 89.28 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 23 | 0 | 0.63 | 0.87 | 0.33 | 16.51 | 0.76 | 0.38 |
| Hex | AC | 40 | 17 | 0 | 3F | 57 | 21 | 11 | 4C | 26 |
| Octal | 254 | 100 | 27 | 0 | 77 | 127 | 41 | 21 | 114 | 46 |
| Binary | 10101100 | 1000000 | 10111 | 0 | 111111 | 1010111 | 100001 | 10001 | 1001100 | 100110 |
Color Harmonies of #AC4017
Complementary color
Monochromatic Colors of #AC4017
Black with #AC4017
Text Example
Text Example
White with #AC4017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4017; }
p { color: rgb(172,64,23); }
H1.HeaderClassName
{
color: #AC4017;
}
.AnyTagClassName
{
color: #AC4017;
}
</style>
background-color css
<style>
a { background-color: #AC4017; }
a { background-color: rgb(172,64,23); }
div.DivClassName
{
background-color: #AC4017;
}
.BgClassName
{
background-color: #AC4017;
}
</style>
border-color css
<style>
span { border-color: #AC4017; }
span { border-color: rgb(172,64,23); }
td.TdClassName
{
border-color: #AC4017;
}
.TagClassName
{
border-color: #AC4017;
}
</style>