Shades of Rust #AC4406
Tints of Rust #AC4406
RGB
CMYK
RGB Variations
Color information
#AC4406 (or 0xAC4406) is known color: Rust. HEX triplet: AC, 44 and 06. RGB value is (172,68,6). Sum of RGB (Red+Green+Blue) = 172+68+6=246 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.92% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4406 is #53BBF9. Grayscale: #5C5C5C. Windows color (decimal): -5487610 or 410796. OLE color: 410796.
HSL color Cylindrical-coordinate representation of color #AC4406: hue angle of 22.41º 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 #AC4406 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 6 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.33 |
| HSL | 22.41º | 0.93% | 0.35% | - |
| HSV(B) | 22.41º | 0.97% | 0.67% | - |
| XYZ | 19.11 | 12.92 | 1.66 | - |
| YUV | 92.03 | 79.46 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 6 | 0 | 0.60 | 0.97 | 0.33 | 22.41 | 0.93 | 0.35 |
| Hex | AC | 44 | 6 | 0 | 3C | 61 | 21 | 16 | 5D | 23 |
| Octal | 254 | 104 | 6 | 0 | 74 | 141 | 41 | 26 | 135 | 43 |
| Binary | 10101100 | 1000100 | 110 | 0 | 111100 | 1100001 | 100001 | 10110 | 1011101 | 100011 |
Color Harmonies of #AC4406
Complementary color
Monochromatic Colors of #AC4406
Black with #AC4406
Text Example
Text Example
White with #AC4406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4406; }
p { color: rgb(172,68,6); }
H1.HeaderClassName
{
color: #AC4406;
}
.AnyTagClassName
{
color: #AC4406;
}
</style>
background-color css
<style>
a { background-color: #AC4406; }
a { background-color: rgb(172,68,6); }
div.DivClassName
{
background-color: #AC4406;
}
.BgClassName
{
background-color: #AC4406;
}
</style>
border-color css
<style>
span { border-color: #AC4406; }
span { border-color: rgb(172,68,6); }
td.TdClassName
{
border-color: #AC4406;
}
.TagClassName
{
border-color: #AC4406;
}
</style>