Shades of Rust #AC5500
Tints of Rust #AC5500
RGB
CMYK
RGB Variations
Color information
#AC5500 (or 0xAC5500) is known color: Rust. HEX triplet: AC, 55 and 00. RGB value is (172,85,0). Sum of RGB (Red+Green+Blue) = 172+85+0=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5500 is #53AAFF. Grayscale: #656565. Windows color (decimal): -5483264 or 21932. OLE color: 21932.
HSL color Cylindrical-coordinate representation of color #AC5500: hue angle of 29.65º 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 #AC5500 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.33 |
| HSL | 29.65º | 1% | 0.34% | - |
| HSV(B) | 29.65º | 1% | 0.67% | - |
| XYZ | 20.26 | 15.27 | 1.88 | - |
| YUV | 101.32 | 70.82 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 0 | 0 | 0.51 | 1 | 0.33 | 29.65 | 1 | 0.34 |
| Hex | AC | 55 | 0 | 0 | 33 | 64 | 21 | 1E | 64 | 22 |
| Octal | 254 | 125 | 0 | 0 | 63 | 144 | 41 | 36 | 144 | 42 |
| Binary | 10101100 | 1010101 | 0 | 0 | 110011 | 1100100 | 100001 | 11110 | 1100100 | 100010 |
Color Harmonies of #AC5500
Complementary color
Monochromatic Colors of #AC5500
Black with #AC5500
Text Example
Text Example
White with #AC5500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5500; }
p { color: rgb(172,85,0); }
H1.HeaderClassName
{
color: #AC5500;
}
.AnyTagClassName
{
color: #AC5500;
}
</style>
background-color css
<style>
a { background-color: #AC5500; }
a { background-color: rgb(172,85,0); }
div.DivClassName
{
background-color: #AC5500;
}
.BgClassName
{
background-color: #AC5500;
}
</style>
border-color css
<style>
span { border-color: #AC5500; }
span { border-color: rgb(172,85,0); }
td.TdClassName
{
border-color: #AC5500;
}
.TagClassName
{
border-color: #AC5500;
}
</style>