Shades of Rust #A84F00
Tints of Rust #A84F00
RGB
CMYK
RGB Variations
Color information
#A84F00 (or 0xA84F00) is known color: Rust. HEX triplet: A8, 4F and 00. RGB value is (168,79,0). Sum of RGB (Red+Green+Blue) = 168+79+0=247 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.02% from 247); Green value is 79 (31.25% from 255 or 31.98% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 168 - color contains mainly: red. Hex color #A84F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A84F00 is #57B0FF. Grayscale: #616161. Windows color (decimal): -5746944 or 20392. OLE color: 20392.
HSL color Cylindrical-coordinate representation of color #A84F00: hue angle of 28.21º 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 #A84F00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 79 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.34 |
| HSL | 28.21º | 1% | 0.33% | - |
| HSV(B) | 28.21º | 1% | 0.66% | - |
| XYZ | 18.94 | 13.92 | 1.69 | - |
| YUV | 96.61 | 73.49 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 79 | 0 | 0 | 0.53 | 1 | 0.34 | 28.21 | 1 | 0.33 |
| Hex | A8 | 4F | 0 | 0 | 35 | 64 | 22 | 1C | 64 | 21 |
| Octal | 250 | 117 | 0 | 0 | 65 | 144 | 42 | 34 | 144 | 41 |
| Binary | 10101000 | 1001111 | 0 | 0 | 110101 | 1100100 | 100010 | 11100 | 1100100 | 100001 |
Color Harmonies of #A84F00
Complementary color
Monochromatic Colors of #A84F00
Black with #A84F00
Text Example
Text Example
White with #A84F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84F00; }
p { color: rgb(168,79,0); }
H1.HeaderClassName
{
color: #A84F00;
}
.AnyTagClassName
{
color: #A84F00;
}
</style>
background-color css
<style>
a { background-color: #A84F00; }
a { background-color: rgb(168,79,0); }
div.DivClassName
{
background-color: #A84F00;
}
.BgClassName
{
background-color: #A84F00;
}
</style>
border-color css
<style>
span { border-color: #A84F00; }
span { border-color: rgb(168,79,0); }
td.TdClassName
{
border-color: #A84F00;
}
.TagClassName
{
border-color: #A84F00;
}
</style>