Shades of Rust #A84000
Tints of Rust #A84000
RGB
CMYK
RGB Variations
Color information
#A84000 (or 0xA84000) is known color: Rust. HEX triplet: A8, 40 and 00. RGB value is (168,64,0). Sum of RGB (Red+Green+Blue) = 168+64+0=232 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.41% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 168 - color contains mainly: red. Hex color #A84000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84000 is #57BFFF. Grayscale: #585858. Windows color (decimal): -5750784 or 16552. OLE color: 16552.
HSL color Cylindrical-coordinate representation of color #A84000: hue angle of 22.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 #A84000 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 64 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.34 |
| HSL | 22.86º | 1% | 0.33% | - |
| HSV(B) | 22.86º | 1% | 0.66% | - |
| XYZ | 17.98 | 11.99 | 1.37 | - |
| YUV | 87.8 | 78.46 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 64 | 0 | 0 | 0.62 | 1 | 0.34 | 22.86 | 1 | 0.33 |
| Hex | A8 | 40 | 0 | 0 | 3E | 64 | 22 | 17 | 64 | 21 |
| Octal | 250 | 100 | 0 | 0 | 76 | 144 | 42 | 27 | 144 | 41 |
| Binary | 10101000 | 1000000 | 0 | 0 | 111110 | 1100100 | 100010 | 10111 | 1100100 | 100001 |
Color Harmonies of #A84000
Complementary color
Monochromatic Colors of #A84000
Black with #A84000
Text Example
Text Example
White with #A84000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84000; }
p { color: rgb(168,64,0); }
H1.HeaderClassName
{
color: #A84000;
}
.AnyTagClassName
{
color: #A84000;
}
</style>
background-color css
<style>
a { background-color: #A84000; }
a { background-color: rgb(168,64,0); }
div.DivClassName
{
background-color: #A84000;
}
.BgClassName
{
background-color: #A84000;
}
</style>
border-color css
<style>
span { border-color: #A84000; }
span { border-color: rgb(168,64,0); }
td.TdClassName
{
border-color: #A84000;
}
.TagClassName
{
border-color: #A84000;
}
</style>