Shades of Rust #A84700
Tints of Rust #A84700
RGB
CMYK
RGB Variations
Color information
#A84700 (or 0xA84700) is known color: Rust. HEX triplet: A8, 47 and 00. RGB value is (168,71,0). Sum of RGB (Red+Green+Blue) = 168+71+0=239 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.29% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 168 - color contains mainly: red. Hex color #A84700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84700 is #57B8FF. Grayscale: #5C5C5C. Windows color (decimal): -5748992 or 18344. OLE color: 18344.
HSL color Cylindrical-coordinate representation of color #A84700: hue angle of 25.36º 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 #A84700 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 71 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.34 |
| HSL | 25.36º | 1% | 0.33% | - |
| HSV(B) | 25.36º | 1% | 0.66% | - |
| XYZ | 18.4 | 12.83 | 1.51 | - |
| YUV | 91.91 | 76.14 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 71 | 0 | 0 | 0.58 | 1 | 0.34 | 25.36 | 1 | 0.33 |
| Hex | A8 | 47 | 0 | 0 | 3A | 64 | 22 | 19 | 64 | 21 |
| Octal | 250 | 107 | 0 | 0 | 72 | 144 | 42 | 31 | 144 | 41 |
| Binary | 10101000 | 1000111 | 0 | 0 | 111010 | 1100100 | 100010 | 11001 | 1100100 | 100001 |
Color Harmonies of #A84700
Complementary color
Monochromatic Colors of #A84700
Black with #A84700
Text Example
Text Example
White with #A84700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84700; }
p { color: rgb(168,71,0); }
H1.HeaderClassName
{
color: #A84700;
}
.AnyTagClassName
{
color: #A84700;
}
</style>
background-color css
<style>
a { background-color: #A84700; }
a { background-color: rgb(168,71,0); }
div.DivClassName
{
background-color: #A84700;
}
.BgClassName
{
background-color: #A84700;
}
</style>
border-color css
<style>
span { border-color: #A84700; }
span { border-color: rgb(168,71,0); }
td.TdClassName
{
border-color: #A84700;
}
.TagClassName
{
border-color: #A84700;
}
</style>