Shades of Rust #AC4D11
Tints of Rust #AC4D11
RGB
CMYK
RGB Variations
Color information
#AC4D11 (or 0xAC4D11) is known color: Rust. HEX triplet: AC, 4D and 11. RGB value is (172,77,17). Sum of RGB (Red+Green+Blue) = 172+77+17=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4D11 is #53B2EE. Grayscale: #626262. Windows color (decimal): -5485295 or 1133996. OLE color: 1133996.
HSL color Cylindrical-coordinate representation of color #AC4D11: hue angle of 23.23º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC4D11 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 77 | 17 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.33 |
| HSL | 23.23º | 0.82% | 0.37% | - |
| HSV(B) | 23.23º | 0.9% | 0.67% | - |
| XYZ | 19.77 | 14.12 | 2.21 | - |
| YUV | 98.57 | 81.97 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 17 | 0 | 0.55 | 0.90 | 0.33 | 23.23 | 0.82 | 0.37 |
| Hex | AC | 4D | 11 | 0 | 37 | 5A | 21 | 17 | 52 | 25 |
| Octal | 254 | 115 | 21 | 0 | 67 | 132 | 41 | 27 | 122 | 45 |
| Binary | 10101100 | 1001101 | 10001 | 0 | 110111 | 1011010 | 100001 | 10111 | 1010010 | 100101 |
Color Harmonies of #AC4D11
Complementary color
Monochromatic Colors of #AC4D11
Black with #AC4D11
Text Example
Text Example
White with #AC4D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4D11; }
p { color: rgb(172,77,17); }
H1.HeaderClassName
{
color: #AC4D11;
}
.AnyTagClassName
{
color: #AC4D11;
}
</style>
background-color css
<style>
a { background-color: #AC4D11; }
a { background-color: rgb(172,77,17); }
div.DivClassName
{
background-color: #AC4D11;
}
.BgClassName
{
background-color: #AC4D11;
}
</style>
border-color css
<style>
span { border-color: #AC4D11; }
span { border-color: rgb(172,77,17); }
td.TdClassName
{
border-color: #AC4D11;
}
.TagClassName
{
border-color: #AC4D11;
}
</style>