Shades of Copper Rust #A05855
Tints of Copper Rust #A05855
RGB
CMYK
RGB Variations
Color information
#A05855 (or 0xA05855) is known color: Copper Rust. HEX triplet: A0, 58 and 55. RGB value is (160,88,85). Sum of RGB (Red+Green+Blue) = 160+88+85=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A05855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05855 is #5FA7AA. Grayscale: #6D6D6D. Windows color (decimal): -6268843 or 5593248. OLE color: 5593248.
HSL color Cylindrical-coordinate representation of color #A05855: hue angle of 2.4º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A05855 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 88 | 85 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.37 |
| HSL | 2.4º | 0.31% | 0.48% | - |
| HSV(B) | 2.4º | 0.47% | 0.63% | - |
| XYZ | 19.63 | 15.11 | 10.48 | - |
| YUV | 109.19 | 114.35 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 88 | 85 | 0 | 0.45 | 0.47 | 0.37 | 2.4 | 0.31 | 0.48 |
| Hex | A0 | 58 | 55 | 0 | 2D | 2F | 25 | 2 | 1F | 30 |
| Octal | 240 | 130 | 125 | 0 | 55 | 57 | 45 | 2 | 37 | 60 |
| Binary | 10100000 | 1011000 | 1010101 | 0 | 101101 | 101111 | 100101 | 10 | 11111 | 110000 |
Color Harmonies of #A05855
Complementary color
Monochromatic Colors of #A05855
Black with #A05855
Text Example
Text Example
White with #A05855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05855; }
p { color: rgb(160,88,85); }
H1.HeaderClassName
{
color: #A05855;
}
.AnyTagClassName
{
color: #A05855;
}
</style>
background-color css
<style>
a { background-color: #A05855; }
a { background-color: rgb(160,88,85); }
div.DivClassName
{
background-color: #A05855;
}
.BgClassName
{
background-color: #A05855;
}
</style>
border-color css
<style>
span { border-color: #A05855; }
span { border-color: rgb(160,88,85); }
td.TdClassName
{
border-color: #A05855;
}
.TagClassName
{
border-color: #A05855;
}
</style>