Shades of Rust #AC4710
Tints of Rust #AC4710
RGB
CMYK
RGB Variations
Color information
#AC4710 (or 0xAC4710) is known color: Rust. HEX triplet: AC, 47 and 10. RGB value is (172,71,16). Sum of RGB (Red+Green+Blue) = 172+71+16=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4710 is #53B8EF. Grayscale: #5F5F5F. Windows color (decimal): -5486832 or 1066924. OLE color: 1066924.
HSL color Cylindrical-coordinate representation of color #AC4710: hue angle of 21.15º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC4710 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 71 | 16 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.33 |
| HSL | 21.15º | 0.83% | 0.37% | - |
| HSV(B) | 21.15º | 0.91% | 0.67% | - |
| XYZ | 19.36 | 13.31 | 2.04 | - |
| YUV | 94.93 | 83.46 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 16 | 0 | 0.59 | 0.91 | 0.33 | 21.15 | 0.83 | 0.37 |
| Hex | AC | 47 | 10 | 0 | 3B | 5B | 21 | 15 | 53 | 25 |
| Octal | 254 | 107 | 20 | 0 | 73 | 133 | 41 | 25 | 123 | 45 |
| Binary | 10101100 | 1000111 | 10000 | 0 | 111011 | 1011011 | 100001 | 10101 | 1010011 | 100101 |
Color Harmonies of #AC4710
Complementary color
Monochromatic Colors of #AC4710
Black with #AC4710
Text Example
Text Example
White with #AC4710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4710; }
p { color: rgb(172,71,16); }
H1.HeaderClassName
{
color: #AC4710;
}
.AnyTagClassName
{
color: #AC4710;
}
</style>
background-color css
<style>
a { background-color: #AC4710; }
a { background-color: rgb(172,71,16); }
div.DivClassName
{
background-color: #AC4710;
}
.BgClassName
{
background-color: #AC4710;
}
</style>
border-color css
<style>
span { border-color: #AC4710; }
span { border-color: rgb(172,71,16); }
td.TdClassName
{
border-color: #AC4710;
}
.TagClassName
{
border-color: #AC4710;
}
</style>