Shades of Rust #A54905
Tints of Rust #A54905
RGB
CMYK
RGB Variations
Color information
#A54905 (or 0xA54905) is known color: Rust. HEX triplet: A5, 49 and 05. RGB value is (165,73,5). Sum of RGB (Red+Green+Blue) = 165+73+5=243 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.90% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 165 - color contains mainly: red. Hex color #A54905 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54905 is #5AB6FA. Grayscale: #5D5D5D. Windows color (decimal): -5945083 or 346533. OLE color: 346533.
HSL color Cylindrical-coordinate representation of color #A54905: hue angle of 25.5º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A54905 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 73 | 5 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.35 |
| HSL | 25.5º | 0.94% | 0.33% | - |
| HSV(B) | 25.5º | 0.97% | 0.65% | - |
| XYZ | 17.93 | 12.78 | 1.66 | - |
| YUV | 92.76 | 78.48 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 73 | 5 | 0 | 0.56 | 0.97 | 0.35 | 25.5 | 0.94 | 0.33 |
| Hex | A5 | 49 | 5 | 0 | 38 | 61 | 23 | 1A | 5E | 21 |
| Octal | 245 | 111 | 5 | 0 | 70 | 141 | 43 | 32 | 136 | 41 |
| Binary | 10100101 | 1001001 | 101 | 0 | 111000 | 1100001 | 100011 | 11010 | 1011110 | 100001 |
Color Harmonies of #A54905
Complementary color
Monochromatic Colors of #A54905
Black with #A54905
Text Example
Text Example
White with #A54905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54905; }
p { color: rgb(165,73,5); }
H1.HeaderClassName
{
color: #A54905;
}
.AnyTagClassName
{
color: #A54905;
}
</style>
background-color css
<style>
a { background-color: #A54905; }
a { background-color: rgb(165,73,5); }
div.DivClassName
{
background-color: #A54905;
}
.BgClassName
{
background-color: #A54905;
}
</style>
border-color css
<style>
span { border-color: #A54905; }
span { border-color: rgb(165,73,5); }
td.TdClassName
{
border-color: #A54905;
}
.TagClassName
{
border-color: #A54905;
}
</style>