Shades of Rust #AC4A0F
Tints of Rust #AC4A0F
RGB
CMYK
RGB Variations
Color information
#AC4A0F (or 0xAC4A0F) is known color: Rust. HEX triplet: AC, 4A and 0F. RGB value is (172,74,15). Sum of RGB (Red+Green+Blue) = 172+74+15=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4A0F is #53B5F0. Grayscale: #606060. Windows color (decimal): -5486065 or 1002156. OLE color: 1002156.
HSL color Cylindrical-coordinate representation of color #AC4A0F: hue angle of 22.55º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC4A0F is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 74 | 15 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.33 |
| HSL | 22.55º | 0.84% | 0.37% | - |
| HSV(B) | 22.55º | 0.91% | 0.67% | - |
| XYZ | 19.55 | 13.7 | 2.07 | - |
| YUV | 96.58 | 81.97 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 15 | 0 | 0.57 | 0.91 | 0.33 | 22.55 | 0.84 | 0.37 |
| Hex | AC | 4A | F | 0 | 39 | 5B | 21 | 17 | 54 | 25 |
| Octal | 254 | 112 | 17 | 0 | 71 | 133 | 41 | 27 | 124 | 45 |
| Binary | 10101100 | 1001010 | 1111 | 0 | 111001 | 1011011 | 100001 | 10111 | 1010100 | 100101 |
Color Harmonies of #AC4A0F
Complementary color
Monochromatic Colors of #AC4A0F
Black with #AC4A0F
Text Example
Text Example
White with #AC4A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4A0F; }
p { color: rgb(172,74,15); }
H1.HeaderClassName
{
color: #AC4A0F;
}
.AnyTagClassName
{
color: #AC4A0F;
}
</style>
background-color css
<style>
a { background-color: #AC4A0F; }
a { background-color: rgb(172,74,15); }
div.DivClassName
{
background-color: #AC4A0F;
}
.BgClassName
{
background-color: #AC4A0F;
}
</style>
border-color css
<style>
span { border-color: #AC4A0F; }
span { border-color: rgb(172,74,15); }
td.TdClassName
{
border-color: #AC4A0F;
}
.TagClassName
{
border-color: #AC4A0F;
}
</style>