Shades of Rust #AC5508
Tints of Rust #AC5508
RGB
CMYK
RGB Variations
Color information
#AC5508 (or 0xAC5508) is known color: Rust. HEX triplet: AC, 55 and 08. RGB value is (172,85,8). Sum of RGB (Red+Green+Blue) = 172+85+8=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5508 is #53AAF7. Grayscale: #666666. Windows color (decimal): -5483256 or 546220. OLE color: 546220.
HSL color Cylindrical-coordinate representation of color #AC5508: hue angle of 28.17º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC5508 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 8 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.33 |
| HSL | 28.17º | 0.91% | 0.35% | - |
| HSV(B) | 28.17º | 0.95% | 0.67% | - |
| XYZ | 20.31 | 15.29 | 2.11 | - |
| YUV | 102.24 | 74.82 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 8 | 0 | 0.51 | 0.95 | 0.33 | 28.17 | 0.91 | 0.35 |
| Hex | AC | 55 | 8 | 0 | 33 | 5F | 21 | 1C | 5B | 23 |
| Octal | 254 | 125 | 10 | 0 | 63 | 137 | 41 | 34 | 133 | 43 |
| Binary | 10101100 | 1010101 | 1000 | 0 | 110011 | 1011111 | 100001 | 11100 | 1011011 | 100011 |
Color Harmonies of #AC5508
Complementary color
Monochromatic Colors of #AC5508
Black with #AC5508
Text Example
Text Example
White with #AC5508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5508; }
p { color: rgb(172,85,8); }
H1.HeaderClassName
{
color: #AC5508;
}
.AnyTagClassName
{
color: #AC5508;
}
</style>
background-color css
<style>
a { background-color: #AC5508; }
a { background-color: rgb(172,85,8); }
div.DivClassName
{
background-color: #AC5508;
}
.BgClassName
{
background-color: #AC5508;
}
</style>
border-color css
<style>
span { border-color: #AC5508; }
span { border-color: rgb(172,85,8); }
td.TdClassName
{
border-color: #AC5508;
}
.TagClassName
{
border-color: #AC5508;
}
</style>