Shades of Rust #A95405
Tints of Rust #A95405
RGB
CMYK
RGB Variations
Color information
#A95405 (or 0xA95405) is known color: Rust. HEX triplet: A9, 54 and 05. RGB value is (169,84,5). Sum of RGB (Red+Green+Blue) = 169+84+5=258 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.50% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 169 - color contains mainly: red. Hex color #A95405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95405 is #56ABFA. Grayscale: #646464. Windows color (decimal): -5680123 or 349353. OLE color: 349353.
HSL color Cylindrical-coordinate representation of color #A95405: hue angle of 28.9º 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 #A95405 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 84 | 5 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.34 |
| HSL | 28.9º | 0.94% | 0.34% | - |
| HSV(B) | 28.9º | 0.97% | 0.66% | - |
| XYZ | 19.56 | 14.79 | 1.97 | - |
| YUV | 100.41 | 74.16 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 84 | 5 | 0 | 0.50 | 0.97 | 0.34 | 28.9 | 0.94 | 0.34 |
| Hex | A9 | 54 | 5 | 0 | 32 | 61 | 22 | 1D | 5E | 22 |
| Octal | 251 | 124 | 5 | 0 | 62 | 141 | 42 | 35 | 136 | 42 |
| Binary | 10101001 | 1010100 | 101 | 0 | 110010 | 1100001 | 100010 | 11101 | 1011110 | 100010 |
Color Harmonies of #A95405
Complementary color
Monochromatic Colors of #A95405
Black with #A95405
Text Example
Text Example
White with #A95405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95405; }
p { color: rgb(169,84,5); }
H1.HeaderClassName
{
color: #A95405;
}
.AnyTagClassName
{
color: #A95405;
}
</style>
background-color css
<style>
a { background-color: #A95405; }
a { background-color: rgb(169,84,5); }
div.DivClassName
{
background-color: #A95405;
}
.BgClassName
{
background-color: #A95405;
}
</style>
border-color css
<style>
span { border-color: #A95405; }
span { border-color: rgb(169,84,5); }
td.TdClassName
{
border-color: #A95405;
}
.TagClassName
{
border-color: #A95405;
}
</style>