Shades of Rust #A64705
Tints of Rust #A64705
RGB
CMYK
RGB Variations
Color information
#A64705 (or 0xA64705) is known color: Rust. HEX triplet: A6, 47 and 05. RGB value is (166,71,5). Sum of RGB (Red+Green+Blue) = 166+71+5=242 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.60% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 166 - color contains mainly: red. Hex color #A64705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64705 is #59B8FA. Grayscale: #5C5C5C. Windows color (decimal): -5880059 or 346022. OLE color: 346022.
HSL color Cylindrical-coordinate representation of color #A64705: hue angle of 24.6º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A64705 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 71 | 5 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.35 |
| HSL | 24.6º | 0.94% | 0.34% | - |
| HSV(B) | 24.6º | 0.97% | 0.65% | - |
| XYZ | 18.01 | 12.62 | 1.63 | - |
| YUV | 91.88 | 78.97 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 5 | 0 | 0.57 | 0.97 | 0.35 | 24.6 | 0.94 | 0.34 |
| Hex | A6 | 47 | 5 | 0 | 39 | 61 | 23 | 19 | 5E | 22 |
| Octal | 246 | 107 | 5 | 0 | 71 | 141 | 43 | 31 | 136 | 42 |
| Binary | 10100110 | 1000111 | 101 | 0 | 111001 | 1100001 | 100011 | 11001 | 1011110 | 100010 |
Color Harmonies of #A64705
Complementary color
Monochromatic Colors of #A64705
Black with #A64705
Text Example
Text Example
White with #A64705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64705; }
p { color: rgb(166,71,5); }
H1.HeaderClassName
{
color: #A64705;
}
.AnyTagClassName
{
color: #A64705;
}
</style>
background-color css
<style>
a { background-color: #A64705; }
a { background-color: rgb(166,71,5); }
div.DivClassName
{
background-color: #A64705;
}
.BgClassName
{
background-color: #A64705;
}
</style>
border-color css
<style>
span { border-color: #A64705; }
span { border-color: rgb(166,71,5); }
td.TdClassName
{
border-color: #A64705;
}
.TagClassName
{
border-color: #A64705;
}
</style>