Shades of Rust #AC5608
Tints of Rust #AC5608
RGB
CMYK
RGB Variations
Color information
#AC5608 (or 0xAC5608) is known color: Rust. HEX triplet: AC, 56 and 08. RGB value is (172,86,8). Sum of RGB (Red+Green+Blue) = 172+86+8=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5608 is #53A9F7. Grayscale: #676767. Windows color (decimal): -5483000 or 546476. OLE color: 546476.
HSL color Cylindrical-coordinate representation of color #AC5608: hue angle of 28.54º 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 #AC5608 is Cyan = 0, Magento = 0.5, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 86 | 8 | - |
| CMYK | 0 | 0.5 | 0.95 | 0.33 |
| HSL | 28.54º | 0.91% | 0.35% | - |
| HSV(B) | 28.54º | 0.95% | 0.67% | - |
| XYZ | 20.38 | 15.44 | 2.14 | - |
| YUV | 102.82 | 74.49 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 86 | 8 | 0 | 0.5 | 0.95 | 0.33 | 28.54 | 0.91 | 0.35 |
| Hex | AC | 56 | 8 | 0 | 32 | 5F | 21 | 1D | 5B | 23 |
| Octal | 254 | 126 | 10 | 0 | 62 | 137 | 41 | 35 | 133 | 43 |
| Binary | 10101100 | 1010110 | 1000 | 0 | 110010 | 1011111 | 100001 | 11101 | 1011011 | 100011 |
Color Harmonies of #AC5608
Complementary color
Monochromatic Colors of #AC5608
Black with #AC5608
Text Example
Text Example
White with #AC5608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5608; }
p { color: rgb(172,86,8); }
H1.HeaderClassName
{
color: #AC5608;
}
.AnyTagClassName
{
color: #AC5608;
}
</style>
background-color css
<style>
a { background-color: #AC5608; }
a { background-color: rgb(172,86,8); }
div.DivClassName
{
background-color: #AC5608;
}
.BgClassName
{
background-color: #AC5608;
}
</style>
border-color css
<style>
span { border-color: #AC5608; }
span { border-color: rgb(172,86,8); }
td.TdClassName
{
border-color: #AC5608;
}
.TagClassName
{
border-color: #AC5608;
}
</style>