Shades of Rust #AC4608
Tints of Rust #AC4608
RGB
CMYK
RGB Variations
Color information
#AC4608 (or 0xAC4608) is known color: Rust. HEX triplet: AC, 46 and 08. RGB value is (172,70,8). Sum of RGB (Red+Green+Blue) = 172+70+8=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4608 is #53B9F7. Grayscale: #5D5D5D. Windows color (decimal): -5487096 or 542380. OLE color: 542380.
HSL color Cylindrical-coordinate representation of color #AC4608: hue angle of 22.68º 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 #AC4608 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 8 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.33 |
| HSL | 22.68º | 0.91% | 0.35% | - |
| HSV(B) | 22.68º | 0.95% | 0.67% | - |
| XYZ | 19.25 | 13.17 | 1.76 | - |
| YUV | 93.43 | 79.79 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 8 | 0 | 0.59 | 0.95 | 0.33 | 22.68 | 0.91 | 0.35 |
| Hex | AC | 46 | 8 | 0 | 3B | 5F | 21 | 17 | 5B | 23 |
| Octal | 254 | 106 | 10 | 0 | 73 | 137 | 41 | 27 | 133 | 43 |
| Binary | 10101100 | 1000110 | 1000 | 0 | 111011 | 1011111 | 100001 | 10111 | 1011011 | 100011 |
Color Harmonies of #AC4608
Complementary color
Monochromatic Colors of #AC4608
Black with #AC4608
Text Example
Text Example
White with #AC4608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4608; }
p { color: rgb(172,70,8); }
H1.HeaderClassName
{
color: #AC4608;
}
.AnyTagClassName
{
color: #AC4608;
}
</style>
background-color css
<style>
a { background-color: #AC4608; }
a { background-color: rgb(172,70,8); }
div.DivClassName
{
background-color: #AC4608;
}
.BgClassName
{
background-color: #AC4608;
}
</style>
border-color css
<style>
span { border-color: #AC4608; }
span { border-color: rgb(172,70,8); }
td.TdClassName
{
border-color: #AC4608;
}
.TagClassName
{
border-color: #AC4608;
}
</style>