Shades of Rust #A84F05
Tints of Rust #A84F05
RGB
CMYK
RGB Variations
Color information
#A84F05 (or 0xA84F05) is known color: Rust. HEX triplet: A8, 4F and 05. RGB value is (168,79,5). Sum of RGB (Red+Green+Blue) = 168+79+5=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A84F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A84F05 is #57B0FA. Grayscale: #616161. Windows color (decimal): -5746939 or 348072. OLE color: 348072.
HSL color Cylindrical-coordinate representation of color #A84F05: hue angle of 27.24º 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 #A84F05 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 79 | 5 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.34 |
| HSL | 27.24º | 0.94% | 0.34% | - |
| HSV(B) | 27.24º | 0.97% | 0.66% | - |
| XYZ | 18.97 | 13.93 | 1.83 | - |
| YUV | 97.18 | 75.99 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 79 | 5 | 0 | 0.53 | 0.97 | 0.34 | 27.24 | 0.94 | 0.34 |
| Hex | A8 | 4F | 5 | 0 | 35 | 61 | 22 | 1B | 5E | 22 |
| Octal | 250 | 117 | 5 | 0 | 65 | 141 | 42 | 33 | 136 | 42 |
| Binary | 10101000 | 1001111 | 101 | 0 | 110101 | 1100001 | 100010 | 11011 | 1011110 | 100010 |
Color Harmonies of #A84F05
Complementary color
Monochromatic Colors of #A84F05
Black with #A84F05
Text Example
Text Example
White with #A84F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84F05; }
p { color: rgb(168,79,5); }
H1.HeaderClassName
{
color: #A84F05;
}
.AnyTagClassName
{
color: #A84F05;
}
</style>
background-color css
<style>
a { background-color: #A84F05; }
a { background-color: rgb(168,79,5); }
div.DivClassName
{
background-color: #A84F05;
}
.BgClassName
{
background-color: #A84F05;
}
</style>
border-color css
<style>
span { border-color: #A84F05; }
span { border-color: rgb(168,79,5); }
td.TdClassName
{
border-color: #A84F05;
}
.TagClassName
{
border-color: #A84F05;
}
</style>