Shades of Rust #A84705
Tints of Rust #A84705
RGB
CMYK
RGB Variations
Color information
#A84705 (or 0xA84705) is known color: Rust. HEX triplet: A8, 47 and 05. RGB value is (168,71,5). Sum of RGB (Red+Green+Blue) = 168+71+5=244 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.85% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 168 - color contains mainly: red. Hex color #A84705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84705 is #57B8FA. Grayscale: #5C5C5C. Windows color (decimal): -5748987 or 346024. OLE color: 346024.
HSL color Cylindrical-coordinate representation of color #A84705: hue angle of 24.29º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A84705 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 71 | 5 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.34 |
| HSL | 24.29º | 0.94% | 0.34% | - |
| HSV(B) | 24.29º | 0.97% | 0.66% | - |
| XYZ | 18.43 | 12.84 | 1.65 | - |
| YUV | 92.48 | 78.64 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 71 | 5 | 0 | 0.58 | 0.97 | 0.34 | 24.29 | 0.94 | 0.34 |
| Hex | A8 | 47 | 5 | 0 | 3A | 61 | 22 | 18 | 5E | 22 |
| Octal | 250 | 107 | 5 | 0 | 72 | 141 | 42 | 30 | 136 | 42 |
| Binary | 10101000 | 1000111 | 101 | 0 | 111010 | 1100001 | 100010 | 11000 | 1011110 | 100010 |
Color Harmonies of #A84705
Complementary color
Monochromatic Colors of #A84705
Black with #A84705
Text Example
Text Example
White with #A84705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84705; }
p { color: rgb(168,71,5); }
H1.HeaderClassName
{
color: #A84705;
}
.AnyTagClassName
{
color: #A84705;
}
</style>
background-color css
<style>
a { background-color: #A84705; }
a { background-color: rgb(168,71,5); }
div.DivClassName
{
background-color: #A84705;
}
.BgClassName
{
background-color: #A84705;
}
</style>
border-color css
<style>
span { border-color: #A84705; }
span { border-color: rgb(168,71,5); }
td.TdClassName
{
border-color: #A84705;
}
.TagClassName
{
border-color: #A84705;
}
</style>