Shades of Rust #A84905
Tints of Rust #A84905
RGB
CMYK
RGB Variations
Color information
#A84905 (or 0xA84905) is known color: Rust. HEX triplet: A8, 49 and 05. RGB value is (168,73,5). Sum of RGB (Red+Green+Blue) = 168+73+5=246 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.29% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 168 - color contains mainly: red. Hex color #A84905 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84905 is #57B6FA. Grayscale: #5E5E5E. Windows color (decimal): -5748475 or 346536. OLE color: 346536.
HSL color Cylindrical-coordinate representation of color #A84905: hue angle of 25.03º 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 #A84905 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 5 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.34 |
| HSL | 25.03º | 0.94% | 0.34% | - |
| HSV(B) | 25.03º | 0.97% | 0.66% | - |
| XYZ | 18.56 | 13.1 | 1.69 | - |
| YUV | 93.65 | 77.97 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 5 | 0 | 0.57 | 0.97 | 0.34 | 25.03 | 0.94 | 0.34 |
| Hex | A8 | 49 | 5 | 0 | 39 | 61 | 22 | 19 | 5E | 22 |
| Octal | 250 | 111 | 5 | 0 | 71 | 141 | 42 | 31 | 136 | 42 |
| Binary | 10101000 | 1001001 | 101 | 0 | 111001 | 1100001 | 100010 | 11001 | 1011110 | 100010 |
Color Harmonies of #A84905
Complementary color
Monochromatic Colors of #A84905
Black with #A84905
Text Example
Text Example
White with #A84905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84905; }
p { color: rgb(168,73,5); }
H1.HeaderClassName
{
color: #A84905;
}
.AnyTagClassName
{
color: #A84905;
}
</style>
background-color css
<style>
a { background-color: #A84905; }
a { background-color: rgb(168,73,5); }
div.DivClassName
{
background-color: #A84905;
}
.BgClassName
{
background-color: #A84905;
}
</style>
border-color css
<style>
span { border-color: #A84905; }
span { border-color: rgb(168,73,5); }
td.TdClassName
{
border-color: #A84905;
}
.TagClassName
{
border-color: #A84905;
}
</style>