Shades of Rust #AC4907
Tints of Rust #AC4907
RGB
CMYK
RGB Variations
Color information
#AC4907 (or 0xAC4907) is known color: Rust. HEX triplet: AC, 49 and 07. RGB value is (172,73,7). Sum of RGB (Red+Green+Blue) = 172+73+7=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4907 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4907 is #53B6F8. Grayscale: #5F5F5F. Windows color (decimal): -5486329 or 477612. OLE color: 477612.
HSL color Cylindrical-coordinate representation of color #AC4907: hue angle of 24º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC4907 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 7 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.33 |
| HSL | 24º | 0.92% | 0.35% | - |
| HSV(B) | 24º | 0.96% | 0.67% | - |
| XYZ | 19.43 | 13.55 | 1.79 | - |
| YUV | 95.08 | 78.3 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 7 | 0 | 0.58 | 0.96 | 0.33 | 24 | 0.92 | 0.35 |
| Hex | AC | 49 | 7 | 0 | 3A | 60 | 21 | 18 | 5C | 23 |
| Octal | 254 | 111 | 7 | 0 | 72 | 140 | 41 | 30 | 134 | 43 |
| Binary | 10101100 | 1001001 | 111 | 0 | 111010 | 1100000 | 100001 | 11000 | 1011100 | 100011 |
Color Harmonies of #AC4907
Complementary color
Monochromatic Colors of #AC4907
Black with #AC4907
Text Example
Text Example
White with #AC4907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4907; }
p { color: rgb(172,73,7); }
H1.HeaderClassName
{
color: #AC4907;
}
.AnyTagClassName
{
color: #AC4907;
}
</style>
background-color css
<style>
a { background-color: #AC4907; }
a { background-color: rgb(172,73,7); }
div.DivClassName
{
background-color: #AC4907;
}
.BgClassName
{
background-color: #AC4907;
}
</style>
border-color css
<style>
span { border-color: #AC4907; }
span { border-color: rgb(172,73,7); }
td.TdClassName
{
border-color: #AC4907;
}
.TagClassName
{
border-color: #AC4907;
}
</style>