Shades of Rust #AC4B00
Tints of Rust #AC4B00
RGB
CMYK
RGB Variations
Color information
#AC4B00 (or 0xAC4B00) is known color: Rust. HEX triplet: AC, 4B and 00. RGB value is (172,75,0). Sum of RGB (Red+Green+Blue) = 172+75+0=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4B00 is #53B4FF. Grayscale: #5F5F5F. Windows color (decimal): -5485824 or 19372. OLE color: 19372.
HSL color Cylindrical-coordinate representation of color #AC4B00: hue angle of 26.16º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC4B00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 75 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.33 |
| HSL | 26.16º | 1% | 0.34% | - |
| HSV(B) | 26.16º | 1% | 0.67% | - |
| XYZ | 19.53 | 13.8 | 1.63 | - |
| YUV | 95.45 | 74.14 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 75 | 0 | 0 | 0.56 | 1 | 0.33 | 26.16 | 1 | 0.34 |
| Hex | AC | 4B | 0 | 0 | 38 | 64 | 21 | 1A | 64 | 22 |
| Octal | 254 | 113 | 0 | 0 | 70 | 144 | 41 | 32 | 144 | 42 |
| Binary | 10101100 | 1001011 | 0 | 0 | 111000 | 1100100 | 100001 | 11010 | 1100100 | 100010 |
Color Harmonies of #AC4B00
Complementary color
Monochromatic Colors of #AC4B00
Black with #AC4B00
Text Example
Text Example
White with #AC4B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4B00; }
p { color: rgb(172,75,0); }
H1.HeaderClassName
{
color: #AC4B00;
}
.AnyTagClassName
{
color: #AC4B00;
}
</style>
background-color css
<style>
a { background-color: #AC4B00; }
a { background-color: rgb(172,75,0); }
div.DivClassName
{
background-color: #AC4B00;
}
.BgClassName
{
background-color: #AC4B00;
}
</style>
border-color css
<style>
span { border-color: #AC4B00; }
span { border-color: rgb(172,75,0); }
td.TdClassName
{
border-color: #AC4B00;
}
.TagClassName
{
border-color: #AC4B00;
}
</style>