Shades of Rust #A64900
Tints of Rust #A64900
RGB
CMYK
RGB Variations
Color information
#A64900 (or 0xA64900) is known color: Rust. HEX triplet: A6, 49 and 00. RGB value is (166,73,0). Sum of RGB (Red+Green+Blue) = 166+73+0=239 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.46% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 166 - color contains mainly: red. Hex color #A64900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64900 is #59B6FF. Grayscale: #5C5C5C. Windows color (decimal): -5879552 or 18854. OLE color: 18854.
HSL color Cylindrical-coordinate representation of color #A64900: hue angle of 26.39º 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 #A64900 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 73 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.35 |
| HSL | 26.39º | 1% | 0.33% | - |
| HSV(B) | 26.39º | 1% | 0.65% | - |
| XYZ | 18.11 | 12.87 | 1.53 | - |
| YUV | 92.49 | 75.81 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 73 | 0 | 0 | 0.56 | 1 | 0.35 | 26.39 | 1 | 0.33 |
| Hex | A6 | 49 | 0 | 0 | 38 | 64 | 23 | 1A | 64 | 21 |
| Octal | 246 | 111 | 0 | 0 | 70 | 144 | 43 | 32 | 144 | 41 |
| Binary | 10100110 | 1001001 | 0 | 0 | 111000 | 1100100 | 100011 | 11010 | 1100100 | 100001 |
Color Harmonies of #A64900
Complementary color
Monochromatic Colors of #A64900
Black with #A64900
Text Example
Text Example
White with #A64900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64900; }
p { color: rgb(166,73,0); }
H1.HeaderClassName
{
color: #A64900;
}
.AnyTagClassName
{
color: #A64900;
}
</style>
background-color css
<style>
a { background-color: #A64900; }
a { background-color: rgb(166,73,0); }
div.DivClassName
{
background-color: #A64900;
}
.BgClassName
{
background-color: #A64900;
}
</style>
border-color css
<style>
span { border-color: #A64900; }
span { border-color: rgb(166,73,0); }
td.TdClassName
{
border-color: #A64900;
}
.TagClassName
{
border-color: #A64900;
}
</style>