Shades of Rust #A84A11
Tints of Rust #A84A11
RGB
CMYK
RGB Variations
Color information
#A84A11 (or 0xA84A11) is known color: Rust. HEX triplet: A8, 4A and 11. RGB value is (168,74,17). Sum of RGB (Red+Green+Blue) = 168+74+17=259 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.86% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84A11 is #57B5EE. Grayscale: #5F5F5F. Windows color (decimal): -5748207 or 1133224. OLE color: 1133224.
HSL color Cylindrical-coordinate representation of color #A84A11: hue angle of 22.65º 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 #A84A11 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 74 | 17 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.34 |
| HSL | 22.65º | 0.82% | 0.36% | - |
| HSV(B) | 22.65º | 0.9% | 0.66% | - |
| XYZ | 18.7 | 13.26 | 2.1 | - |
| YUV | 95.61 | 83.64 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 17 | 0 | 0.56 | 0.90 | 0.34 | 22.65 | 0.82 | 0.36 |
| Hex | A8 | 4A | 11 | 0 | 38 | 5A | 22 | 17 | 52 | 24 |
| Octal | 250 | 112 | 21 | 0 | 70 | 132 | 42 | 27 | 122 | 44 |
| Binary | 10101000 | 1001010 | 10001 | 0 | 111000 | 1011010 | 100010 | 10111 | 1010010 | 100100 |
Color Harmonies of #A84A11
Complementary color
Monochromatic Colors of #A84A11
Black with #A84A11
Text Example
Text Example
White with #A84A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84A11; }
p { color: rgb(168,74,17); }
H1.HeaderClassName
{
color: #A84A11;
}
.AnyTagClassName
{
color: #A84A11;
}
</style>
background-color css
<style>
a { background-color: #A84A11; }
a { background-color: rgb(168,74,17); }
div.DivClassName
{
background-color: #A84A11;
}
.BgClassName
{
background-color: #A84A11;
}
</style>
border-color css
<style>
span { border-color: #A84A11; }
span { border-color: rgb(168,74,17); }
td.TdClassName
{
border-color: #A84A11;
}
.TagClassName
{
border-color: #A84A11;
}
</style>