Shades of Rust #AC4B0A
Tints of Rust #AC4B0A
RGB
CMYK
RGB Variations
Color information
#AC4B0A (or 0xAC4B0A) is known color: Rust. HEX triplet: AC, 4B and 0A. RGB value is (172,75,10). Sum of RGB (Red+Green+Blue) = 172+75+10=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4B0A is #53B4F5. Grayscale: #606060. Windows color (decimal): -5485814 or 674732. OLE color: 674732.
HSL color Cylindrical-coordinate representation of color #AC4B0A: hue angle of 24.07º 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 #AC4B0A is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 75 | 10 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.33 |
| HSL | 24.07º | 0.89% | 0.36% | - |
| HSV(B) | 24.07º | 0.94% | 0.67% | - |
| XYZ | 19.58 | 13.82 | 1.92 | - |
| YUV | 96.59 | 79.14 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 75 | 10 | 0 | 0.56 | 0.94 | 0.33 | 24.07 | 0.89 | 0.36 |
| Hex | AC | 4B | A | 0 | 38 | 5E | 21 | 18 | 59 | 24 |
| Octal | 254 | 113 | 12 | 0 | 70 | 136 | 41 | 30 | 131 | 44 |
| Binary | 10101100 | 1001011 | 1010 | 0 | 111000 | 1011110 | 100001 | 11000 | 1011001 | 100100 |
Color Harmonies of #AC4B0A
Complementary color
Monochromatic Colors of #AC4B0A
Black with #AC4B0A
Text Example
Text Example
White with #AC4B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4B0A; }
p { color: rgb(172,75,10); }
H1.HeaderClassName
{
color: #AC4B0A;
}
.AnyTagClassName
{
color: #AC4B0A;
}
</style>
background-color css
<style>
a { background-color: #AC4B0A; }
a { background-color: rgb(172,75,10); }
div.DivClassName
{
background-color: #AC4B0A;
}
.BgClassName
{
background-color: #AC4B0A;
}
</style>
border-color css
<style>
span { border-color: #AC4B0A; }
span { border-color: rgb(172,75,10); }
td.TdClassName
{
border-color: #AC4B0A;
}
.TagClassName
{
border-color: #AC4B0A;
}
</style>