Shades of Rust #A84911
Tints of Rust #A84911
RGB
CMYK
RGB Variations
Color information
#A84911 (or 0xA84911) is known color: Rust. HEX triplet: A8, 49 and 11. RGB value is (168,73,17). Sum of RGB (Red+Green+Blue) = 168+73+17=258 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.12% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 168 - color contains mainly: red. Hex color #A84911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84911 is #57B6EE. Grayscale: #5F5F5F. Windows color (decimal): -5748463 or 1132968. OLE color: 1132968.
HSL color Cylindrical-coordinate representation of color #A84911: hue angle of 22.25º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A84911 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 17 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.34 |
| HSL | 22.25º | 0.82% | 0.36% | - |
| HSV(B) | 22.25º | 0.9% | 0.66% | - |
| XYZ | 18.63 | 13.13 | 2.08 | - |
| YUV | 95.02 | 83.97 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 17 | 0 | 0.57 | 0.90 | 0.34 | 22.25 | 0.82 | 0.36 |
| Hex | A8 | 49 | 11 | 0 | 39 | 5A | 22 | 16 | 52 | 24 |
| Octal | 250 | 111 | 21 | 0 | 71 | 132 | 42 | 26 | 122 | 44 |
| Binary | 10101000 | 1001001 | 10001 | 0 | 111001 | 1011010 | 100010 | 10110 | 1010010 | 100100 |
Color Harmonies of #A84911
Complementary color
Monochromatic Colors of #A84911
Black with #A84911
Text Example
Text Example
White with #A84911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84911; }
p { color: rgb(168,73,17); }
H1.HeaderClassName
{
color: #A84911;
}
.AnyTagClassName
{
color: #A84911;
}
</style>
background-color css
<style>
a { background-color: #A84911; }
a { background-color: rgb(168,73,17); }
div.DivClassName
{
background-color: #A84911;
}
.BgClassName
{
background-color: #A84911;
}
</style>
border-color css
<style>
span { border-color: #A84911; }
span { border-color: rgb(168,73,17); }
td.TdClassName
{
border-color: #A84911;
}
.TagClassName
{
border-color: #A84911;
}
</style>