Shades of Rust #AC4701
Tints of Rust #AC4701
RGB
CMYK
RGB Variations
Color information
#AC4701 (or 0xAC4701) is known color: Rust. HEX triplet: AC, 47 and 01. RGB value is (172,71,1). Sum of RGB (Red+Green+Blue) = 172+71+1=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4701 is #53B8FE. Grayscale: #5D5D5D. Windows color (decimal): -5486847 or 83884. OLE color: 83884.
HSL color Cylindrical-coordinate representation of color #AC4701: hue angle of 24.56º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC4701 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 71 | 1 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.33 |
| HSL | 24.56º | 0.99% | 0.34% | - |
| HSV(B) | 24.56º | 0.99% | 0.67% | - |
| XYZ | 19.27 | 13.28 | 1.58 | - |
| YUV | 93.22 | 75.96 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 1 | 0 | 0.59 | 0.99 | 0.33 | 24.56 | 0.99 | 0.34 |
| Hex | AC | 47 | 1 | 0 | 3B | 63 | 21 | 19 | 63 | 22 |
| Octal | 254 | 107 | 1 | 0 | 73 | 143 | 41 | 31 | 143 | 42 |
| Binary | 10101100 | 1000111 | 1 | 0 | 111011 | 1100011 | 100001 | 11001 | 1100011 | 100010 |
Color Harmonies of #AC4701
Complementary color
Monochromatic Colors of #AC4701
Black with #AC4701
Text Example
Text Example
White with #AC4701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4701; }
p { color: rgb(172,71,1); }
H1.HeaderClassName
{
color: #AC4701;
}
.AnyTagClassName
{
color: #AC4701;
}
</style>
background-color css
<style>
a { background-color: #AC4701; }
a { background-color: rgb(172,71,1); }
div.DivClassName
{
background-color: #AC4701;
}
.BgClassName
{
background-color: #AC4701;
}
</style>
border-color css
<style>
span { border-color: #AC4701; }
span { border-color: rgb(172,71,1); }
td.TdClassName
{
border-color: #AC4701;
}
.TagClassName
{
border-color: #AC4701;
}
</style>