Shades of Rust #AC4400
Tints of Rust #AC4400
RGB
CMYK
RGB Variations
Color information
#AC4400 (or 0xAC4400) is known color: Rust. HEX triplet: AC, 44 and 00. RGB value is (172,68,0). Sum of RGB (Red+Green+Blue) = 172+68+0=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4400 is #53BBFF. Grayscale: #5B5B5B. Windows color (decimal): -5487616 or 17580. OLE color: 17580.
HSL color Cylindrical-coordinate representation of color #AC4400: hue angle of 23.72º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC4400 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.33 |
| HSL | 23.72º | 1% | 0.34% | - |
| HSV(B) | 23.72º | 1% | 0.67% | - |
| XYZ | 19.08 | 12.9 | 1.49 | - |
| YUV | 91.34 | 76.46 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 0 | 0 | 0.60 | 1 | 0.33 | 23.72 | 1 | 0.34 |
| Hex | AC | 44 | 0 | 0 | 3C | 64 | 21 | 18 | 64 | 22 |
| Octal | 254 | 104 | 0 | 0 | 74 | 144 | 41 | 30 | 144 | 42 |
| Binary | 10101100 | 1000100 | 0 | 0 | 111100 | 1100100 | 100001 | 11000 | 1100100 | 100010 |
Color Harmonies of #AC4400
Complementary color
Monochromatic Colors of #AC4400
Black with #AC4400
Text Example
Text Example
White with #AC4400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4400; }
p { color: rgb(172,68,0); }
H1.HeaderClassName
{
color: #AC4400;
}
.AnyTagClassName
{
color: #AC4400;
}
</style>
background-color css
<style>
a { background-color: #AC4400; }
a { background-color: rgb(172,68,0); }
div.DivClassName
{
background-color: #AC4400;
}
.BgClassName
{
background-color: #AC4400;
}
</style>
border-color css
<style>
span { border-color: #AC4400; }
span { border-color: rgb(172,68,0); }
td.TdClassName
{
border-color: #AC4400;
}
.TagClassName
{
border-color: #AC4400;
}
</style>