Shades of Rust #AC4007
Tints of Rust #AC4007
RGB
CMYK
RGB Variations
Color information
#AC4007 (or 0xAC4007) is known color: Rust. HEX triplet: AC, 40 and 07. RGB value is (172,64,7). Sum of RGB (Red+Green+Blue) = 172+64+7=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4007 is #53BFF8. Grayscale: #5A5A5A. Windows color (decimal): -5488633 or 475308. OLE color: 475308.
HSL color Cylindrical-coordinate representation of color #AC4007: hue angle of 20.73º 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 #AC4007 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 7 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.33 |
| HSL | 20.73º | 0.92% | 0.35% | - |
| HSV(B) | 20.73º | 0.96% | 0.67% | - |
| XYZ | 18.89 | 12.45 | 1.61 | - |
| YUV | 89.79 | 81.28 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 7 | 0 | 0.63 | 0.96 | 0.33 | 20.73 | 0.92 | 0.35 |
| Hex | AC | 40 | 7 | 0 | 3F | 60 | 21 | 15 | 5C | 23 |
| Octal | 254 | 100 | 7 | 0 | 77 | 140 | 41 | 25 | 134 | 43 |
| Binary | 10101100 | 1000000 | 111 | 0 | 111111 | 1100000 | 100001 | 10101 | 1011100 | 100011 |
Color Harmonies of #AC4007
Complementary color
Monochromatic Colors of #AC4007
Black with #AC4007
Text Example
Text Example
White with #AC4007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4007; }
p { color: rgb(172,64,7); }
H1.HeaderClassName
{
color: #AC4007;
}
.AnyTagClassName
{
color: #AC4007;
}
</style>
background-color css
<style>
a { background-color: #AC4007; }
a { background-color: rgb(172,64,7); }
div.DivClassName
{
background-color: #AC4007;
}
.BgClassName
{
background-color: #AC4007;
}
</style>
border-color css
<style>
span { border-color: #AC4007; }
span { border-color: rgb(172,64,7); }
td.TdClassName
{
border-color: #AC4007;
}
.TagClassName
{
border-color: #AC4007;
}
</style>