Shades of Rust #AC4706
Tints of Rust #AC4706
RGB
CMYK
RGB Variations
Color information
#AC4706 (or 0xAC4706) is known color: Rust. HEX triplet: AC, 47 and 06. RGB value is (172,71,6). Sum of RGB (Red+Green+Blue) = 172+71+6=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4706 is #53B8F9. Grayscale: #5E5E5E. Windows color (decimal): -5486842 or 411564. OLE color: 411564.
HSL color Cylindrical-coordinate representation of color #AC4706: hue angle of 23.49º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC4706 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 71 | 6 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.33 |
| HSL | 23.49º | 0.93% | 0.35% | - |
| HSV(B) | 23.49º | 0.97% | 0.67% | - |
| XYZ | 19.3 | 13.29 | 1.72 | - |
| YUV | 93.79 | 78.46 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 6 | 0 | 0.59 | 0.97 | 0.33 | 23.49 | 0.93 | 0.35 |
| Hex | AC | 47 | 6 | 0 | 3B | 61 | 21 | 17 | 5D | 23 |
| Octal | 254 | 107 | 6 | 0 | 73 | 141 | 41 | 27 | 135 | 43 |
| Binary | 10101100 | 1000111 | 110 | 0 | 111011 | 1100001 | 100001 | 10111 | 1011101 | 100011 |
Color Harmonies of #AC4706
Complementary color
Monochromatic Colors of #AC4706
Black with #AC4706
Text Example
Text Example
White with #AC4706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4706; }
p { color: rgb(172,71,6); }
H1.HeaderClassName
{
color: #AC4706;
}
.AnyTagClassName
{
color: #AC4706;
}
</style>
background-color css
<style>
a { background-color: #AC4706; }
a { background-color: rgb(172,71,6); }
div.DivClassName
{
background-color: #AC4706;
}
.BgClassName
{
background-color: #AC4706;
}
</style>
border-color css
<style>
span { border-color: #AC4706; }
span { border-color: rgb(172,71,6); }
td.TdClassName
{
border-color: #AC4706;
}
.TagClassName
{
border-color: #AC4706;
}
</style>