Shades of Rust #AC4A03
Tints of Rust #AC4A03
RGB
CMYK
RGB Variations
Color information
#AC4A03 (or 0xAC4A03) is known color: Rust. HEX triplet: AC, 4A and 03. RGB value is (172,74,3). Sum of RGB (Red+Green+Blue) = 172+74+3=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4A03 is #53B5FC. Grayscale: #5F5F5F. Windows color (decimal): -5486077 or 215724. OLE color: 215724.
HSL color Cylindrical-coordinate representation of color #AC4A03: hue angle of 25.21º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC4A03 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 74 | 3 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.33 |
| HSL | 25.21º | 0.97% | 0.34% | - |
| HSV(B) | 25.21º | 0.98% | 0.67% | - |
| XYZ | 19.48 | 13.67 | 1.7 | - |
| YUV | 95.21 | 75.97 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 3 | 0 | 0.57 | 0.98 | 0.33 | 25.21 | 0.97 | 0.34 |
| Hex | AC | 4A | 3 | 0 | 39 | 62 | 21 | 19 | 61 | 22 |
| Octal | 254 | 112 | 3 | 0 | 71 | 142 | 41 | 31 | 141 | 42 |
| Binary | 10101100 | 1001010 | 11 | 0 | 111001 | 1100010 | 100001 | 11001 | 1100001 | 100010 |
Color Harmonies of #AC4A03
Complementary color
Monochromatic Colors of #AC4A03
Black with #AC4A03
Text Example
Text Example
White with #AC4A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4A03; }
p { color: rgb(172,74,3); }
H1.HeaderClassName
{
color: #AC4A03;
}
.AnyTagClassName
{
color: #AC4A03;
}
</style>
background-color css
<style>
a { background-color: #AC4A03; }
a { background-color: rgb(172,74,3); }
div.DivClassName
{
background-color: #AC4A03;
}
.BgClassName
{
background-color: #AC4A03;
}
</style>
border-color css
<style>
span { border-color: #AC4A03; }
span { border-color: rgb(172,74,3); }
td.TdClassName
{
border-color: #AC4A03;
}
.TagClassName
{
border-color: #AC4A03;
}
</style>