Shades of Rust #A64905
Tints of Rust #A64905
RGB
CMYK
RGB Variations
Color information
#A64905 (or 0xA64905) is known color: Rust. HEX triplet: A6, 49 and 05. RGB value is (166,73,5). Sum of RGB (Red+Green+Blue) = 166+73+5=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A64905 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64905 is #59B6FA. Grayscale: #5D5D5D. Windows color (decimal): -5879547 or 346534. OLE color: 346534.
HSL color Cylindrical-coordinate representation of color #A64905: hue angle of 25.34º 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 #A64905 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 73 | 5 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.35 |
| HSL | 25.34º | 0.94% | 0.34% | - |
| HSV(B) | 25.34º | 0.97% | 0.65% | - |
| XYZ | 18.14 | 12.88 | 1.67 | - |
| YUV | 93.06 | 78.31 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 5 | 0 | 0.56 | 0.97 | 0.35 | 25.34 | 0.94 | 0.34 |
| Hex | A6 | 49 | 5 | 0 | 38 | 61 | 23 | 19 | 5E | 22 |
| Octal | 246 | 111 | 5 | 0 | 70 | 141 | 43 | 31 | 136 | 42 |
| Binary | 10100110 | 1001001 | 101 | 0 | 111000 | 1100001 | 100011 | 11001 | 1011110 | 100010 |
Color Harmonies of #A64905
Complementary color
Monochromatic Colors of #A64905
Black with #A64905
Text Example
Text Example
White with #A64905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64905; }
p { color: rgb(166,73,5); }
H1.HeaderClassName
{
color: #A64905;
}
.AnyTagClassName
{
color: #A64905;
}
</style>
background-color css
<style>
a { background-color: #A64905; }
a { background-color: rgb(166,73,5); }
div.DivClassName
{
background-color: #A64905;
}
.BgClassName
{
background-color: #A64905;
}
</style>
border-color css
<style>
span { border-color: #A64905; }
span { border-color: rgb(166,73,5); }
td.TdClassName
{
border-color: #A64905;
}
.TagClassName
{
border-color: #A64905;
}
</style>