Shades of Rust #A64400
Tints of Rust #A64400
RGB
CMYK
RGB Variations
Color information
#A64400 (or 0xA64400) is known color: Rust. HEX triplet: A6, 44 and 00. RGB value is (166,68,0). Sum of RGB (Red+Green+Blue) = 166+68+0=234 (30% of max value = 765). Red value is 166 (65.23% from 255 or 70.94% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 166 - color contains mainly: red. Hex color #A64400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64400 is #59BBFF. Grayscale: #595959. Windows color (decimal): -5880832 or 17574. OLE color: 17574.
HSL color Cylindrical-coordinate representation of color #A64400: hue angle of 24.58º 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 #A64400 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 68 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.35 |
| HSL | 24.58º | 1% | 0.33% | - |
| HSV(B) | 24.58º | 1% | 0.65% | - |
| XYZ | 17.79 | 12.24 | 1.43 | - |
| YUV | 89.55 | 77.47 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 0 | 0 | 0.59 | 1 | 0.35 | 24.58 | 1 | 0.33 |
| Hex | A6 | 44 | 0 | 0 | 3B | 64 | 23 | 19 | 64 | 21 |
| Octal | 246 | 104 | 0 | 0 | 73 | 144 | 43 | 31 | 144 | 41 |
| Binary | 10100110 | 1000100 | 0 | 0 | 111011 | 1100100 | 100011 | 11001 | 1100100 | 100001 |
Color Harmonies of #A64400
Complementary color
Monochromatic Colors of #A64400
Black with #A64400
Text Example
Text Example
White with #A64400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64400; }
p { color: rgb(166,68,0); }
H1.HeaderClassName
{
color: #A64400;
}
.AnyTagClassName
{
color: #A64400;
}
</style>
background-color css
<style>
a { background-color: #A64400; }
a { background-color: rgb(166,68,0); }
div.DivClassName
{
background-color: #A64400;
}
.BgClassName
{
background-color: #A64400;
}
</style>
border-color css
<style>
span { border-color: #A64400; }
span { border-color: rgb(166,68,0); }
td.TdClassName
{
border-color: #A64400;
}
.TagClassName
{
border-color: #A64400;
}
</style>