Shades of Rust #A64A00
Tints of Rust #A64A00
RGB
CMYK
RGB Variations
Color information
#A64A00 (or 0xA64A00) is known color: Rust. HEX triplet: A6, 4A and 00. RGB value is (166,74,0). Sum of RGB (Red+Green+Blue) = 166+74+0=240 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.17% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64A00 is #59B5FF. Grayscale: #5D5D5D. Windows color (decimal): -5879296 or 19110. OLE color: 19110.
HSL color Cylindrical-coordinate representation of color #A64A00: hue angle of 26.75º 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 #A64A00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 74 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.35 |
| HSL | 26.75º | 1% | 0.33% | - |
| HSV(B) | 26.75º | 1% | 0.65% | - |
| XYZ | 18.17 | 13 | 1.55 | - |
| YUV | 93.07 | 75.48 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 0 | 0 | 0.55 | 1 | 0.35 | 26.75 | 1 | 0.33 |
| Hex | A6 | 4A | 0 | 0 | 37 | 64 | 23 | 1B | 64 | 21 |
| Octal | 246 | 112 | 0 | 0 | 67 | 144 | 43 | 33 | 144 | 41 |
| Binary | 10100110 | 1001010 | 0 | 0 | 110111 | 1100100 | 100011 | 11011 | 1100100 | 100001 |
Color Harmonies of #A64A00
Complementary color
Monochromatic Colors of #A64A00
Black with #A64A00
Text Example
Text Example
White with #A64A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64A00; }
p { color: rgb(166,74,0); }
H1.HeaderClassName
{
color: #A64A00;
}
.AnyTagClassName
{
color: #A64A00;
}
</style>
background-color css
<style>
a { background-color: #A64A00; }
a { background-color: rgb(166,74,0); }
div.DivClassName
{
background-color: #A64A00;
}
.BgClassName
{
background-color: #A64A00;
}
</style>
border-color css
<style>
span { border-color: #A64A00; }
span { border-color: rgb(166,74,0); }
td.TdClassName
{
border-color: #A64A00;
}
.TagClassName
{
border-color: #A64A00;
}
</style>