Shades of Rust #AC5308
Tints of Rust #AC5308
RGB
CMYK
RGB Variations
Color information
#AC5308 (or 0xAC5308) is known color: Rust. HEX triplet: AC, 53 and 08. RGB value is (172,83,8). Sum of RGB (Red+Green+Blue) = 172+83+8=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5308 is #53ACF7. Grayscale: #656565. Windows color (decimal): -5483768 or 545708. OLE color: 545708.
HSL color Cylindrical-coordinate representation of color #AC5308: hue angle of 27.44º 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 #AC5308 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 8 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.33 |
| HSL | 27.44º | 0.91% | 0.35% | - |
| HSV(B) | 27.44º | 0.95% | 0.67% | - |
| XYZ | 20.15 | 14.97 | 2.06 | - |
| YUV | 101.06 | 75.49 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 8 | 0 | 0.52 | 0.95 | 0.33 | 27.44 | 0.91 | 0.35 |
| Hex | AC | 53 | 8 | 0 | 34 | 5F | 21 | 1B | 5B | 23 |
| Octal | 254 | 123 | 10 | 0 | 64 | 137 | 41 | 33 | 133 | 43 |
| Binary | 10101100 | 1010011 | 1000 | 0 | 110100 | 1011111 | 100001 | 11011 | 1011011 | 100011 |
Color Harmonies of #AC5308
Complementary color
Monochromatic Colors of #AC5308
Black with #AC5308
Text Example
Text Example
White with #AC5308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5308; }
p { color: rgb(172,83,8); }
H1.HeaderClassName
{
color: #AC5308;
}
.AnyTagClassName
{
color: #AC5308;
}
</style>
background-color css
<style>
a { background-color: #AC5308; }
a { background-color: rgb(172,83,8); }
div.DivClassName
{
background-color: #AC5308;
}
.BgClassName
{
background-color: #AC5308;
}
</style>
border-color css
<style>
span { border-color: #AC5308; }
span { border-color: rgb(172,83,8); }
td.TdClassName
{
border-color: #AC5308;
}
.TagClassName
{
border-color: #AC5308;
}
</style>