Shades of Rust #AC4805
Tints of Rust #AC4805
RGB
CMYK
RGB Variations
Color information
#AC4805 (or 0xAC4805) is known color: Rust. HEX triplet: AC, 48 and 05. RGB value is (172,72,5). Sum of RGB (Red+Green+Blue) = 172+72+5=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4805 is #53B7FA. Grayscale: #5E5E5E. Windows color (decimal): -5486587 or 346284. OLE color: 346284.
HSL color Cylindrical-coordinate representation of color #AC4805: hue angle of 24.07º 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 #AC4805 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 5 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.33 |
| HSL | 24.07º | 0.94% | 0.35% | - |
| HSV(B) | 24.07º | 0.97% | 0.67% | - |
| XYZ | 19.36 | 13.42 | 1.71 | - |
| YUV | 94.26 | 77.63 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 5 | 0 | 0.58 | 0.97 | 0.33 | 24.07 | 0.94 | 0.35 |
| Hex | AC | 48 | 5 | 0 | 3A | 61 | 21 | 18 | 5E | 23 |
| Octal | 254 | 110 | 5 | 0 | 72 | 141 | 41 | 30 | 136 | 43 |
| Binary | 10101100 | 1001000 | 101 | 0 | 111010 | 1100001 | 100001 | 11000 | 1011110 | 100011 |
Color Harmonies of #AC4805
Complementary color
Monochromatic Colors of #AC4805
Black with #AC4805
Text Example
Text Example
White with #AC4805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4805; }
p { color: rgb(172,72,5); }
H1.HeaderClassName
{
color: #AC4805;
}
.AnyTagClassName
{
color: #AC4805;
}
</style>
background-color css
<style>
a { background-color: #AC4805; }
a { background-color: rgb(172,72,5); }
div.DivClassName
{
background-color: #AC4805;
}
.BgClassName
{
background-color: #AC4805;
}
</style>
border-color css
<style>
span { border-color: #AC4805; }
span { border-color: rgb(172,72,5); }
td.TdClassName
{
border-color: #AC4805;
}
.TagClassName
{
border-color: #AC4805;
}
</style>