Shades of Copper Rose #A16462
Tints of Copper Rose #A16462
RGB
CMYK
RGB Variations
Color information
#A16462 (or 0xA16462) is known color: Copper Rose. HEX triplet: A1, 64 and 62. RGB value is (161,100,98). Sum of RGB (Red+Green+Blue) = 161+100+98=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A16462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16462 is #5E9B9D. Grayscale: #767676. Windows color (decimal): -6200222 or 6448289. OLE color: 6448289.
HSL color Cylindrical-coordinate representation of color #A16462: hue angle of 1.9º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A16462 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 100 | 98 | - |
| CMYK | 0 | 0.38 | 0.39 | 0.37 |
| HSL | 1.9º | 0.25% | 0.51% | - |
| HSV(B) | 1.9º | 0.39% | 0.63% | - |
| XYZ | 21.46 | 17.57 | 13.82 | - |
| YUV | 118.01 | 116.71 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 98 | 0 | 0.38 | 0.39 | 0.37 | 1.9 | 0.25 | 0.51 |
| Hex | A1 | 64 | 62 | 0 | 26 | 27 | 25 | 2 | 19 | 33 |
| Octal | 241 | 144 | 142 | 0 | 46 | 47 | 45 | 2 | 31 | 63 |
| Binary | 10100001 | 1100100 | 1100010 | 0 | 100110 | 100111 | 100101 | 10 | 11001 | 110011 |
Color Harmonies of #A16462
Complementary color
Monochromatic Colors of #A16462
Black with #A16462
Text Example
Text Example
White with #A16462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16462; }
p { color: rgb(161,100,98); }
H1.HeaderClassName
{
color: #A16462;
}
.AnyTagClassName
{
color: #A16462;
}
</style>
background-color css
<style>
a { background-color: #A16462; }
a { background-color: rgb(161,100,98); }
div.DivClassName
{
background-color: #A16462;
}
.BgClassName
{
background-color: #A16462;
}
</style>
border-color css
<style>
span { border-color: #A16462; }
span { border-color: rgb(161,100,98); }
td.TdClassName
{
border-color: #A16462;
}
.TagClassName
{
border-color: #A16462;
}
</style>