Shades of Copper Rose #A16663
Tints of Copper Rose #A16663
RGB
CMYK
RGB Variations
Color information
#A16663 (or 0xA16663) is known color: Copper Rose. HEX triplet: A1, 66 and 63. RGB value is (161,102,99). Sum of RGB (Red+Green+Blue) = 161+102+99=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A16663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16663 is #5E999C. Grayscale: #777777. Windows color (decimal): -6199709 or 6514337. OLE color: 6514337.
HSL color Cylindrical-coordinate representation of color #A16663: hue angle of 2.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 #A16663 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 102 | 99 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.37 |
| HSL | 2.9º | 0.25% | 0.51% | - |
| HSV(B) | 2.9º | 0.39% | 0.63% | - |
| XYZ | 21.7 | 17.98 | 14.13 | - |
| YUV | 119.3 | 116.55 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 102 | 99 | 0 | 0.37 | 0.39 | 0.37 | 2.9 | 0.25 | 0.51 |
| Hex | A1 | 66 | 63 | 0 | 25 | 27 | 25 | 3 | 19 | 33 |
| Octal | 241 | 146 | 143 | 0 | 45 | 47 | 45 | 3 | 31 | 63 |
| Binary | 10100001 | 1100110 | 1100011 | 0 | 100101 | 100111 | 100101 | 11 | 11001 | 110011 |
Color Harmonies of #A16663
Complementary color
Monochromatic Colors of #A16663
Black with #A16663
Text Example
Text Example
White with #A16663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16663; }
p { color: rgb(161,102,99); }
H1.HeaderClassName
{
color: #A16663;
}
.AnyTagClassName
{
color: #A16663;
}
</style>
background-color css
<style>
a { background-color: #A16663; }
a { background-color: rgb(161,102,99); }
div.DivClassName
{
background-color: #A16663;
}
.BgClassName
{
background-color: #A16663;
}
</style>
border-color css
<style>
span { border-color: #A16663; }
span { border-color: rgb(161,102,99); }
td.TdClassName
{
border-color: #A16663;
}
.TagClassName
{
border-color: #A16663;
}
</style>