Shades of Rust #AC4008
Tints of Rust #AC4008
RGB
CMYK
RGB Variations
Color information
#AC4008 (or 0xAC4008) is known color: Rust. HEX triplet: AC, 40 and 08. RGB value is (172,64,8). Sum of RGB (Red+Green+Blue) = 172+64+8=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4008 is #53BFF7. Grayscale: #5A5A5A. Windows color (decimal): -5488632 or 540844. OLE color: 540844.
HSL color Cylindrical-coordinate representation of color #AC4008: hue angle of 20.49º 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 #AC4008 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 8 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.33 |
| HSL | 20.49º | 0.91% | 0.35% | - |
| HSV(B) | 20.49º | 0.95% | 0.67% | - |
| XYZ | 18.89 | 12.45 | 1.64 | - |
| YUV | 89.91 | 81.78 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 8 | 0 | 0.63 | 0.95 | 0.33 | 20.49 | 0.91 | 0.35 |
| Hex | AC | 40 | 8 | 0 | 3F | 5F | 21 | 14 | 5B | 23 |
| Octal | 254 | 100 | 10 | 0 | 77 | 137 | 41 | 24 | 133 | 43 |
| Binary | 10101100 | 1000000 | 1000 | 0 | 111111 | 1011111 | 100001 | 10100 | 1011011 | 100011 |
Color Harmonies of #AC4008
Complementary color
Monochromatic Colors of #AC4008
Black with #AC4008
Text Example
Text Example
White with #AC4008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4008; }
p { color: rgb(172,64,8); }
H1.HeaderClassName
{
color: #AC4008;
}
.AnyTagClassName
{
color: #AC4008;
}
</style>
background-color css
<style>
a { background-color: #AC4008; }
a { background-color: rgb(172,64,8); }
div.DivClassName
{
background-color: #AC4008;
}
.BgClassName
{
background-color: #AC4008;
}
</style>
border-color css
<style>
span { border-color: #AC4008; }
span { border-color: rgb(172,64,8); }
td.TdClassName
{
border-color: #AC4008;
}
.TagClassName
{
border-color: #AC4008;
}
</style>