Shades of Rust #AC4714
Tints of Rust #AC4714
RGB
CMYK
RGB Variations
Color information
#AC4714 (or 0xAC4714) is known color: Rust. HEX triplet: AC, 47 and 14. RGB value is (172,71,20). Sum of RGB (Red+Green+Blue) = 172+71+20=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4714 is #53B8EB. Grayscale: #5F5F5F. Windows color (decimal): -5486828 or 1329068. OLE color: 1329068.
HSL color Cylindrical-coordinate representation of color #AC4714: hue angle of 20.13º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC4714 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 71 | 20 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.33 |
| HSL | 20.13º | 0.79% | 0.38% | - |
| HSV(B) | 20.13º | 0.88% | 0.67% | - |
| XYZ | 19.39 | 13.33 | 2.21 | - |
| YUV | 95.39 | 85.46 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 20 | 0 | 0.59 | 0.88 | 0.33 | 20.13 | 0.79 | 0.38 |
| Hex | AC | 47 | 14 | 0 | 3B | 58 | 21 | 14 | 4F | 26 |
| Octal | 254 | 107 | 24 | 0 | 73 | 130 | 41 | 24 | 117 | 46 |
| Binary | 10101100 | 1000111 | 10100 | 0 | 111011 | 1011000 | 100001 | 10100 | 1001111 | 100110 |
Color Harmonies of #AC4714
Complementary color
Monochromatic Colors of #AC4714
Black with #AC4714
Text Example
Text Example
White with #AC4714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4714; }
p { color: rgb(172,71,20); }
H1.HeaderClassName
{
color: #AC4714;
}
.AnyTagClassName
{
color: #AC4714;
}
</style>
background-color css
<style>
a { background-color: #AC4714; }
a { background-color: rgb(172,71,20); }
div.DivClassName
{
background-color: #AC4714;
}
.BgClassName
{
background-color: #AC4714;
}
</style>
border-color css
<style>
span { border-color: #AC4714; }
span { border-color: rgb(172,71,20); }
td.TdClassName
{
border-color: #AC4714;
}
.TagClassName
{
border-color: #AC4714;
}
</style>