Shades of Rust #AC4A06
Tints of Rust #AC4A06
RGB
CMYK
RGB Variations
Color information
#AC4A06 (or 0xAC4A06) is known color: Rust. HEX triplet: AC, 4A and 06. RGB value is (172,74,6). Sum of RGB (Red+Green+Blue) = 172+74+6=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4A06 is #53B5F9. Grayscale: #5F5F5F. Windows color (decimal): -5486074 or 412332. OLE color: 412332.
HSL color Cylindrical-coordinate representation of color #AC4A06: hue angle of 24.58º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC4A06 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 74 | 6 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.33 |
| HSL | 24.58º | 0.93% | 0.35% | - |
| HSV(B) | 24.58º | 0.97% | 0.67% | - |
| XYZ | 19.49 | 13.68 | 1.79 | - |
| YUV | 95.55 | 77.47 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 6 | 0 | 0.57 | 0.97 | 0.33 | 24.58 | 0.93 | 0.35 |
| Hex | AC | 4A | 6 | 0 | 39 | 61 | 21 | 19 | 5D | 23 |
| Octal | 254 | 112 | 6 | 0 | 71 | 141 | 41 | 31 | 135 | 43 |
| Binary | 10101100 | 1001010 | 110 | 0 | 111001 | 1100001 | 100001 | 11001 | 1011101 | 100011 |
Color Harmonies of #AC4A06
Complementary color
Monochromatic Colors of #AC4A06
Black with #AC4A06
Text Example
Text Example
White with #AC4A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4A06; }
p { color: rgb(172,74,6); }
H1.HeaderClassName
{
color: #AC4A06;
}
.AnyTagClassName
{
color: #AC4A06;
}
</style>
background-color css
<style>
a { background-color: #AC4A06; }
a { background-color: rgb(172,74,6); }
div.DivClassName
{
background-color: #AC4A06;
}
.BgClassName
{
background-color: #AC4A06;
}
</style>
border-color css
<style>
span { border-color: #AC4A06; }
span { border-color: rgb(172,74,6); }
td.TdClassName
{
border-color: #AC4A06;
}
.TagClassName
{
border-color: #AC4A06;
}
</style>