Shades of Rust #A04006
Tints of Rust #A04006
RGB
CMYK
RGB Variations
Color information
#A04006 (or 0xA04006) is known color: Rust. HEX triplet: A0, 40 and 06. RGB value is (160,64,6). Sum of RGB (Red+Green+Blue) = 160+64+6=230 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.57% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 160 - color contains mainly: red. Hex color #A04006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04006 is #5FBFF9. Grayscale: #565656. Windows color (decimal): -6275066 or 409760. OLE color: 409760.
HSL color Cylindrical-coordinate representation of color #A04006: hue angle of 22.6º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A04006 is Cyan = 0, Magento = 0.6, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 6 | - |
| CMYK | 0 | 0.6 | 0.96 | 0.37 |
| HSL | 22.6º | 0.93% | 0.33% | - |
| HSV(B) | 22.6º | 0.96% | 0.63% | - |
| XYZ | 16.36 | 11.15 | 1.46 | - |
| YUV | 86.09 | 82.8 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 6 | 0 | 0.6 | 0.96 | 0.37 | 22.6 | 0.93 | 0.33 |
| Hex | A0 | 40 | 6 | 0 | 3C | 60 | 25 | 17 | 5D | 21 |
| Octal | 240 | 100 | 6 | 0 | 74 | 140 | 45 | 27 | 135 | 41 |
| Binary | 10100000 | 1000000 | 110 | 0 | 111100 | 1100000 | 100101 | 10111 | 1011101 | 100001 |
Color Harmonies of #A04006
Complementary color
Monochromatic Colors of #A04006
Black with #A04006
Text Example
Text Example
White with #A04006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04006; }
p { color: rgb(160,64,6); }
H1.HeaderClassName
{
color: #A04006;
}
.AnyTagClassName
{
color: #A04006;
}
</style>
background-color css
<style>
a { background-color: #A04006; }
a { background-color: rgb(160,64,6); }
div.DivClassName
{
background-color: #A04006;
}
.BgClassName
{
background-color: #A04006;
}
</style>
border-color css
<style>
span { border-color: #A04006; }
span { border-color: rgb(160,64,6); }
td.TdClassName
{
border-color: #A04006;
}
.TagClassName
{
border-color: #A04006;
}
</style>