Shades of Rust #AC4405
Tints of Rust #AC4405
RGB
CMYK
RGB Variations
Color information
#AC4405 (or 0xAC4405) is known color: Rust. HEX triplet: AC, 44 and 05. RGB value is (172,68,5). Sum of RGB (Red+Green+Blue) = 172+68+5=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4405 is #53BBFA. Grayscale: #5C5C5C. Windows color (decimal): -5487611 or 345260. OLE color: 345260.
HSL color Cylindrical-coordinate representation of color #AC4405: hue angle of 22.63º degrees, saturation: 0.94, 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 #AC4405 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 5 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.33 |
| HSL | 22.63º | 0.94% | 0.35% | - |
| HSV(B) | 22.63º | 0.97% | 0.67% | - |
| XYZ | 19.11 | 12.92 | 1.63 | - |
| YUV | 91.91 | 78.96 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 5 | 0 | 0.60 | 0.97 | 0.33 | 22.63 | 0.94 | 0.35 |
| Hex | AC | 44 | 5 | 0 | 3C | 61 | 21 | 17 | 5E | 23 |
| Octal | 254 | 104 | 5 | 0 | 74 | 141 | 41 | 27 | 136 | 43 |
| Binary | 10101100 | 1000100 | 101 | 0 | 111100 | 1100001 | 100001 | 10111 | 1011110 | 100011 |
Color Harmonies of #AC4405
Complementary color
Monochromatic Colors of #AC4405
Black with #AC4405
Text Example
Text Example
White with #AC4405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4405; }
p { color: rgb(172,68,5); }
H1.HeaderClassName
{
color: #AC4405;
}
.AnyTagClassName
{
color: #AC4405;
}
</style>
background-color css
<style>
a { background-color: #AC4405; }
a { background-color: rgb(172,68,5); }
div.DivClassName
{
background-color: #AC4405;
}
.BgClassName
{
background-color: #AC4405;
}
</style>
border-color css
<style>
span { border-color: #AC4405; }
span { border-color: rgb(172,68,5); }
td.TdClassName
{
border-color: #AC4405;
}
.TagClassName
{
border-color: #AC4405;
}
</style>