Shades of Rust #AC3608
Tints of Rust #AC3608
RGB
CMYK
RGB Variations
Color information
#AC3608 (or 0xAC3608) is known color: Rust. HEX triplet: AC, 36 and 08. RGB value is (172,54,8). Sum of RGB (Red+Green+Blue) = 172+54+8=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3608 is #53C9F7. Grayscale: #545454. Windows color (decimal): -5491192 or 538284. OLE color: 538284.
HSL color Cylindrical-coordinate representation of color #AC3608: hue angle of 16.83º 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 #AC3608 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 8 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.33 |
| HSL | 16.83º | 0.91% | 0.35% | - |
| HSV(B) | 16.83º | 0.95% | 0.67% | - |
| XYZ | 18.38 | 11.43 | 1.47 | - |
| YUV | 84.04 | 85.09 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 8 | 0 | 0.69 | 0.95 | 0.33 | 16.83 | 0.91 | 0.35 |
| Hex | AC | 36 | 8 | 0 | 45 | 5F | 21 | 11 | 5B | 23 |
| Octal | 254 | 66 | 10 | 0 | 105 | 137 | 41 | 21 | 133 | 43 |
| Binary | 10101100 | 110110 | 1000 | 0 | 1000101 | 1011111 | 100001 | 10001 | 1011011 | 100011 |
Color Harmonies of #AC3608
Complementary color
Monochromatic Colors of #AC3608
Black with #AC3608
Text Example
Text Example
White with #AC3608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3608; }
p { color: rgb(172,54,8); }
H1.HeaderClassName
{
color: #AC3608;
}
.AnyTagClassName
{
color: #AC3608;
}
</style>
background-color css
<style>
a { background-color: #AC3608; }
a { background-color: rgb(172,54,8); }
div.DivClassName
{
background-color: #AC3608;
}
.BgClassName
{
background-color: #AC3608;
}
</style>
border-color css
<style>
span { border-color: #AC3608; }
span { border-color: rgb(172,54,8); }
td.TdClassName
{
border-color: #AC3608;
}
.TagClassName
{
border-color: #AC3608;
}
</style>