Shades of Rust #A84914
Tints of Rust #A84914
RGB
CMYK
RGB Variations
Color information
#A84914 (or 0xA84914) is known color: Rust. HEX triplet: A8, 49 and 14. RGB value is (168,73,20). Sum of RGB (Red+Green+Blue) = 168+73+20=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A84914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84914 is #57B6EB. Grayscale: #5F5F5F. Windows color (decimal): -5748460 or 1329576. OLE color: 1329576.
HSL color Cylindrical-coordinate representation of color #A84914: hue angle of 21.49º 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 #A84914 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 20 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.34 |
| HSL | 21.49º | 0.79% | 0.37% | - |
| HSV(B) | 21.49º | 0.88% | 0.66% | - |
| XYZ | 18.66 | 13.14 | 2.21 | - |
| YUV | 95.36 | 85.47 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 20 | 0 | 0.57 | 0.88 | 0.34 | 21.49 | 0.79 | 0.37 |
| Hex | A8 | 49 | 14 | 0 | 39 | 58 | 22 | 15 | 4F | 25 |
| Octal | 250 | 111 | 24 | 0 | 71 | 130 | 42 | 25 | 117 | 45 |
| Binary | 10101000 | 1001001 | 10100 | 0 | 111001 | 1011000 | 100010 | 10101 | 1001111 | 100101 |
Color Harmonies of #A84914
Complementary color
Monochromatic Colors of #A84914
Black with #A84914
Text Example
Text Example
White with #A84914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84914; }
p { color: rgb(168,73,20); }
H1.HeaderClassName
{
color: #A84914;
}
.AnyTagClassName
{
color: #A84914;
}
</style>
background-color css
<style>
a { background-color: #A84914; }
a { background-color: rgb(168,73,20); }
div.DivClassName
{
background-color: #A84914;
}
.BgClassName
{
background-color: #A84914;
}
</style>
border-color css
<style>
span { border-color: #A84914; }
span { border-color: rgb(168,73,20); }
td.TdClassName
{
border-color: #A84914;
}
.TagClassName
{
border-color: #A84914;
}
</style>