Shades of Rust #AC4807
Tints of Rust #AC4807
RGB
CMYK
RGB Variations
Color information
#AC4807 (or 0xAC4807) is known color: Rust. HEX triplet: AC, 48 and 07. RGB value is (172,72,7). Sum of RGB (Red+Green+Blue) = 172+72+7=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4807 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4807 is #53B7F8. Grayscale: #5E5E5E. Windows color (decimal): -5486585 or 477356. OLE color: 477356.
HSL color Cylindrical-coordinate representation of color #AC4807: hue angle of 23.64º 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 #AC4807 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 7 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.33 |
| HSL | 23.64º | 0.92% | 0.35% | - |
| HSV(B) | 23.64º | 0.96% | 0.67% | - |
| XYZ | 19.37 | 13.42 | 1.77 | - |
| YUV | 94.49 | 78.63 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 7 | 0 | 0.58 | 0.96 | 0.33 | 23.64 | 0.92 | 0.35 |
| Hex | AC | 48 | 7 | 0 | 3A | 60 | 21 | 18 | 5C | 23 |
| Octal | 254 | 110 | 7 | 0 | 72 | 140 | 41 | 30 | 134 | 43 |
| Binary | 10101100 | 1001000 | 111 | 0 | 111010 | 1100000 | 100001 | 11000 | 1011100 | 100011 |
Color Harmonies of #AC4807
Complementary color
Monochromatic Colors of #AC4807
Black with #AC4807
Text Example
Text Example
White with #AC4807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4807; }
p { color: rgb(172,72,7); }
H1.HeaderClassName
{
color: #AC4807;
}
.AnyTagClassName
{
color: #AC4807;
}
</style>
background-color css
<style>
a { background-color: #AC4807; }
a { background-color: rgb(172,72,7); }
div.DivClassName
{
background-color: #AC4807;
}
.BgClassName
{
background-color: #AC4807;
}
</style>
border-color css
<style>
span { border-color: #AC4807; }
span { border-color: rgb(172,72,7); }
td.TdClassName
{
border-color: #AC4807;
}
.TagClassName
{
border-color: #AC4807;
}
</style>