Shades of Rust #AC4F0A
Tints of Rust #AC4F0A
RGB
CMYK
RGB Variations
Color information
#AC4F0A (or 0xAC4F0A) is known color: Rust. HEX triplet: AC, 4F and 0A. RGB value is (172,79,10). Sum of RGB (Red+Green+Blue) = 172+79+10=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4F0A is #53B0F5. Grayscale: #636363. Windows color (decimal): -5484790 or 675756. OLE color: 675756.
HSL color Cylindrical-coordinate representation of color #AC4F0A: hue angle of 25.56º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC4F0A is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 79 | 10 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.33 |
| HSL | 25.56º | 0.89% | 0.36% | - |
| HSV(B) | 25.56º | 0.94% | 0.67% | - |
| XYZ | 19.86 | 14.38 | 2.02 | - |
| YUV | 98.94 | 77.81 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 79 | 10 | 0 | 0.54 | 0.94 | 0.33 | 25.56 | 0.89 | 0.36 |
| Hex | AC | 4F | A | 0 | 36 | 5E | 21 | 1A | 59 | 24 |
| Octal | 254 | 117 | 12 | 0 | 66 | 136 | 41 | 32 | 131 | 44 |
| Binary | 10101100 | 1001111 | 1010 | 0 | 110110 | 1011110 | 100001 | 11010 | 1011001 | 100100 |
Color Harmonies of #AC4F0A
Complementary color
Monochromatic Colors of #AC4F0A
Black with #AC4F0A
Text Example
Text Example
White with #AC4F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4F0A; }
p { color: rgb(172,79,10); }
H1.HeaderClassName
{
color: #AC4F0A;
}
.AnyTagClassName
{
color: #AC4F0A;
}
</style>
background-color css
<style>
a { background-color: #AC4F0A; }
a { background-color: rgb(172,79,10); }
div.DivClassName
{
background-color: #AC4F0A;
}
.BgClassName
{
background-color: #AC4F0A;
}
</style>
border-color css
<style>
span { border-color: #AC4F0A; }
span { border-color: rgb(172,79,10); }
td.TdClassName
{
border-color: #AC4F0A;
}
.TagClassName
{
border-color: #AC4F0A;
}
</style>