Shades of Rust #A64016
Tints of Rust #A64016
RGB
CMYK
RGB Variations
Color information
#A64016 (or 0xA64016) is known color: Rust. HEX triplet: A6, 40 and 16. RGB value is (166,64,22). Sum of RGB (Red+Green+Blue) = 166+64+22=252 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.87% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 166 - color contains mainly: red. Hex color #A64016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64016 is #59BFE9. Grayscale: #595959. Windows color (decimal): -5881834 or 1458342. OLE color: 1458342.
HSL color Cylindrical-coordinate representation of color #A64016: hue angle of 17.5º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A64016 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 64 | 22 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.35 |
| HSL | 17.5º | 0.77% | 0.37% | - |
| HSV(B) | 17.5º | 0.87% | 0.65% | - |
| XYZ | 17.7 | 11.83 | 2.11 | - |
| YUV | 89.71 | 89.79 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 22 | 0 | 0.61 | 0.87 | 0.35 | 17.5 | 0.77 | 0.37 |
| Hex | A6 | 40 | 16 | 0 | 3D | 57 | 23 | 12 | 4D | 25 |
| Octal | 246 | 100 | 26 | 0 | 75 | 127 | 43 | 22 | 115 | 45 |
| Binary | 10100110 | 1000000 | 10110 | 0 | 111101 | 1010111 | 100011 | 10010 | 1001101 | 100101 |
Color Harmonies of #A64016
Complementary color
Monochromatic Colors of #A64016
Black with #A64016
Text Example
Text Example
White with #A64016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64016; }
p { color: rgb(166,64,22); }
H1.HeaderClassName
{
color: #A64016;
}
.AnyTagClassName
{
color: #A64016;
}
</style>
background-color css
<style>
a { background-color: #A64016; }
a { background-color: rgb(166,64,22); }
div.DivClassName
{
background-color: #A64016;
}
.BgClassName
{
background-color: #A64016;
}
</style>
border-color css
<style>
span { border-color: #A64016; }
span { border-color: rgb(166,64,22); }
td.TdClassName
{
border-color: #A64016;
}
.TagClassName
{
border-color: #A64016;
}
</style>