Shades of Rust #A84E00
Tints of Rust #A84E00
RGB
CMYK
RGB Variations
Color information
#A84E00 (or 0xA84E00) is known color: Rust. HEX triplet: A8, 4E and 00. RGB value is (168,78,0). Sum of RGB (Red+Green+Blue) = 168+78+0=246 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.29% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A84E00 is #57B1FF. Grayscale: #606060. Windows color (decimal): -5747200 or 20136. OLE color: 20136.
HSL color Cylindrical-coordinate representation of color #A84E00: hue angle of 27.86º 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 #A84E00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 78 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.34 |
| HSL | 27.86º | 1% | 0.33% | - |
| HSV(B) | 27.86º | 1% | 0.66% | - |
| XYZ | 18.87 | 13.77 | 1.66 | - |
| YUV | 96.02 | 73.82 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 78 | 0 | 0 | 0.54 | 1 | 0.34 | 27.86 | 1 | 0.33 |
| Hex | A8 | 4E | 0 | 0 | 36 | 64 | 22 | 1C | 64 | 21 |
| Octal | 250 | 116 | 0 | 0 | 66 | 144 | 42 | 34 | 144 | 41 |
| Binary | 10101000 | 1001110 | 0 | 0 | 110110 | 1100100 | 100010 | 11100 | 1100100 | 100001 |
Color Harmonies of #A84E00
Complementary color
Monochromatic Colors of #A84E00
Black with #A84E00
Text Example
Text Example
White with #A84E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84E00; }
p { color: rgb(168,78,0); }
H1.HeaderClassName
{
color: #A84E00;
}
.AnyTagClassName
{
color: #A84E00;
}
</style>
background-color css
<style>
a { background-color: #A84E00; }
a { background-color: rgb(168,78,0); }
div.DivClassName
{
background-color: #A84E00;
}
.BgClassName
{
background-color: #A84E00;
}
</style>
border-color css
<style>
span { border-color: #A84E00; }
span { border-color: rgb(168,78,0); }
td.TdClassName
{
border-color: #A84E00;
}
.TagClassName
{
border-color: #A84E00;
}
</style>