Shades of Rust #A95305
Tints of Rust #A95305
RGB
CMYK
RGB Variations
Color information
#A95305 (or 0xA95305) is known color: Rust. HEX triplet: A9, 53 and 05. RGB value is (169,83,5). Sum of RGB (Red+Green+Blue) = 169+83+5=257 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.76% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 169 - color contains mainly: red. Hex color #A95305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95305 is #56ACFA. Grayscale: #646464. Windows color (decimal): -5680379 or 349097. OLE color: 349097.
HSL color Cylindrical-coordinate representation of color #A95305: hue angle of 28.54º 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 #A95305 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 83 | 5 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.34 |
| HSL | 28.54º | 0.94% | 0.34% | - |
| HSV(B) | 28.54º | 0.97% | 0.66% | - |
| XYZ | 19.48 | 14.63 | 1.94 | - |
| YUV | 99.82 | 74.49 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 83 | 5 | 0 | 0.51 | 0.97 | 0.34 | 28.54 | 0.94 | 0.34 |
| Hex | A9 | 53 | 5 | 0 | 33 | 61 | 22 | 1D | 5E | 22 |
| Octal | 251 | 123 | 5 | 0 | 63 | 141 | 42 | 35 | 136 | 42 |
| Binary | 10101001 | 1010011 | 101 | 0 | 110011 | 1100001 | 100010 | 11101 | 1011110 | 100010 |
Color Harmonies of #A95305
Complementary color
Monochromatic Colors of #A95305
Black with #A95305
Text Example
Text Example
White with #A95305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95305; }
p { color: rgb(169,83,5); }
H1.HeaderClassName
{
color: #A95305;
}
.AnyTagClassName
{
color: #A95305;
}
</style>
background-color css
<style>
a { background-color: #A95305; }
a { background-color: rgb(169,83,5); }
div.DivClassName
{
background-color: #A95305;
}
.BgClassName
{
background-color: #A95305;
}
</style>
border-color css
<style>
span { border-color: #A95305; }
span { border-color: rgb(169,83,5); }
td.TdClassName
{
border-color: #A95305;
}
.TagClassName
{
border-color: #A95305;
}
</style>