Shades of Rust #AC4308
Tints of Rust #AC4308
RGB
CMYK
RGB Variations
Color information
#AC4308 (or 0xAC4308) is known color: Rust. HEX triplet: AC, 43 and 08. RGB value is (172,67,8). Sum of RGB (Red+Green+Blue) = 172+67+8=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 8 (3.52% from 255 or 3.24% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4308 is #53BCF7. Grayscale: #5C5C5C. Windows color (decimal): -5487864 or 541612. OLE color: 541612.
HSL color Cylindrical-coordinate representation of color #AC4308: hue angle of 21.59º 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 #AC4308 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 8 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.33 |
| HSL | 21.59º | 0.91% | 0.35% | - |
| HSV(B) | 21.59º | 0.95% | 0.67% | - |
| XYZ | 19.06 | 12.8 | 1.7 | - |
| YUV | 91.67 | 80.79 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 8 | 0 | 0.61 | 0.95 | 0.33 | 21.59 | 0.91 | 0.35 |
| Hex | AC | 43 | 8 | 0 | 3D | 5F | 21 | 16 | 5B | 23 |
| Octal | 254 | 103 | 10 | 0 | 75 | 137 | 41 | 26 | 133 | 43 |
| Binary | 10101100 | 1000011 | 1000 | 0 | 111101 | 1011111 | 100001 | 10110 | 1011011 | 100011 |
Color Harmonies of #AC4308
Complementary color
Monochromatic Colors of #AC4308
Black with #AC4308
Text Example
Text Example
White with #AC4308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4308; }
p { color: rgb(172,67,8); }
H1.HeaderClassName
{
color: #AC4308;
}
.AnyTagClassName
{
color: #AC4308;
}
</style>
background-color css
<style>
a { background-color: #AC4308; }
a { background-color: rgb(172,67,8); }
div.DivClassName
{
background-color: #AC4308;
}
.BgClassName
{
background-color: #AC4308;
}
</style>
border-color css
<style>
span { border-color: #AC4308; }
span { border-color: rgb(172,67,8); }
td.TdClassName
{
border-color: #AC4308;
}
.TagClassName
{
border-color: #AC4308;
}
</style>