Shades of Rust #A84900
Tints of Rust #A84900
RGB
CMYK
RGB Variations
Color information
#A84900 (or 0xA84900) is known color: Rust. HEX triplet: A8, 49 and 00. RGB value is (168,73,0). Sum of RGB (Red+Green+Blue) = 168+73+0=241 (31% of max value = 765). Red value is 168 (66.02% from 255 or 69.71% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 168 - color contains mainly: red. Hex color #A84900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84900 is #57B6FF. Grayscale: #5D5D5D. Windows color (decimal): -5748480 or 18856. OLE color: 18856.
HSL color Cylindrical-coordinate representation of color #A84900: hue angle of 26.07º 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 #A84900 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.34 |
| HSL | 26.07º | 1% | 0.33% | - |
| HSV(B) | 26.07º | 1% | 0.66% | - |
| XYZ | 18.53 | 13.09 | 1.55 | - |
| YUV | 93.08 | 75.47 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 0 | 0 | 0.57 | 1 | 0.34 | 26.07 | 1 | 0.33 |
| Hex | A8 | 49 | 0 | 0 | 39 | 64 | 22 | 1A | 64 | 21 |
| Octal | 250 | 111 | 0 | 0 | 71 | 144 | 42 | 32 | 144 | 41 |
| Binary | 10101000 | 1001001 | 0 | 0 | 111001 | 1100100 | 100010 | 11010 | 1100100 | 100001 |
Color Harmonies of #A84900
Complementary color
Monochromatic Colors of #A84900
Black with #A84900
Text Example
Text Example
White with #A84900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84900; }
p { color: rgb(168,73,0); }
H1.HeaderClassName
{
color: #A84900;
}
.AnyTagClassName
{
color: #A84900;
}
</style>
background-color css
<style>
a { background-color: #A84900; }
a { background-color: rgb(168,73,0); }
div.DivClassName
{
background-color: #A84900;
}
.BgClassName
{
background-color: #A84900;
}
</style>
border-color css
<style>
span { border-color: #A84900; }
span { border-color: rgb(168,73,0); }
td.TdClassName
{
border-color: #A84900;
}
.TagClassName
{
border-color: #A84900;
}
</style>