Shades of Rust #A64610
Tints of Rust #A64610
RGB
CMYK
RGB Variations
Color information
#A64610 (or 0xA64610) is known color: Rust. HEX triplet: A6, 46 and 10. RGB value is (166,70,16). Sum of RGB (Red+Green+Blue) = 166+70+16=252 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.87% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 166 - color contains mainly: red. Hex color #A64610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64610 is #59B9EF. Grayscale: #5C5C5C. Windows color (decimal): -5880304 or 1066662. OLE color: 1066662.
HSL color Cylindrical-coordinate representation of color #A64610: hue angle of 21.6º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A64610 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 70 | 16 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.35 |
| HSL | 21.6º | 0.82% | 0.36% | - |
| HSV(B) | 21.6º | 0.9% | 0.65% | - |
| XYZ | 18.01 | 12.52 | 1.96 | - |
| YUV | 92.55 | 84.8 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 70 | 16 | 0 | 0.58 | 0.90 | 0.35 | 21.6 | 0.82 | 0.36 |
| Hex | A6 | 46 | 10 | 0 | 3A | 5A | 23 | 16 | 52 | 24 |
| Octal | 246 | 106 | 20 | 0 | 72 | 132 | 43 | 26 | 122 | 44 |
| Binary | 10100110 | 1000110 | 10000 | 0 | 111010 | 1011010 | 100011 | 10110 | 1010010 | 100100 |
Color Harmonies of #A64610
Complementary color
Monochromatic Colors of #A64610
Black with #A64610
Text Example
Text Example
White with #A64610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64610; }
p { color: rgb(166,70,16); }
H1.HeaderClassName
{
color: #A64610;
}
.AnyTagClassName
{
color: #A64610;
}
</style>
background-color css
<style>
a { background-color: #A64610; }
a { background-color: rgb(166,70,16); }
div.DivClassName
{
background-color: #A64610;
}
.BgClassName
{
background-color: #A64610;
}
</style>
border-color css
<style>
span { border-color: #A64610; }
span { border-color: rgb(166,70,16); }
td.TdClassName
{
border-color: #A64610;
}
.TagClassName
{
border-color: #A64610;
}
</style>