Shades of Rust #AC4808
Tints of Rust #AC4808
RGB
CMYK
RGB Variations
Color information
#AC4808 (or 0xAC4808) is known color: Rust. HEX triplet: AC, 48 and 08. RGB value is (172,72,8). Sum of RGB (Red+Green+Blue) = 172+72+8=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4808 is #53B7F7. Grayscale: #5E5E5E. Windows color (decimal): -5486584 or 542892. OLE color: 542892.
HSL color Cylindrical-coordinate representation of color #AC4808: hue angle of 23.41º 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 #AC4808 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 8 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.33 |
| HSL | 23.41º | 0.91% | 0.35% | - |
| HSV(B) | 23.41º | 0.95% | 0.67% | - |
| XYZ | 19.37 | 13.42 | 1.8 | - |
| YUV | 94.6 | 79.13 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 8 | 0 | 0.58 | 0.95 | 0.33 | 23.41 | 0.91 | 0.35 |
| Hex | AC | 48 | 8 | 0 | 3A | 5F | 21 | 17 | 5B | 23 |
| Octal | 254 | 110 | 10 | 0 | 72 | 137 | 41 | 27 | 133 | 43 |
| Binary | 10101100 | 1001000 | 1000 | 0 | 111010 | 1011111 | 100001 | 10111 | 1011011 | 100011 |
Color Harmonies of #AC4808
Complementary color
Monochromatic Colors of #AC4808
Black with #AC4808
Text Example
Text Example
White with #AC4808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4808; }
p { color: rgb(172,72,8); }
H1.HeaderClassName
{
color: #AC4808;
}
.AnyTagClassName
{
color: #AC4808;
}
</style>
background-color css
<style>
a { background-color: #AC4808; }
a { background-color: rgb(172,72,8); }
div.DivClassName
{
background-color: #AC4808;
}
.BgClassName
{
background-color: #AC4808;
}
</style>
border-color css
<style>
span { border-color: #AC4808; }
span { border-color: rgb(172,72,8); }
td.TdClassName
{
border-color: #AC4808;
}
.TagClassName
{
border-color: #AC4808;
}
</style>