Shades of Rust #A64017
Tints of Rust #A64017
RGB
CMYK
RGB Variations
Color information
#A64017 (or 0xA64017) is known color: Rust. HEX triplet: A6, 40 and 17. RGB value is (166,64,23). Sum of RGB (Red+Green+Blue) = 166+64+23=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A64017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64017 is #59BFE8. Grayscale: #5A5A5A. Windows color (decimal): -5881833 or 1523878. OLE color: 1523878.
HSL color Cylindrical-coordinate representation of color #A64017: hue angle of 17.2º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A64017 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 64 | 23 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.35 |
| HSL | 17.2º | 0.76% | 0.37% | - |
| HSV(B) | 17.2º | 0.86% | 0.65% | - |
| XYZ | 17.71 | 11.84 | 2.16 | - |
| YUV | 89.82 | 90.29 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 23 | 0 | 0.61 | 0.86 | 0.35 | 17.2 | 0.76 | 0.37 |
| Hex | A6 | 40 | 17 | 0 | 3D | 56 | 23 | 11 | 4C | 25 |
| Octal | 246 | 100 | 27 | 0 | 75 | 126 | 43 | 21 | 114 | 45 |
| Binary | 10100110 | 1000000 | 10111 | 0 | 111101 | 1010110 | 100011 | 10001 | 1001100 | 100101 |
Color Harmonies of #A64017
Complementary color
Monochromatic Colors of #A64017
Black with #A64017
Text Example
Text Example
White with #A64017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64017; }
p { color: rgb(166,64,23); }
H1.HeaderClassName
{
color: #A64017;
}
.AnyTagClassName
{
color: #A64017;
}
</style>
background-color css
<style>
a { background-color: #A64017; }
a { background-color: rgb(166,64,23); }
div.DivClassName
{
background-color: #A64017;
}
.BgClassName
{
background-color: #A64017;
}
</style>
border-color css
<style>
span { border-color: #A64017; }
span { border-color: rgb(166,64,23); }
td.TdClassName
{
border-color: #A64017;
}
.TagClassName
{
border-color: #A64017;
}
</style>