Shades of Rust #A84400
Tints of Rust #A84400
RGB
CMYK
RGB Variations
Color information
#A84400 (or 0xA84400) is known color: Rust. HEX triplet: A8, 44 and 00. RGB value is (168,68,0). Sum of RGB (Red+Green+Blue) = 168+68+0=236 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.19% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 168 - color contains mainly: red. Hex color #A84400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84400 is #57BBFF. Grayscale: #5A5A5A. Windows color (decimal): -5749760 or 17576. OLE color: 17576.
HSL color Cylindrical-coordinate representation of color #A84400: hue angle of 24.29º 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 #A84400 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 68 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.34 |
| HSL | 24.29º | 1% | 0.33% | - |
| HSV(B) | 24.29º | 1% | 0.66% | - |
| XYZ | 18.22 | 12.46 | 1.44 | - |
| YUV | 90.15 | 77.13 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 0 | 0 | 0.60 | 1 | 0.34 | 24.29 | 1 | 0.33 |
| Hex | A8 | 44 | 0 | 0 | 3C | 64 | 22 | 18 | 64 | 21 |
| Octal | 250 | 104 | 0 | 0 | 74 | 144 | 42 | 30 | 144 | 41 |
| Binary | 10101000 | 1000100 | 0 | 0 | 111100 | 1100100 | 100010 | 11000 | 1100100 | 100001 |
Color Harmonies of #A84400
Complementary color
Monochromatic Colors of #A84400
Black with #A84400
Text Example
Text Example
White with #A84400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84400; }
p { color: rgb(168,68,0); }
H1.HeaderClassName
{
color: #A84400;
}
.AnyTagClassName
{
color: #A84400;
}
</style>
background-color css
<style>
a { background-color: #A84400; }
a { background-color: rgb(168,68,0); }
div.DivClassName
{
background-color: #A84400;
}
.BgClassName
{
background-color: #A84400;
}
</style>
border-color css
<style>
span { border-color: #A84400; }
span { border-color: rgb(168,68,0); }
td.TdClassName
{
border-color: #A84400;
}
.TagClassName
{
border-color: #A84400;
}
</style>