Shades of Copper Rose #A16561
Tints of Copper Rose #A16561
RGB
CMYK
RGB Variations
Color information
#A16561 (or 0xA16561) is known color: Copper Rose. HEX triplet: A1, 65 and 61. RGB value is (161,101,97). Sum of RGB (Red+Green+Blue) = 161+101+97=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A16561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16561 is #5E9A9E. Grayscale: #767676. Windows color (decimal): -6199967 or 6383009. OLE color: 6383009.
HSL color Cylindrical-coordinate representation of color #A16561: hue angle of 3.75º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A16561 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 101 | 97 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.37 |
| HSL | 3.75º | 0.25% | 0.51% | - |
| HSV(B) | 3.75º | 0.4% | 0.63% | - |
| XYZ | 21.51 | 17.75 | 13.6 | - |
| YUV | 118.48 | 115.88 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 101 | 97 | 0 | 0.37 | 0.40 | 0.37 | 3.75 | 0.25 | 0.51 |
| Hex | A1 | 65 | 61 | 0 | 25 | 28 | 25 | 4 | 19 | 33 |
| Octal | 241 | 145 | 141 | 0 | 45 | 50 | 45 | 4 | 31 | 63 |
| Binary | 10100001 | 1100101 | 1100001 | 0 | 100101 | 101000 | 100101 | 100 | 11001 | 110011 |
Color Harmonies of #A16561
Complementary color
Monochromatic Colors of #A16561
Black with #A16561
Text Example
Text Example
White with #A16561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16561; }
p { color: rgb(161,101,97); }
H1.HeaderClassName
{
color: #A16561;
}
.AnyTagClassName
{
color: #A16561;
}
</style>
background-color css
<style>
a { background-color: #A16561; }
a { background-color: rgb(161,101,97); }
div.DivClassName
{
background-color: #A16561;
}
.BgClassName
{
background-color: #A16561;
}
</style>
border-color css
<style>
span { border-color: #A16561; }
span { border-color: rgb(161,101,97); }
td.TdClassName
{
border-color: #A16561;
}
.TagClassName
{
border-color: #A16561;
}
</style>