Shades of Rust #A84C00
Tints of Rust #A84C00
RGB
CMYK
RGB Variations
Color information
#A84C00 (or 0xA84C00) is known color: Rust. HEX triplet: A8, 4C and 00. RGB value is (168,76,0). Sum of RGB (Red+Green+Blue) = 168+76+0=244 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.85% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84C00 is #57B3FF. Grayscale: #5F5F5F. Windows color (decimal): -5747712 or 19624. OLE color: 19624.
HSL color Cylindrical-coordinate representation of color #A84C00: hue angle of 27.14º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A84C00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 76 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.34 |
| HSL | 27.14º | 1% | 0.33% | - |
| HSV(B) | 27.14º | 1% | 0.66% | - |
| XYZ | 18.73 | 13.49 | 1.62 | - |
| YUV | 94.84 | 74.48 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 76 | 0 | 0 | 0.55 | 1 | 0.34 | 27.14 | 1 | 0.33 |
| Hex | A8 | 4C | 0 | 0 | 37 | 64 | 22 | 1B | 64 | 21 |
| Octal | 250 | 114 | 0 | 0 | 67 | 144 | 42 | 33 | 144 | 41 |
| Binary | 10101000 | 1001100 | 0 | 0 | 110111 | 1100100 | 100010 | 11011 | 1100100 | 100001 |
Color Harmonies of #A84C00
Complementary color
Monochromatic Colors of #A84C00
Black with #A84C00
Text Example
Text Example
White with #A84C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84C00; }
p { color: rgb(168,76,0); }
H1.HeaderClassName
{
color: #A84C00;
}
.AnyTagClassName
{
color: #A84C00;
}
</style>
background-color css
<style>
a { background-color: #A84C00; }
a { background-color: rgb(168,76,0); }
div.DivClassName
{
background-color: #A84C00;
}
.BgClassName
{
background-color: #A84C00;
}
</style>
border-color css
<style>
span { border-color: #A84C00; }
span { border-color: rgb(168,76,0); }
td.TdClassName
{
border-color: #A84C00;
}
.TagClassName
{
border-color: #A84C00;
}
</style>