Shades of Rust #A84A00
Tints of Rust #A84A00
RGB
CMYK
RGB Variations
Color information
#A84A00 (or 0xA84A00) is known color: Rust. HEX triplet: A8, 4A and 00. RGB value is (168,74,0). Sum of RGB (Red+Green+Blue) = 168+74+0=242 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.42% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84A00 is #57B5FF. Grayscale: #5E5E5E. Windows color (decimal): -5748224 or 19112. OLE color: 19112.
HSL color Cylindrical-coordinate representation of color #A84A00: hue angle of 26.43º 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 #A84A00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 74 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.34 |
| HSL | 26.43º | 1% | 0.33% | - |
| HSV(B) | 26.43º | 1% | 0.66% | - |
| XYZ | 18.6 | 13.22 | 1.57 | - |
| YUV | 93.67 | 75.14 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 74 | 0 | 0 | 0.56 | 1 | 0.34 | 26.43 | 1 | 0.33 |
| Hex | A8 | 4A | 0 | 0 | 38 | 64 | 22 | 1A | 64 | 21 |
| Octal | 250 | 112 | 0 | 0 | 70 | 144 | 42 | 32 | 144 | 41 |
| Binary | 10101000 | 1001010 | 0 | 0 | 111000 | 1100100 | 100010 | 11010 | 1100100 | 100001 |
Color Harmonies of #A84A00
Complementary color
Monochromatic Colors of #A84A00
Black with #A84A00
Text Example
Text Example
White with #A84A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84A00; }
p { color: rgb(168,74,0); }
H1.HeaderClassName
{
color: #A84A00;
}
.AnyTagClassName
{
color: #A84A00;
}
</style>
background-color css
<style>
a { background-color: #A84A00; }
a { background-color: rgb(168,74,0); }
div.DivClassName
{
background-color: #A84A00;
}
.BgClassName
{
background-color: #A84A00;
}
</style>
border-color css
<style>
span { border-color: #A84A00; }
span { border-color: rgb(168,74,0); }
td.TdClassName
{
border-color: #A84A00;
}
.TagClassName
{
border-color: #A84A00;
}
</style>