Shades of Rust #A64614
Tints of Rust #A64614
RGB
CMYK
RGB Variations
Color information
#A64614 (or 0xA64614) is known color: Rust. HEX triplet: A6, 46 and 14. RGB value is (166,70,20). Sum of RGB (Red+Green+Blue) = 166+70+20=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A64614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64614 is #59B9EB. Grayscale: #5D5D5D. Windows color (decimal): -5880300 or 1328806. OLE color: 1328806.
HSL color Cylindrical-coordinate representation of color #A64614: hue angle of 20.55º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A64614 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 70 | 20 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.35 |
| HSL | 20.55º | 0.78% | 0.36% | - |
| HSV(B) | 20.55º | 0.88% | 0.65% | - |
| XYZ | 18.04 | 12.54 | 2.13 | - |
| YUV | 93 | 86.8 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 70 | 20 | 0 | 0.58 | 0.88 | 0.35 | 20.55 | 0.78 | 0.36 |
| Hex | A6 | 46 | 14 | 0 | 3A | 58 | 23 | 15 | 4E | 24 |
| Octal | 246 | 106 | 24 | 0 | 72 | 130 | 43 | 25 | 116 | 44 |
| Binary | 10100110 | 1000110 | 10100 | 0 | 111010 | 1011000 | 100011 | 10101 | 1001110 | 100100 |
Color Harmonies of #A64614
Complementary color
Monochromatic Colors of #A64614
Black with #A64614
Text Example
Text Example
White with #A64614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64614; }
p { color: rgb(166,70,20); }
H1.HeaderClassName
{
color: #A64614;
}
.AnyTagClassName
{
color: #A64614;
}
</style>
background-color css
<style>
a { background-color: #A64614; }
a { background-color: rgb(166,70,20); }
div.DivClassName
{
background-color: #A64614;
}
.BgClassName
{
background-color: #A64614;
}
</style>
border-color css
<style>
span { border-color: #A64614; }
span { border-color: rgb(166,70,20); }
td.TdClassName
{
border-color: #A64614;
}
.TagClassName
{
border-color: #A64614;
}
</style>