Shades of Copper Rose #A16460
Tints of Copper Rose #A16460
RGB
CMYK
RGB Variations
Color information
#A16460 (or 0xA16460) is known color: Copper Rose. HEX triplet: A1, 64 and 60. RGB value is (161,100,96). Sum of RGB (Red+Green+Blue) = 161+100+96=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A16460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16460 is #5E9B9F. Grayscale: #757575. Windows color (decimal): -6200224 or 6317217. OLE color: 6317217.
HSL color Cylindrical-coordinate representation of color #A16460: hue angle of 3.69º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A16460 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 100 | 96 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.37 |
| HSL | 3.69º | 0.26% | 0.5% | - |
| HSV(B) | 3.69º | 0.4% | 0.63% | - |
| XYZ | 21.37 | 17.54 | 13.32 | - |
| YUV | 117.78 | 115.71 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 96 | 0 | 0.38 | 0.40 | 0.37 | 3.69 | 0.26 | 0.5 |
| Hex | A1 | 64 | 60 | 0 | 26 | 28 | 25 | 4 | 1A | 32 |
| Octal | 241 | 144 | 140 | 0 | 46 | 50 | 45 | 4 | 32 | 62 |
| Binary | 10100001 | 1100100 | 1100000 | 0 | 100110 | 101000 | 100101 | 100 | 11010 | 110010 |
Color Harmonies of #A16460
Complementary color
Monochromatic Colors of #A16460
Black with #A16460
Text Example
Text Example
White with #A16460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16460; }
p { color: rgb(161,100,96); }
H1.HeaderClassName
{
color: #A16460;
}
.AnyTagClassName
{
color: #A16460;
}
</style>
background-color css
<style>
a { background-color: #A16460; }
a { background-color: rgb(161,100,96); }
div.DivClassName
{
background-color: #A16460;
}
.BgClassName
{
background-color: #A16460;
}
</style>
border-color css
<style>
span { border-color: #A16460; }
span { border-color: rgb(161,100,96); }
td.TdClassName
{
border-color: #A16460;
}
.TagClassName
{
border-color: #A16460;
}
</style>