Shades of Rust #AC4A07
Tints of Rust #AC4A07
RGB
CMYK
RGB Variations
Color information
#AC4A07 (or 0xAC4A07) is known color: Rust. HEX triplet: AC, 4A and 07. RGB value is (172,74,7). Sum of RGB (Red+Green+Blue) = 172+74+7=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 7 (3.12% from 255 or 2.77% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4A07 is #53B5F8. Grayscale: #606060. Windows color (decimal): -5486073 or 477868. OLE color: 477868.
HSL color Cylindrical-coordinate representation of color #AC4A07: hue angle of 24.36º 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 #AC4A07 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 74 | 7 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.33 |
| HSL | 24.36º | 0.92% | 0.35% | - |
| HSV(B) | 24.36º | 0.96% | 0.67% | - |
| XYZ | 19.5 | 13.68 | 1.81 | - |
| YUV | 95.66 | 77.97 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 7 | 0 | 0.57 | 0.96 | 0.33 | 24.36 | 0.92 | 0.35 |
| Hex | AC | 4A | 7 | 0 | 39 | 60 | 21 | 18 | 5C | 23 |
| Octal | 254 | 112 | 7 | 0 | 71 | 140 | 41 | 30 | 134 | 43 |
| Binary | 10101100 | 1001010 | 111 | 0 | 111001 | 1100000 | 100001 | 11000 | 1011100 | 100011 |
Color Harmonies of #AC4A07
Complementary color
Monochromatic Colors of #AC4A07
Black with #AC4A07
Text Example
Text Example
White with #AC4A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4A07; }
p { color: rgb(172,74,7); }
H1.HeaderClassName
{
color: #AC4A07;
}
.AnyTagClassName
{
color: #AC4A07;
}
</style>
background-color css
<style>
a { background-color: #AC4A07; }
a { background-color: rgb(172,74,7); }
div.DivClassName
{
background-color: #AC4A07;
}
.BgClassName
{
background-color: #AC4A07;
}
</style>
border-color css
<style>
span { border-color: #AC4A07; }
span { border-color: rgb(172,74,7); }
td.TdClassName
{
border-color: #AC4A07;
}
.TagClassName
{
border-color: #AC4A07;
}
</style>