Shades of Rust #A64710
Tints of Rust #A64710
RGB
CMYK
RGB Variations
Color information
#A64710 (or 0xA64710) is known color: Rust. HEX triplet: A6, 47 and 10. RGB value is (166,71,16). Sum of RGB (Red+Green+Blue) = 166+71+16=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A64710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64710 is #59B8EF. Grayscale: #5D5D5D. Windows color (decimal): -5880048 or 1066918. OLE color: 1066918.
HSL color Cylindrical-coordinate representation of color #A64710: hue angle of 22º 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 #A64710 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 16 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.35 |
| HSL | 22º | 0.82% | 0.36% | - |
| HSV(B) | 22º | 0.9% | 0.65% | - |
| XYZ | 18.07 | 12.65 | 1.98 | - |
| YUV | 93.14 | 84.47 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 16 | 0 | 0.57 | 0.90 | 0.35 | 22 | 0.82 | 0.36 |
| Hex | A6 | 47 | 10 | 0 | 39 | 5A | 23 | 16 | 52 | 24 |
| Octal | 246 | 107 | 20 | 0 | 71 | 132 | 43 | 26 | 122 | 44 |
| Binary | 10100110 | 1000111 | 10000 | 0 | 111001 | 1011010 | 100011 | 10110 | 1010010 | 100100 |
Color Harmonies of #A64710
Complementary color
Monochromatic Colors of #A64710
Black with #A64710
Text Example
Text Example
White with #A64710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64710; }
p { color: rgb(166,71,16); }
H1.HeaderClassName
{
color: #A64710;
}
.AnyTagClassName
{
color: #A64710;
}
</style>
background-color css
<style>
a { background-color: #A64710; }
a { background-color: rgb(166,71,16); }
div.DivClassName
{
background-color: #A64710;
}
.BgClassName
{
background-color: #A64710;
}
</style>
border-color css
<style>
span { border-color: #A64710; }
span { border-color: rgb(166,71,16); }
td.TdClassName
{
border-color: #A64710;
}
.TagClassName
{
border-color: #A64710;
}
</style>