Shades of Rust #A84614
Tints of Rust #A84614
RGB
CMYK
RGB Variations
Color information
#A84614 (or 0xA84614) is known color: Rust. HEX triplet: A8, 46 and 14. RGB value is (168,70,20). Sum of RGB (Red+Green+Blue) = 168+70+20=258 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.12% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 168 - color contains mainly: red. Hex color #A84614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84614 is #57B9EB. Grayscale: #5D5D5D. Windows color (decimal): -5749228 or 1328808. OLE color: 1328808.
HSL color Cylindrical-coordinate representation of color #A84614: hue angle of 20.27º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A84614 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 70 | 20 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.34 |
| HSL | 20.27º | 0.79% | 0.37% | - |
| HSV(B) | 20.27º | 0.88% | 0.66% | - |
| XYZ | 18.46 | 12.76 | 2.15 | - |
| YUV | 93.6 | 86.47 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 70 | 20 | 0 | 0.58 | 0.88 | 0.34 | 20.27 | 0.79 | 0.37 |
| Hex | A8 | 46 | 14 | 0 | 3A | 58 | 22 | 14 | 4F | 25 |
| Octal | 250 | 106 | 24 | 0 | 72 | 130 | 42 | 24 | 117 | 45 |
| Binary | 10101000 | 1000110 | 10100 | 0 | 111010 | 1011000 | 100010 | 10100 | 1001111 | 100101 |
Color Harmonies of #A84614
Complementary color
Monochromatic Colors of #A84614
Black with #A84614
Text Example
Text Example
White with #A84614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84614; }
p { color: rgb(168,70,20); }
H1.HeaderClassName
{
color: #A84614;
}
.AnyTagClassName
{
color: #A84614;
}
</style>
background-color css
<style>
a { background-color: #A84614; }
a { background-color: rgb(168,70,20); }
div.DivClassName
{
background-color: #A84614;
}
.BgClassName
{
background-color: #A84614;
}
</style>
border-color css
<style>
span { border-color: #A84614; }
span { border-color: rgb(168,70,20); }
td.TdClassName
{
border-color: #A84614;
}
.TagClassName
{
border-color: #A84614;
}
</style>