Shades of Rust #A6440E
Tints of Rust #A6440E
RGB
CMYK
RGB Variations
Color information
#A6440E (or 0xA6440E) is known color: Rust. HEX triplet: A6, 44 and 0E. RGB value is (166,68,14). Sum of RGB (Red+Green+Blue) = 166+68+14=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A6440E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6440E is #59BBF1. Grayscale: #5B5B5B. Windows color (decimal): -5880818 or 935078. OLE color: 935078.
HSL color Cylindrical-coordinate representation of color #A6440E: hue angle of 21.32º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6440E is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 68 | 14 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.35 |
| HSL | 21.32º | 0.84% | 0.35% | - |
| HSV(B) | 21.32º | 0.92% | 0.65% | - |
| XYZ | 17.87 | 12.27 | 1.84 | - |
| YUV | 91.15 | 84.47 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 14 | 0 | 0.59 | 0.92 | 0.35 | 21.32 | 0.84 | 0.35 |
| Hex | A6 | 44 | E | 0 | 3B | 5C | 23 | 15 | 54 | 23 |
| Octal | 246 | 104 | 16 | 0 | 73 | 134 | 43 | 25 | 124 | 43 |
| Binary | 10100110 | 1000100 | 1110 | 0 | 111011 | 1011100 | 100011 | 10101 | 1010100 | 100011 |
Color Harmonies of #A6440E
Complementary color
Monochromatic Colors of #A6440E
Black with #A6440E
Text Example
Text Example
White with #A6440E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6440E; }
p { color: rgb(166,68,14); }
H1.HeaderClassName
{
color: #A6440E;
}
.AnyTagClassName
{
color: #A6440E;
}
</style>
background-color css
<style>
a { background-color: #A6440E; }
a { background-color: rgb(166,68,14); }
div.DivClassName
{
background-color: #A6440E;
}
.BgClassName
{
background-color: #A6440E;
}
</style>
border-color css
<style>
span { border-color: #A6440E; }
span { border-color: rgb(166,68,14); }
td.TdClassName
{
border-color: #A6440E;
}
.TagClassName
{
border-color: #A6440E;
}
</style>