Shades of Rust #A64C00
Tints of Rust #A64C00
RGB
CMYK
RGB Variations
Color information
#A64C00 (or 0xA64C00) is known color: Rust. HEX triplet: A6, 4C and 00. RGB value is (166,76,0). Sum of RGB (Red+Green+Blue) = 166+76+0=242 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.60% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64C00 is #59B3FF. Grayscale: #5E5E5E. Windows color (decimal): -5878784 or 19622. OLE color: 19622.
HSL color Cylindrical-coordinate representation of color #A64C00: hue angle of 27.47º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A64C00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 76 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.35 |
| HSL | 27.47º | 1% | 0.33% | - |
| HSV(B) | 27.47º | 1% | 0.65% | - |
| XYZ | 18.31 | 13.28 | 1.6 | - |
| YUV | 94.25 | 74.82 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 76 | 0 | 0 | 0.54 | 1 | 0.35 | 27.47 | 1 | 0.33 |
| Hex | A6 | 4C | 0 | 0 | 36 | 64 | 23 | 1B | 64 | 21 |
| Octal | 246 | 114 | 0 | 0 | 66 | 144 | 43 | 33 | 144 | 41 |
| Binary | 10100110 | 1001100 | 0 | 0 | 110110 | 1100100 | 100011 | 11011 | 1100100 | 100001 |
Color Harmonies of #A64C00
Complementary color
Monochromatic Colors of #A64C00
Black with #A64C00
Text Example
Text Example
White with #A64C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64C00; }
p { color: rgb(166,76,0); }
H1.HeaderClassName
{
color: #A64C00;
}
.AnyTagClassName
{
color: #A64C00;
}
</style>
background-color css
<style>
a { background-color: #A64C00; }
a { background-color: rgb(166,76,0); }
div.DivClassName
{
background-color: #A64C00;
}
.BgClassName
{
background-color: #A64C00;
}
</style>
border-color css
<style>
span { border-color: #A64C00; }
span { border-color: rgb(166,76,0); }
td.TdClassName
{
border-color: #A64C00;
}
.TagClassName
{
border-color: #A64C00;
}
</style>