Shades of Rust #AC4702
Tints of Rust #AC4702
RGB
CMYK
RGB Variations
Color information
#AC4702 (or 0xAC4702) is known color: Rust. HEX triplet: AC, 47 and 02. RGB value is (172,71,2). Sum of RGB (Red+Green+Blue) = 172+71+2=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4702 is #53B8FD. Grayscale: #5D5D5D. Windows color (decimal): -5486846 or 149420. OLE color: 149420.
HSL color Cylindrical-coordinate representation of color #AC4702: hue angle of 24.35º 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 #AC4702 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 71 | 2 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.33 |
| HSL | 24.35º | 0.98% | 0.34% | - |
| HSV(B) | 24.35º | 0.99% | 0.67% | - |
| XYZ | 19.28 | 13.28 | 1.6 | - |
| YUV | 93.33 | 76.46 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 2 | 0 | 0.59 | 0.99 | 0.33 | 24.35 | 0.98 | 0.34 |
| Hex | AC | 47 | 2 | 0 | 3B | 63 | 21 | 18 | 62 | 22 |
| Octal | 254 | 107 | 2 | 0 | 73 | 143 | 41 | 30 | 142 | 42 |
| Binary | 10101100 | 1000111 | 10 | 0 | 111011 | 1100011 | 100001 | 11000 | 1100010 | 100010 |
Color Harmonies of #AC4702
Complementary color
Monochromatic Colors of #AC4702
Black with #AC4702
Text Example
Text Example
White with #AC4702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4702; }
p { color: rgb(172,71,2); }
H1.HeaderClassName
{
color: #AC4702;
}
.AnyTagClassName
{
color: #AC4702;
}
</style>
background-color css
<style>
a { background-color: #AC4702; }
a { background-color: rgb(172,71,2); }
div.DivClassName
{
background-color: #AC4702;
}
.BgClassName
{
background-color: #AC4702;
}
</style>
border-color css
<style>
span { border-color: #AC4702; }
span { border-color: rgb(172,71,2); }
td.TdClassName
{
border-color: #AC4702;
}
.TagClassName
{
border-color: #AC4702;
}
</style>