Shades of Copper Rust #A05756
Tints of Copper Rust #A05756
RGB
CMYK
RGB Variations
Color information
#A05756 (or 0xA05756) is known color: Copper Rust. HEX triplet: A0, 57 and 56. RGB value is (160,87,86). Sum of RGB (Red+Green+Blue) = 160+87+86=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A05756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05756 is #5FA8A9. Grayscale: #6C6C6C. Windows color (decimal): -6269098 or 5658528. OLE color: 5658528.
HSL color Cylindrical-coordinate representation of color #A05756: hue angle of 0.81º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A05756 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 87 | 86 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.37 |
| HSL | 0.81º | 0.3% | 0.48% | - |
| HSV(B) | 0.81º | 0.46% | 0.63% | - |
| XYZ | 19.59 | 14.96 | 10.66 | - |
| YUV | 108.71 | 115.18 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 87 | 86 | 0 | 0.46 | 0.46 | 0.37 | 0.81 | 0.3 | 0.48 |
| Hex | A0 | 57 | 56 | 0 | 2E | 2E | 25 | 1 | 1E | 30 |
| Octal | 240 | 127 | 126 | 0 | 56 | 56 | 45 | 1 | 36 | 60 |
| Binary | 10100000 | 1010111 | 1010110 | 0 | 101110 | 101110 | 100101 | 1 | 11110 | 110000 |
Color Harmonies of #A05756
Complementary color
Monochromatic Colors of #A05756
Black with #A05756
Text Example
Text Example
White with #A05756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05756; }
p { color: rgb(160,87,86); }
H1.HeaderClassName
{
color: #A05756;
}
.AnyTagClassName
{
color: #A05756;
}
</style>
background-color css
<style>
a { background-color: #A05756; }
a { background-color: rgb(160,87,86); }
div.DivClassName
{
background-color: #A05756;
}
.BgClassName
{
background-color: #A05756;
}
</style>
border-color css
<style>
span { border-color: #A05756; }
span { border-color: rgb(160,87,86); }
td.TdClassName
{
border-color: #A05756;
}
.TagClassName
{
border-color: #A05756;
}
</style>