Shades of Copper Rose #A16865
Tints of Copper Rose #A16865
RGB
CMYK
RGB Variations
Color information
#A16865 (or 0xA16865) is known color: Copper Rose. HEX triplet: A1, 68 and 65. RGB value is (161,104,101). Sum of RGB (Red+Green+Blue) = 161+104+101=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 161 - color contains mainly: red. Hex color #A16865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16865 is #5E979A. Grayscale: #787878. Windows color (decimal): -6199195 or 6645921. OLE color: 6645921.
HSL color Cylindrical-coordinate representation of color #A16865: hue angle of 3º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A16865 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 104 | 101 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.37 |
| HSL | 3º | 0.24% | 0.51% | - |
| HSV(B) | 3º | 0.37% | 0.63% | - |
| XYZ | 22 | 18.42 | 14.71 | - |
| YUV | 120.7 | 116.88 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 101 | 0 | 0.35 | 0.37 | 0.37 | 3 | 0.24 | 0.51 |
| Hex | A1 | 68 | 65 | 0 | 23 | 25 | 25 | 3 | 18 | 33 |
| Octal | 241 | 150 | 145 | 0 | 43 | 45 | 45 | 3 | 30 | 63 |
| Binary | 10100001 | 1101000 | 1100101 | 0 | 100011 | 100101 | 100101 | 11 | 11000 | 110011 |
Color Harmonies of #A16865
Complementary color
Monochromatic Colors of #A16865
Black with #A16865
Text Example
Text Example
White with #A16865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16865; }
p { color: rgb(161,104,101); }
H1.HeaderClassName
{
color: #A16865;
}
.AnyTagClassName
{
color: #A16865;
}
</style>
background-color css
<style>
a { background-color: #A16865; }
a { background-color: rgb(161,104,101); }
div.DivClassName
{
background-color: #A16865;
}
.BgClassName
{
background-color: #A16865;
}
</style>
border-color css
<style>
span { border-color: #A16865; }
span { border-color: rgb(161,104,101); }
td.TdClassName
{
border-color: #A16865;
}
.TagClassName
{
border-color: #A16865;
}
</style>