Shades of Copper Rust #A15656
Tints of Copper Rust #A15656
RGB
CMYK
RGB Variations
Color information
#A15656 (or 0xA15656) is known color: Copper Rust. HEX triplet: A1, 56 and 56. RGB value is (161,86,86). Sum of RGB (Red+Green+Blue) = 161+86+86=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A15656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15656 is #5EA9A9. Grayscale: #6C6C6C. Windows color (decimal): -6203818 or 5658273. OLE color: 5658273.
HSL color Cylindrical-coordinate representation of color #A15656: hue angle of 0º degrees, saturation: 0.3, 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 #A15656 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 86 | 86 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.37 |
| HSL | 0º | 0.3% | 0.48% | - |
| HSV(B) | 0º | 0.47% | 0.63% | - |
| XYZ | 19.71 | 14.9 | 10.64 | - |
| YUV | 108.43 | 115.35 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 86 | 86 | 0 | 0.47 | 0.47 | 0.37 | 0 | 0.3 | 0.48 |
| Hex | A1 | 56 | 56 | 0 | 2F | 2F | 25 | 0 | 1E | 30 |
| Octal | 241 | 126 | 126 | 0 | 57 | 57 | 45 | 0 | 36 | 60 |
| Binary | 10100001 | 1010110 | 1010110 | 0 | 101111 | 101111 | 100101 | 0 | 11110 | 110000 |
Color Harmonies of #A15656
Complementary color
Monochromatic Colors of #A15656
Black with #A15656
Text Example
Text Example
White with #A15656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15656; }
p { color: rgb(161,86,86); }
H1.HeaderClassName
{
color: #A15656;
}
.AnyTagClassName
{
color: #A15656;
}
</style>
background-color css
<style>
a { background-color: #A15656; }
a { background-color: rgb(161,86,86); }
div.DivClassName
{
background-color: #A15656;
}
.BgClassName
{
background-color: #A15656;
}
</style>
border-color css
<style>
span { border-color: #A15656; }
span { border-color: rgb(161,86,86); }
td.TdClassName
{
border-color: #A15656;
}
.TagClassName
{
border-color: #A15656;
}
</style>