Shades of Rust #AC4A02
Tints of Rust #AC4A02
RGB
CMYK
RGB Variations
Color information
#AC4A02 (or 0xAC4A02) is known color: Rust. HEX triplet: AC, 4A and 02. RGB value is (172,74,2). Sum of RGB (Red+Green+Blue) = 172+74+2=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4A02 is #53B5FD. Grayscale: #5F5F5F. Windows color (decimal): -5486078 or 150188. OLE color: 150188.
HSL color Cylindrical-coordinate representation of color #AC4A02: hue angle of 25.41º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC4A02 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 74 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.33 |
| HSL | 25.41º | 0.98% | 0.34% | - |
| HSV(B) | 25.41º | 0.99% | 0.67% | - |
| XYZ | 19.47 | 13.67 | 1.67 | - |
| YUV | 95.09 | 75.47 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 2 | 0 | 0.57 | 0.99 | 0.33 | 25.41 | 0.98 | 0.34 |
| Hex | AC | 4A | 2 | 0 | 39 | 63 | 21 | 19 | 62 | 22 |
| Octal | 254 | 112 | 2 | 0 | 71 | 143 | 41 | 31 | 142 | 42 |
| Binary | 10101100 | 1001010 | 10 | 0 | 111001 | 1100011 | 100001 | 11001 | 1100010 | 100010 |
Color Harmonies of #AC4A02
Complementary color
Monochromatic Colors of #AC4A02
Black with #AC4A02
Text Example
Text Example
White with #AC4A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4A02; }
p { color: rgb(172,74,2); }
H1.HeaderClassName
{
color: #AC4A02;
}
.AnyTagClassName
{
color: #AC4A02;
}
</style>
background-color css
<style>
a { background-color: #AC4A02; }
a { background-color: rgb(172,74,2); }
div.DivClassName
{
background-color: #AC4A02;
}
.BgClassName
{
background-color: #AC4A02;
}
</style>
border-color css
<style>
span { border-color: #AC4A02; }
span { border-color: rgb(172,74,2); }
td.TdClassName
{
border-color: #AC4A02;
}
.TagClassName
{
border-color: #AC4A02;
}
</style>