Shades of Rust #A84211
Tints of Rust #A84211
RGB
CMYK
RGB Variations
Color information
#A84211 (or 0xA84211) is known color: Rust. HEX triplet: A8, 42 and 11. RGB value is (168,66,17). Sum of RGB (Red+Green+Blue) = 168+66+17=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A84211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84211 is #57BDEE. Grayscale: #5B5B5B. Windows color (decimal): -5750255 or 1131176. OLE color: 1131176.
HSL color Cylindrical-coordinate representation of color #A84211: hue angle of 19.47º 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 #A84211 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 66 | 17 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.34 |
| HSL | 19.47º | 0.82% | 0.36% | - |
| HSV(B) | 19.47º | 0.9% | 0.66% | - |
| XYZ | 18.2 | 12.26 | 1.94 | - |
| YUV | 90.91 | 86.29 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 17 | 0 | 0.61 | 0.90 | 0.34 | 19.47 | 0.82 | 0.36 |
| Hex | A8 | 42 | 11 | 0 | 3D | 5A | 22 | 13 | 52 | 24 |
| Octal | 250 | 102 | 21 | 0 | 75 | 132 | 42 | 23 | 122 | 44 |
| Binary | 10101000 | 1000010 | 10001 | 0 | 111101 | 1011010 | 100010 | 10011 | 1010010 | 100100 |
Color Harmonies of #A84211
Complementary color
Monochromatic Colors of #A84211
Black with #A84211
Text Example
Text Example
White with #A84211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84211; }
p { color: rgb(168,66,17); }
H1.HeaderClassName
{
color: #A84211;
}
.AnyTagClassName
{
color: #A84211;
}
</style>
background-color css
<style>
a { background-color: #A84211; }
a { background-color: rgb(168,66,17); }
div.DivClassName
{
background-color: #A84211;
}
.BgClassName
{
background-color: #A84211;
}
</style>
border-color css
<style>
span { border-color: #A84211; }
span { border-color: rgb(168,66,17); }
td.TdClassName
{
border-color: #A84211;
}
.TagClassName
{
border-color: #A84211;
}
</style>