Shades of Rust #A84E11
Tints of Rust #A84E11
RGB
CMYK
RGB Variations
Color information
#A84E11 (or 0xA84E11) is known color: Rust. HEX triplet: A8, 4E and 11. RGB value is (168,78,17). Sum of RGB (Red+Green+Blue) = 168+78+17=263 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.88% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A84E11 is #57B1EE. Grayscale: #626262. Windows color (decimal): -5747183 or 1134248. OLE color: 1134248.
HSL color Cylindrical-coordinate representation of color #A84E11: hue angle of 24.24º 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 #A84E11 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 78 | 17 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.34 |
| HSL | 24.24º | 0.82% | 0.36% | - |
| HSV(B) | 24.24º | 0.9% | 0.66% | - |
| XYZ | 18.97 | 13.81 | 2.2 | - |
| YUV | 97.96 | 82.32 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 78 | 17 | 0 | 0.54 | 0.90 | 0.34 | 24.24 | 0.82 | 0.36 |
| Hex | A8 | 4E | 11 | 0 | 36 | 5A | 22 | 18 | 52 | 24 |
| Octal | 250 | 116 | 21 | 0 | 66 | 132 | 42 | 30 | 122 | 44 |
| Binary | 10101000 | 1001110 | 10001 | 0 | 110110 | 1011010 | 100010 | 11000 | 1010010 | 100100 |
Color Harmonies of #A84E11
Complementary color
Monochromatic Colors of #A84E11
Black with #A84E11
Text Example
Text Example
White with #A84E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84E11; }
p { color: rgb(168,78,17); }
H1.HeaderClassName
{
color: #A84E11;
}
.AnyTagClassName
{
color: #A84E11;
}
</style>
background-color css
<style>
a { background-color: #A84E11; }
a { background-color: rgb(168,78,17); }
div.DivClassName
{
background-color: #A84E11;
}
.BgClassName
{
background-color: #A84E11;
}
</style>
border-color css
<style>
span { border-color: #A84E11; }
span { border-color: rgb(168,78,17); }
td.TdClassName
{
border-color: #A84E11;
}
.TagClassName
{
border-color: #A84E11;
}
</style>