Shades of Rust #A64716
Tints of Rust #A64716
RGB
CMYK
RGB Variations
Color information
#A64716 (or 0xA64716) is known color: Rust. HEX triplet: A6, 47 and 16. RGB value is (166,71,22). Sum of RGB (Red+Green+Blue) = 166+71+22=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A64716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64716 is #59B8E9. Grayscale: #5E5E5E. Windows color (decimal): -5880042 or 1460134. OLE color: 1460134.
HSL color Cylindrical-coordinate representation of color #A64716: hue angle of 20.42º 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 #A64716 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 22 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.35 |
| HSL | 20.42º | 0.77% | 0.37% | - |
| HSV(B) | 20.42º | 0.87% | 0.65% | - |
| XYZ | 18.12 | 12.67 | 2.25 | - |
| YUV | 93.82 | 87.47 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 22 | 0 | 0.57 | 0.87 | 0.35 | 20.42 | 0.77 | 0.37 |
| Hex | A6 | 47 | 16 | 0 | 39 | 57 | 23 | 14 | 4D | 25 |
| Octal | 246 | 107 | 26 | 0 | 71 | 127 | 43 | 24 | 115 | 45 |
| Binary | 10100110 | 1000111 | 10110 | 0 | 111001 | 1010111 | 100011 | 10100 | 1001101 | 100101 |
Color Harmonies of #A64716
Complementary color
Monochromatic Colors of #A64716
Black with #A64716
Text Example
Text Example
White with #A64716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64716; }
p { color: rgb(166,71,22); }
H1.HeaderClassName
{
color: #A64716;
}
.AnyTagClassName
{
color: #A64716;
}
</style>
background-color css
<style>
a { background-color: #A64716; }
a { background-color: rgb(166,71,22); }
div.DivClassName
{
background-color: #A64716;
}
.BgClassName
{
background-color: #A64716;
}
</style>
border-color css
<style>
span { border-color: #A64716; }
span { border-color: rgb(166,71,22); }
td.TdClassName
{
border-color: #A64716;
}
.TagClassName
{
border-color: #A64716;
}
</style>