Shades of Rust #A84505
Tints of Rust #A84505
RGB
CMYK
RGB Variations
Color information
#A84505 (or 0xA84505) is known color: Rust. HEX triplet: A8, 45 and 05. RGB value is (168,69,5). Sum of RGB (Red+Green+Blue) = 168+69+5=242 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.42% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 168 - color contains mainly: red. Hex color #A84505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84505 is #57BAFA. Grayscale: #5B5B5B. Windows color (decimal): -5749499 or 345512. OLE color: 345512.
HSL color Cylindrical-coordinate representation of color #A84505: hue angle of 23.56º 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 #A84505 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 69 | 5 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.34 |
| HSL | 23.56º | 0.94% | 0.34% | - |
| HSV(B) | 23.56º | 0.97% | 0.66% | - |
| XYZ | 18.3 | 12.59 | 1.61 | - |
| YUV | 91.31 | 79.3 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 69 | 5 | 0 | 0.59 | 0.97 | 0.34 | 23.56 | 0.94 | 0.34 |
| Hex | A8 | 45 | 5 | 0 | 3B | 61 | 22 | 18 | 5E | 22 |
| Octal | 250 | 105 | 5 | 0 | 73 | 141 | 42 | 30 | 136 | 42 |
| Binary | 10101000 | 1000101 | 101 | 0 | 111011 | 1100001 | 100010 | 11000 | 1011110 | 100010 |
Color Harmonies of #A84505
Complementary color
Monochromatic Colors of #A84505
Black with #A84505
Text Example
Text Example
White with #A84505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84505; }
p { color: rgb(168,69,5); }
H1.HeaderClassName
{
color: #A84505;
}
.AnyTagClassName
{
color: #A84505;
}
</style>
background-color css
<style>
a { background-color: #A84505; }
a { background-color: rgb(168,69,5); }
div.DivClassName
{
background-color: #A84505;
}
.BgClassName
{
background-color: #A84505;
}
</style>
border-color css
<style>
span { border-color: #A84505; }
span { border-color: rgb(168,69,5); }
td.TdClassName
{
border-color: #A84505;
}
.TagClassName
{
border-color: #A84505;
}
</style>